/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

button[data-balloon] {
  overflow: visible; }

[data-balloon] {
  position: relative;
  cursor: pointer; }
  [data-balloon]:after {
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.18s ease-out 0.18s;
    -moz-transition: all 0.18s ease-out 0.18s;
    -ms-transition: all 0.18s ease-out 0.18s;
    -o-transition: all 0.18s ease-out 0.18s;
    transition: all 0.18s ease-out 0.18s;
    font-family: sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-shadow: none !important;
    font-size: 12px !important;
    background: rgba(17, 17, 17, 0.9);
    border-radius: 4px;
    color: #fff;
    content: attr(data-balloon);
    padding: .5em 1em;
    position: absolute;
    white-space: nowrap;
    z-index: 10; }
  [data-balloon]:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.18s ease-out 0.18s;
    -moz-transition: all 0.18s ease-out 0.18s;
    -ms-transition: all 0.18s ease-out 0.18s;
    -o-transition: all 0.18s ease-out 0.18s;
    transition: all 0.18s ease-out 0.18s;
    content: '';
    position: absolute;
    z-index: 10; }
  [data-balloon]:hover:before, [data-balloon]:hover:after, [data-balloon][data-balloon-visible]:before, [data-balloon][data-balloon-visible]:after {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto; }
  [data-balloon].font-awesome:after {
    font-family: FontAwesome; }
  [data-balloon][data-balloon-break]:after {
    white-space: pre; }
  [data-balloon][data-balloon-blunt]:before, [data-balloon][data-balloon-blunt]:after {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  [data-balloon][data-balloon-pos="up"]:after {
    bottom: 100%;
    left: 50%;
    margin-bottom: 11px;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up"]:before {
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up"]:hover:after, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos="up"]:hover:before, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos="up-left"]:after {
    bottom: 100%;
    left: 0;
    margin-bottom: 11px;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up-left"]:before {
    bottom: 100%;
    left: 5px;
    margin-bottom: 5px;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up-left"]:hover:after, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos="up-left"]:hover:before, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos="up-right"]:after {
    bottom: 100%;
    right: 0;
    margin-bottom: 11px;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up-right"]:before {
    bottom: 100%;
    right: 5px;
    margin-bottom: 5px;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up-right"]:hover:after, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos="up-right"]:hover:before, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos='down']:after {
    left: 50%;
    margin-top: 11px;
    top: 100%;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); }
  [data-balloon][data-balloon-pos='down']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    left: 50%;
    margin-top: 5px;
    top: 100%;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); }
  [data-balloon][data-balloon-pos='down']:hover:after, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos='down']:hover:before, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos='down-left']:after {
    left: 0;
    margin-top: 11px;
    top: 100%;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  [data-balloon][data-balloon-pos='down-left']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    left: 5px;
    margin-top: 5px;
    top: 100%;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  [data-balloon][data-balloon-pos='down-left']:hover:after, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos='down-left']:hover:before, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos='down-right']:after {
    right: 0;
    margin-top: 11px;
    top: 100%;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  [data-balloon][data-balloon-pos='down-right']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    right: 5px;
    margin-top: 5px;
    top: 100%;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  [data-balloon][data-balloon-pos='down-right']:hover:after, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos='down-right']:hover:before, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos='left']:after {
    margin-right: 11px;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%); }
  [data-balloon][data-balloon-pos='left']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    margin-right: 5px;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%); }
  [data-balloon][data-balloon-pos='left']:hover:after, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos='left']:hover:before, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos='right']:after {
    left: 100%;
    margin-left: 11px;
    top: 50%;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%); }
  [data-balloon][data-balloon-pos='right']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    left: 100%;
    margin-left: 5px;
    top: 50%;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%); }
  [data-balloon][data-balloon-pos='right']:hover:after, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos='right']:hover:before, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-length='small']:after {
    white-space: normal;
    width: 80px; }
  [data-balloon][data-balloon-length='medium']:after {
    white-space: normal;
    width: 150px; }
  [data-balloon][data-balloon-length='large']:after {
    white-space: normal;
    width: 260px; }
  [data-balloon][data-balloon-length='xlarge']:after {
    white-space: normal;
    width: 380px; }
    @media screen and (max-width: 768px) {
      [data-balloon][data-balloon-length='xlarge']:after {
        white-space: normal;
        width: 90vw; } }
  [data-balloon][data-balloon-length='fit']:after {
    white-space: normal;
    width: 100%; }

/*!
 * angularjs-color-picker v3.4.8
 * https://github.com/ruhley/angular-color-picker/
 *
 * Copyright 2017 ruhley
 *
 * 2017-10-06 09:52:03
 *
 */.color-picker-wrapper{position:relative}.color-picker-wrapper .color-picker-input-wrapper{display:table;position:relative}.color-picker-wrapper .input-group{position:relative;border-collapse:separate}.color-picker-wrapper .input-group .color-picker-input,.color-picker-wrapper .input-group .input-group-addon{display:table-cell}.color-picker-wrapper .input-group .color-picker-input{position:relative;z-index:2;float:left;margin-bottom:0}.color-picker-wrapper .input-group .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc}.color-picker-wrapper .input-group .input-group-addon:first-child{border-right-width:0}.color-picker-wrapper .input-group .input-group-addon:last-child{border-left-width:0}.color-picker-wrapper .input-group .color-picker-input-swatch{padding-left:12px}.color-picker-wrapper .color-picker-input-swatch{padding-left:36px}.color-picker-wrapper .color-picker-swatch{cursor:pointer;z-index:3}.color-picker-wrapper .color-picker-swatch:not(.input-group-addon){position:absolute;top:3px;width:28px;height:70%;box-sizing:border-box;border-radius:3px;vertical-align:middle;background-position:-80px 0;border:solid 1px #ccc;padding:0;margin:0;display:inline-block}.color-picker-wrapper .color-picker-swatch:not(.input-group-addon).color-picker-swatch-left{left:3px}.color-picker-wrapper .color-picker-swatch:not(.input-group-addon).color-picker-swatch-right{right:3px}.color-picker-wrapper .color-picker-panel{position:absolute;background:#fff;border:solid 1px #ccc;box-shadow:0 0 20px rgba(0,0,0,.5);z-index:99999;width:150px;table-layout:fixed;border:1px solid #fff;padding-right:1px;box-sizing:content-box}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper{display:table;width:100%}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row{display:table-row}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-overlay{position:absolute;width:100%;height:150px;top:0;left:0;z-index:2}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation{background-image:linear-gradient(45deg,grey 25%,transparent 25%),linear-gradient(-45deg,grey 25%,transparent 25%),linear-gradient(45deg,transparent 75%,grey 75%),linear-gradient(-45deg,transparent 75%,grey 75%);background-size:10px 10px;background-position:0 0,0 5px,5px -5px,-5px 0}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation{display:table-cell;position:relative;left:1px;width:20px;background-color:#fff;cursor:row-resize}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-slider{position:absolute;top:0;left:0;width:18px;height:2px;background:#fff;border:solid 1px #000;box-sizing:content-box;margin-top:-1px;z-index:3}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid{display:table-cell;position:relative;width:150px;height:150px;cursor:crosshair}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-grid-inner{width:150px;height:150px;z-index:9}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-overlay{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAMAAAAL34HQAAAC9FBMVEUDAwMTExMFBQUGBgYMDAwICAgFBQUDAwMGBgYDAwMPDw8SEhIYGBgLCwsTExMfHx8GBgYcHBwGBgYmJiYcHBwfHx8XFxcJCQkODg4fHx8RERExMTEmJiYGBgYuLi4ZGRlDQ0MqKioICAgcHBxFRUUUFBQKCgooKCgzMzMnJycbGxsTExM8PDwvLy8xMTErKysLCwtNTU1CQkI5OTkUFBQlJSVmZmZeXl4mJiYfHx81NTVKSkoPDw9FRUVjY2NYWFhLS0srKys6OjpISEhQUFBsbGxEREQLCwsNDQ3a2to4ODhBQUE7OzsMDAwXFxchISFSUlJnZ2d4eHhlZWUzMzOampo+Pj4tLS1ISEhtbW1SUlJ0dHQQEBAwMDAhISFWVlZaWlpWVlZiYmJLS0snJyf09PQfHx+Xl5dHR0dPT08+Pj5qamrOzs5QUFBXV1dUVFR6enonJyddXV1xcXE2NjYWFhY8PDxKSkrNzc1/f3+hoaFfX1+KioqAgIB3d3esrKyYmJiKiookJCS7u7uhoaE6OjqLi4ssLCy8vLx6enpubm6Hh4eioqKFhYXp6enCwsKMjIzBwcGRkZHu7u44ODhycnLFxcVra2uioqLc3Nzl5eV4eHjl5eWSkpK+vr7h4eEzMzOSkpK7u7shISHW1taurq5aWlrPz89vb2/y8vJlZWWBgYHKyspeXl64uLh+fn4YGBg2NjbZ2dl6enrMzMy8vLyTk5POzs5xcXG/v79PT09paWmEhISbm5urq6u3t7djY2Pl5eXh4eFaWlqLi4u1tbW5ubl/f3/Q0NCCgoKTk5Ovr69KSkp1dXWpqanZ2dmvr6+ysrJMTEyenp719fWbm5tUVFSYmJjz8/ODg4PZ2dn19fWzs7NjY2Nra2uHh4enp6eIiIijo6PU1NSnp6eWlpbKysqpqal3d3ff39+KiorCwsLS0tLg4OC+vr7r6+uqqqry8vLj4+OWlpatra3r6+v39/fu7u75+fnv7+/5+fkBAQFzkre4AAAA+3RSTlP97ePc/P3u+Onz8/z79+Hz0+rL++D89bvl19jr8sL6wPndsq7m0anI0uPLyfry27Oh8O7oZ+n42tCl+x98o+jk+r7y2+Wxv5mGpr/O4JBcR6/AvI6b89iltO7Z5HF2kc7A8c7MiPKavHeIhuB2waL61H37n8m0qpfkyKqy9/j56OC/Ovbkki8sh66AsfbrZeXf0uvos9X21L6A93TB0MKyao5IvMSvfvX6jqIQj/Dm41Bd5u/Unay/xlpqYticw7Zv1kiWn9kenp2M+ZtOkG33ffZbg6LPQkjVaNSyyjRUVpF+0ipZdbP4RTjOqmKQbqDZfuhjOFPDxfhv3SDpqyEAABolSURBVHgBdNKxaipbGMVx38sn8EHs5jk8VtNMZRgYGNJIrGwOllqIVU4jJCSkihwiOIqDxmh1/2vW3pfBy11r7al/fNr5aaX/c+tT4rzevm/fr98x79/vIev3dcx4PQ45jo8h1+M1Jr2m6Tk9xyzOC7JdbGM+t59Nlp/L5fJp+RTSYt1+buz/TKhcUG2T20ahiq6zqjlb5t6ryFPTO1b/pt18rZbqdneptetYJJNqmElGRVcbRpWzUS2STZFllNqHZBOoV9a4mFmGWaZBii7LooqGpGl6PadG+QfUg7SIp2odC5VfZElkU6PKjFJkUi6YLv+inMP6gOnw3z9WJMUAU4xSpLr/Wznta8lkF6IsQ5VlUXXBdXECClXeqJyxYaiqIxsdR1empFeb6O7MDJNKvYMZpQnVhdWPrqyfCYUpC6i5THOb8vdcW+fFel0UB24lFK3GlYLJKjdJQ3bp7qwuZkFVLrZl09P29KkOPpcnqSIKVrfTRjlWzV2hlPySI5PqvVgX6wMwpTdWkR1FG1UjJ6VJmjBUMbPFjMGiUpW4iFyDJR08DbrLbvdJ7fSVh4d+9hBR9WvNZNKl9PIcFSlySISPSKDkquK9RtW14l4jrpVcIaVslwA673Z49NSyiVE61gmSXEZpXKtRNTVLKqPIhedTEf+EuVEFKki9ChXTpaiT6FY6VrKL15oxbkXLUi5uVXIux7C7axmV0YeszuqgqufAYAlkFSLq9IpeTy5gPlXblaj+BdXAQkRKVYHEZAKlLLsDGtORSbEKkoLKyTVI0eUccGFSKrVaaaOJUHZpRKq9BsuxKsAcuZS2q4PKMEyOTUa9zfO3nN3fqrCJrdyRO5mAMsmqvSqUXb7Wpnw5UX0GLzaZ1b6WU6vRJRkkq9RHtVAVqwxbYWIixSYJI3u62+/3vNk+ojChKlmgRdiHz6X84lr3KpGmDNQbyxksq9jveCuyMoo3oZxKxzIqqITCRJXNbLPZ2IWKIPoaDF4+Bh+sq1oVWH+MUqb1fDoF9abmVmEChuvxd1H8RkbNok0iajLkmyTDZLgfAguR6nm2YbMS2ItqFe9LMlTQPhC5kfWnbjqf1kJpupXy+IZIKL2G1Jj+9lZ/TQLFsRwuBWmoDxw98rx/foaFKiSqZKIfXzbRAPvVCajGNeUZBQmX82gZl3oEpQmlriybMLuGWlANhbIKEd1sWFAxTC8DnmTAmkhkllBKzZv+wxYdrDSPhlEc9w69ndCl36LuSjfDgNAhMNKNiAwNLkrNShiodIqBfkRKk4AtQuHb5Abmf877mBGZc5436x8nQwYUHJvsIn+AOika66xfeA5TcslEGGr7a7vVR1spA0p1ZAL1obmMUh2x5DJKHVCh4oUJlWAnqqnOJ7nUO1rcFdy1t3K2yAYVU0klV//+3vQ/m+Yn/bDLqsGltciwVpCEopkue1u8Lf5MNYmlxFJAnc9/cwWuO6uui2udAon84m22m5hLJFB9/940nF0KJlA7+m0tJbaaw8osCpUil0xkUJ1VXKQouLRWqLaoBAuW06sEklFN80HDJRW0UImVUPN/5n9RTHNUGaZMJonCtJDpqyql4AdKJJJQa7Po/6Pk6hsnUGRHce3Gu/FX1pwKxQ0opsqo8kinkk1PjzNIvMFVcJ+BpLbblhdb0WpzdGMsTjCzDh9UJgUWvRpfBQsXESqbv80zw4LkYHKFSi0lChYl62K9xmRWy1ItBVTxNnb1PecE6gAKEzWLP4gLklxizaVKMlwimaWKtEAUnT3OQKE6zc6z8gyuLEqh7LouUDGUTiZ1Q48EV8Dqvm4oLBXUYac6V+rYDRaRaB4mkybcdDHlRJqKpIOER7XpVl0r2qqViqlaTJXe0VuBojVJKkiYPlVfUIpcFwNq2GqiLiYcWyUUj6mQWVVqKg5XiUl/kCOtSipgQqFSnfqopaSqm2VTYxJMMexFLpMIayXUb2pGOasooMk0ZaY6pZpS3IKit+tYK5nMqiJhsqvmUkDVVAF0eNm9cOGyClaoEgnRkCnnhOmb6lawUH1zVapMqZ1QamR54JZCOaBQXaVGLjA5GW/CUoItZBq2mqnPs9k+sSJMpQRptB4ZFKYcU84dq+7odl1ddxSTe1gCo0ylc4y6FOphfMFSnGATbsLFUqF6Vq3i9vtS/aoybESBjdqVWq2AWZVXXdVJday77gaUnlyhej28/qeil5cBu5ApEiiz7lMDRfdhok/lE6oIotFIpNFKrFWbt6u8ojmvyzurGEqkG255I5TzukS1jLkuZaJSPYgV+WHUD3o/uU+qZ6v2zwmVxnqyioZKlUwmok+Vr4zKNZVgzk0nFSyaZKiWry+qXTq7HlgrkYQSKVB2aSqyn+6RfaIwQfJWvxulCLVacSTHJBUo3UCyKVQxllFLu4yKwHq4sIr+SxYdqya2RlEcz0P5HAZG0t3UmtvapVHJaTQDtxVCwDQWtxhic4rAiDCKWFhEON00YxOYykeY/39/bgnMWus79Y99Hkq+PYgymw0jmkqWqIprupyqmnorTkUCZRKl6fOpqFG2srrsAdXhcH0ARs8qrpWk/zAVkCZrILlEGX8gqum9KiMqb2VLdi+73S+6+/W0u5hWoJ6CtdJUAulwvZBkUL1yLVV5KpusPNXm9PP0k52WZxinUsWtbKLqYNUv39cvVBTHChV9emKT4lohcgcbsgXzYIvrV1X2KlUpShRvsDltTngYt0qUJWdT9/6+tojq9XcKKV0E1UTUBBRdyTIFdXg7GDyoAuXMVareH769Rwd2M2Cqimt5Oi6jU1wlwrr3VFQNClONx613a0AZXBNI6Sp5s28HujjQyPUiSJ7r6mwCxNKFCdhpcDKqluwYx5qyYjqjiB+vxbHMCyobpqxZsRVThYgiE8W9AnVNjaxQiTKDQVGB2lDDqU7HyNSWdD0Vq7uiIIFiJZIi+4QR7pUoWZRwrLfFOa/WyEKUGbxDEibKmjAt3bI5ThvLoVCRUGVStaPbHd3vKJvsVeW15jZVouzFdWGVW5VoSlWibKSZqnJdG7moPt1qu95iYph0TUrNfDJfhcpm/r6VrPCkKV2aqkF1qhKFChflVA0tKMse68e1j2oqqv1WlNGUqPk8VJ6qx5u9LdhipquNq/3a/vwTP94/yMDGqSBpqo7HiibKfEZ1R916JOpsghQje7cvKtqZdDqyrLCe5+rRRQ/XDFeboaLtYCXqvaC+2iCpqjQNRZWk6VnSqO4CGokiXMpmBJkOA0XnnXmJqF5P1KyHSdQMVDumrCXrw0IigapKS47DpkpUqJ4bTM+ghD26OkxEFItb9T1Wn3Yst5p3/oK5gBGOxWsbVW1Y55wPRZMEalgdmyElgJoGEotbmUduVbK14y0bYwLU7+9ReSsTsDTZCKgIJkgsXa0L62vJoKjMsBoOuZZths8NlcRGIzaKa1FlYzeGVFSalHX6iApMlTOq0pW09gUGimsVk41TMXIDClXVDIfFBYmRUWkmULpQbeP1+0yYKpuqu7vO3fyOoWKibKZVUOH65xUWopLKYaKeqkQZHN/F9Rk1Go/g4CJ9JqwkTelSZXs2Iut2xlC5dqvFULWuUkX03JTP8EaSEZSo388jRn77+WJVjb+oingqXqr+79gfnR93bM65vFZx/du7tbezaGvWcu0/TNGxiupqFMXxeahbOmVgSs1xKuNhuKS4xyLEKoQozBSWAQkEq/sCaXLBJoWdnY/iU9z/3nshWWvls/2x9RJYQYrOSUI57AyJPZ/PnyfBVePiXqlVJmdRMjBQprr/+sUg3UFFMP3Z/oNKMhvXeoVrScWU73B1tn+77zOk6DPCpWrqrjTl41h8YUq8wxAbuBTzSIUpXLst91L+2mLh8XuhyjKuFbcicSsGyHqmLuJa5hGsZj91nVJQmEChSqKohDKTo/Qn8rgLEp9gcvkTyf7L+BPDpHSoAHWfHS+mMyb/njRMdc33Y0t1LVclKSQz0QRU5H4fqI6lYDIVqC2ziPRyca43UzHFQA9cpurOwCKYbl4uBcuT2tJIggsVI8PALDK5qvjDU1FXRVDJlZks22aQSJZxLZkenw9M5FOob1wWRAwTT32rFZGkirrJqoSruNsQhYrNTXsfLgrIanv7DBTBZfU4SbmdbzZSPx0mFRXKTIpgzTAUQ1Hci8JI1B6H7ardLPvdfr/dZzwZLkTqm1BkhqKtTNZIHabSV0/1lFpZMqHRsWhjqKaQ685TFVVl98JEWZDCRAyGiikzllSH7nzo2q6F1ra3VirBylKqiUqV4ErSVaI0nIqayb5A3SkBJdUJFaOSZVY/F4P1CBRB5IV0OLeguFV7u41BKm8lq3nLeiphTaiIuWiyok3SMFRNYfUQXAqu0+7ErJCYIpUCKwLnceAB1TJQnGo0FaOYakSBMhcwgmg1JSvCnVahCtQgFyRf5EQhIct3+WmfezGpcxYcRkC17YESYOYaIdnKEVAEkk1xFTNa07CIm3Sq4h0PHyKq5Ce51MV+schsYqESjLQdaxVuhQgVJJtQcslEFUfJRJeMvtNqWYUMFSM7Bmx/ykO1YNaMioVI8TspcPg8pdXSe6deDZZMUWVpDRV7Z5Xt9A4qkkeVRb6wYbLnI/tYwJLJegR2NJR1purHclP2PSoPpst0WV3wzF2AvqSCROwHlFS4qjU0uegsnAqYs3At3gJ1tJqLtldI7VWqzbgpNxtEuIKEybtC9kKtvhqKCxNzEaAlM5SZ6BrU2pqzcOlWVPnIKCyp6NFUV0TH8erFxKUAjT2yyKXHdOFW3r/plzVcbPm1nAWVggnZGhMPqLU3//2ihQxUXEsiTPR6vKLio6DIuOl5+3BdLixQPI4imADZ5yb7JPJPKLZeAwsZJki/Wf4RXXhJ9sG1AmXfy2Sqq4H+54qOUVvXoigMZ0bqYlxE6uTgYLgPDJIcsI0FaoRalx6FHp5CmlSZ4Pv//fa9B+5aS9spP05+m+iMaQaVuT0hEc71BkgYD8UoIf2btv7N3YVZIgwSLj5cDtX7GVX8D8lLikJlDQ9lM5ien89/Z46R9I+qNFFNJlXLr6Xvf9H+zaqimuIzZ6fIvKMSZbzxWn+bjCgXmT/nmQ/Xk8mykasrJrZce1iSQsUHiR3vjJ9MqBjBJk1bsuK1zMP+PP6QhiQNYfKxZvKkeFgmUO6iarkuiw+19MygulthfsfAdWGKBkyTLSksUbLiDo/PzwckUPlYaZpv8+0537hFdWH/kzh9yHqWEcXMMVyso9OxO0+apvP5EC5b8iIp88M3POQMQ9x5mEtEobptaJwLFWU1LaanS0FFM93x3nWY6LGbpuNEAjYdztF3aw4HWOkyww+FpokAK7SN3fBpCpSL6LosGVHgzFpQqBwmM/GLK2SgJlGhsv71UlRwbIg0CWKmhhQuQYz6UnpsMfW0Xdo+etd1b+8r7SzhHDVZAwmYBZY0ZLBMQRkzOzzWgSI1KHOxGVWOSAoRW93arqpYt6aMTG5ykTSJMiZYX4Y7fA0sUw91jSlgGyssUUUlarws4zKyttXlhEGKiCK4SLpsUbFoJlh60lRctWWQCCYbEcQpERWq1rWZNep7GU22CtvWbSdKd362mGRJyqh6HdhrsowqB6jhI6fN6eJnR+uEJarASkIGCk8FCpXdhmw3hWra7Q7Ydnb3Isog+gLEQvRaFxVtRNlTo6i5nE5uPI2iTOs8acque0nVWlXAqqrqqu22ClGieCtgFE0pr2Ug/VYhsvV3HWncpgFGT41v5VSNLExGlKaPdt/uXWS1VVSTqnUrzRhMlni0GVmaLBGVKmHSABFIBk8DSRQk6yIfqD5a7n4EFdUEai9KE4ds2Zb9LSsoWYJcRhecbz7afDe6GPGx/qOD7nHTV7cojDOLWyJhZNAtCE4aUiUWrgK1i3ToPwCkyB4RdeZ4nsf7ZWPOx1prv25/sihOFKNwjtwJ1+nP15/TF3/r9PWUF2s02ZjZ3037wknWE+rXBsp82BJJiTLHb0BWFSh+lSjOPkiWzVO9vFdTSYUtii11iwLSxFCRNCWKdN+s+2bHe8OlyTMpirQTjCXIOoKr2lf7d64kYfWd9UN/aaIYKJ/LR2dFdaLY1NNR0/HkCsqLDrT1dw0vbftSWk0u9s4osoDZCCS6XxST72/UXdiH/SgqRAHrEHVHIgoVzeAZTgMi5tO2LcegcfnDMntHZwHFFoio+S29kF8u0nUXSgB59gjNnFjUDFFGREETRQJWtbfqVrWVm7vqaQVVT1toYhFIP5BEfVD+jyY+JE0kUZOot4r64ZGWtSxTlSGruJGXp566r0tFeYtE8ZvoBMtgyqQqZb3tITGfYXD/AbsxSXZkBUVqYYgmVv6tRxKUpCbbrbs1Eh4+XG+ZHs4fte2HLZ0CZ8P8hOl2y1M2srEax7EeIRlfWZFkXX8u1/KnrqxrLo2TxLNujlQaXa97XGtRmYFRXVbdZjNsWivGh4giIzMVLmYzybray5XHl7s0tmOUTSCGSBck2nORrd16A7Ob7SZQudsjo80Ul5uzAqXGeU3DHllHI8LO/q1Anem2wCCVgBoon5YBvFE2Z7mE0VVds3tWC02ZJvrvpEhP0TAKzObvSljU6CmmzfKWHSmilSVjvVqxcrKeVfMkKmVn6mMjW+t2M1KaMku71LXUxKtrtUTFqKtTlqzP6ydrvNL1Z/OK6tW9QvKKKdLHhIHyyEEXOwTsECTqc+N4REVXSyuppC7PIkwWCit9pT6QOMrO0VmwnHdut2V8DtvdYXcgG47XLzhVkJ6jyMf9PQs4zuQXzieNSCKKAuWZXdTfVFwHXIetvZMQRafRe/7nWVE8/2TRFGm6d04L0ht7eztP3b2F6pFD/q2IqMj/lzHCw4ppueJZaaNszpolTc95u/ccJqPrLy7IYNVRIAqi+QYRpBVBF73QNm8x4UFwNfj/HzWnypvp6Km61S4P0h81rM6IKrYqKj9qZQnt7KVEoXqNF63p7/RnQmmaVCesLAax1rkowUx+5vfMvWcnSYpGLOUtvKVbSbEaMAIjglhnrWlyz/vvdRDN63W8tBV+1MzM9CWhmRPvKBEpvG50UYLYFXsRtKYzFbsd9jqsxMjN7/DipDMQVOq9P2rrnFCSVLLH+ypVusKPYsl4fowXK/KYbuBz0ACxQE6DMswqh9f8mnWVFFmTWX2RshZgaGCpUV5j52Dke1z+0zZt2xFi00XoGDDiIvKJwHCRIvRNTym2JFTYMKpSZVRGvMypxz6qkJHOleETKjNU1FBalOXys8AjVk9OKeMEueQ1lyCcqKYjFFi0tpDSHrznXZwg9vSCRe9C7OWmJc2UfJNJ0Qo+UFPHPFpMXuTGA5crB8XqSWXipd9gE/0i6TBjeEKJeiAVqWFlmlyabDUGyk1r2pTKsO3bsB/7cfAQeEY5Kz05Ra1S1GZtWlqGVim9XzQFO4s1TXFHpdI8tmBXd3VgZPT0UBgIXcjvQPgQv9WrpS1C9Ew8uc2pz3cahZbq5fvWCh2wFDwVGqAkcJLU81flYOEAKeJHbpA1qeftoc2qQxvHYpwJqfhAa69WTDjdvcA2zkJ5qhJCjrBU4iTkSQzpezVCm77JHEOrW+Qhq8rdpzoRi0UrbVRGN/pPei7TXjSUhBPPPzbIHNdRKAqiDImjNxiDrC8+O3DYSe9/YV114KFL4xrqPrIjvqg7gba/2/bRcJAfn8/6WVfPH1kbBRRIZyLSweXcBV4piuZZ5CeNWEA1JCIDtK3b5quCJmnlqjS/KHZeCSQH/w9WbAYgTE6s0sFy19oMzAcaatfVUDcmu75SMldSflJSo2GCTJE8PJ6UDL871kbuUM43VadWJuqlpqSTbCQ60M4U96fx8AgylP7VUEoXYCZnWuHxVTQyyuYA546EwGGt6gQVxTNyyqjsvnENv8MTLHAmes6KQcp5yjmLi63wVYaidCQR5spkILmkUcvDZD+iGpthgmrsTNTs0J0IG2ltTDVL+1RKrmBvFxgvlc2U3AOKhgHLVLh08HyXkSTORaD11VGD31WWfPqkEZEEWHoLACXCBImqNKqxm6wtomCkcyfqleZeKAYzUV8VjtZkyExolHdCvVx0pYILMLCaZpnDL5p3MB8G9RTzs0xEicE07ysZUCxWoPIEiclQ9MCa7dkNysfJzDIveVl0TyiltQkmhpXvGgRFh3Hw7NKHuRpYB5AScFo0RpnbOIzb777JOGz0QyDByEgEGSqom6WJIrQ48nI+UIRSsOcL3cMZqJB6/Hg/GpDTFOmebboTJ0IBFoEiGeoJA5f9rxgy2I0bBmKoEtiSpayu/f//9KXUM2vZSrV1gQIlOZyRc8jDlo+WzaEwTJsAiS7w3iqY5XVYuerHL3cV7P1Rioa62jg9GnBIKx/qGdar+5SZBpWXSNpIULGAsja7ePDGIBAPKB9UHKligKeFogcWu/S7s9EmUnzyUFNe7EEGgys756816Mv7xDgv5Y+KwEVZZLy22EZf9P+jfHyy+PQZTURwuPIo+JuqvhW5dSW4dhgFc3CpiWfjsDY386nkm4X1BRCmkF+QFFz5XiqjJyo0lzs2a5mMMOgOBpugBiRWgASIt6qNhKZqaXhado1m4pbV3dREuQUUyh2mIAu/kCmggcyPqXJFMXPLOWpa8dAfMjT4CDQuVuxYC4O/i2+1LrbkhbJM2RKrdTSYFImr336azB0aD/9YbSKfzFxVk+UEYhKpXndIyFjuQXEAOpWCMR4pMc25ddWbU3cTZ9ZynTZSyo8F1qB1WX+ntC5pherY0Oj0VnkxNEdXvpwAzxTCag7iiznzTimJ1iDaaILC4WLRsO3ExRHWv1JSbraS+2bEnirvmHTfsUKP/FCJoVijUkrBvojHLicoiM07oJUMGuGeUxLPRDDJSidy6VvoQD5H7eSfaPcE8yRvK7uV0HyKs7/+n34CHR2uy7vpg7IAAAAASUVORK5CYII=);pointer-events:none}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-picker{position:absolute;top:70px;left:70px;width:12px;height:12px;border:solid 1px #000;border-radius:10px;margin-top:-6px;margin-left:-6px;background:0 0;box-sizing:content-box;z-index:99}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-picker>div{position:absolute;top:0;left:0;width:8px;height:8px;border-radius:8px;border:solid 2px #fff;box-sizing:content-box}.color-picker-wrapper .color-picker-panel .color-picker-actions .color-picker-action{width:calc(33.3333% - 6px);margin:3px}.color-picker-wrapper .color-picker-panel.color-picker-show-inline{position:relative}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation.color-picker-show-lightness.color-picker-show-alpha{width:230px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation.color-picker-show-lightness{width:210px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation.color-picker-show-alpha{width:210px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-lightness.color-picker-show-alpha{width:210px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation{width:190px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-lightness{width:190px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-alpha{width:190px}.color-picker-wrapper .color-picker-panel.color-picker-show-saturation.color-picker-show-alpha{width:190px}.color-picker-wrapper .color-picker-panel.color-picker-show-saturation.color-picker-show-lightness{width:190px}.color-picker-wrapper .color-picker-panel.color-picker-show-saturation.color-picker-show-lightness.color-picker-show-alpha{width:210px}.color-picker-wrapper .color-picker-panel.color-picker-show-lightness.color-picker-show-alpha{width:190px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue{width:170px}.color-picker-wrapper .color-picker-panel.color-picker-show-saturation{width:170px}.color-picker-wrapper .color-picker-panel.color-picker-show-lightness{width:170px}.color-picker-wrapper .color-picker-panel.color-picker-show-alpha{width:170px}.color-picker-wrapper .color-picker-panel.color-picker-panel-bottom{top:auto}.color-picker-wrapper .color-picker-panel.color-picker-panel-top{bottom:100%}.color-picker-wrapper .color-picker-panel.color-picker-panel-left{left:0}.color-picker-wrapper .color-picker-panel.color-picker-panel-right{right:0}.color-picker-wrapper .color-picker-panel.color-picker-panel-round .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-overlay{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAMAAAAL34HQAAAC/VBMVEVHcEx/YZRsq11jnYp2lXKEZYmShGCagIB+f3yAfX5up19rZqKRT5xcopqkW2qAfHxdaqmYl1R6S6xVaLKrR4x+QLOMAspUU7utVFSmX1lWp6ixRl4yBP1CL92BAPJCTMz0AH97uEi9PUtet1ulQ5pYLNJTv15JU8M9AvZXAOnLLzywL6VXtHQ8RNWhl07ENkN8u0S3nD2sAM6QM7RoPcGvOptOurU8H+ktLO6DKMF3AORRuo5L1E0vP+aJ5ACiAMiatDpMzVZ5HMpH+ilqxUWAANmyqzVRorSIzyheB+BG/yhLxYBeOMd9/gBJfr3STCidILi0FrND5EjBJ56/hDnUALnUJjWQAOOYqkS6ArflAI1SAPxFz9HAAMlLxLfNGpS4ZEC8AMBnD9mA3RtvzDvJKW7QAaqeyh9cAPJoAPnRlide4DBHncXaHy/CtCSlANxCBe/sAJM9y/HBMnOWwS+zlUT1BxNx+ADEojCsuCvPIWVO8SzaFlrrAEeYAOyVANZD7D46cNTTrR1zAO2C8ADuBh1C+6rCWjhSx1RE3rgzXd8+td/gFirjVxjnDiPJUzBl0TtB56Y/9XpA5G8tW+/qAG3pAMDJezBGvMzSAMW7ANexb0a5Ono/pNU4h9ziCVJD2to3l+WFxzTWEIBIzZNJ20frbQ5BdMg/7WF+APzcAJbFwQ8xcOg9wOdE9vaY9gDScydE15lAkc612ADaRSFV5jHgAnRH0LdC4JFb6yTaix2Z1Q9y5RngtwIyh/ApSfr0AFw0nflF0nc4qu/fsxBB/I1p2DDEyQDiALAoJvnbaB+r0gJC4Oau5QD0ADlC2221whlD6+9D+sT1eQDoALTriQU5uvr0WQVA/m4sZ/pt7wuf4AD0AKUwgfk/2PlA64XRyQD1NAte/gRD58jjeRVB8LXsowBD8NXRANHrUBGV7gDnMxb1lgBB9jtA8pjjlhHtLhL1tQDpvADI1gBE+t3fNx0//kvgyQA/9luxAOdY9hdRIP33AM3H6gD21QDrnpHAAAAA/HRSTlMAOlc9MC47AyQaSEZQT0UOVk1fZ1xvqHZiVGBx+bvqm/dkg21opHuI7NKnh2KtXJZ3e9F9gXZ/y96KynWmy8u4gpea7oO5jXCjwfmJk/l9s5WhwpWLzLbab6/a+K/cj6l+xLC0lKC5r+TxrLmMxKvk3unkkJZp++qaoLHcw+b0x9Gpudvc7fOQi7u+vtLW36KgzeTD3+X0np3n8G+ArrvVwcyKu5mz5ZPV+8jG0ND6+bCtn+TDxtCivdDAvsPY4PP29KLfyPWs1dfyxM3U8/eyu+j09+bm9fb29Nba9vT20uT498/T3+Xh+Ojp3fXk4dPr9+j09c/29eb65VLGWq2zAAAbp0lEQVR4AbTSsariaBwF8C0uZLSReQSbLQf2BcKCU12w2VdIYSFMtYNFGgufxNbCIlhIcrtBiyBYJ01IGbDQgIFAwp7zHROvbKWj5/y/7zZX+PH/8sdjsSzzp9ftzh1nNrxkyS5njj/vdnvt/706Lcni/aU/jyYNSCiqmmTx/OsXq/33l6N4dfpBlA6HKfsZpl5SLavY75utvRamN3n7HqQpPDgs5tak7ESrdqO/3177mpbZU5Qqza4mlw4zdZnhBaHaIbyrqgr7Hf78ZajuJm1RDDgYXtkkmxBlXBjK0Fb279dXwIRap0pLapJxMkyTHatUHMAWgj0dVd6gWEzr0vxfpuSEbZ8L4+faX9+akHKizNgZTqYyMaZ15WyeE/bteR+/ped7f09RoMp0UqYlVJxIKoxCWJyhOxxvh/G8FpbrKa3nrKqzgQcgzCAtSwxQaKRSM2lQs5gqljDPy+DCUMUUVfWj84SF8f0G7whhg8GAKKhwGhQPaUqsmngsAljewIq8zn8+YWGdFU3oIJXJJFKVGYvYMzvG2EI1MgUuhq6iXnR+9wG1KoSbGtyoGhQOQJFt02WThQqlyoUBSgsrfj7+kNz0mCK9Hsu4ZeQKpNiqIRF1VYWSmSRekicJUQWmqH889JBSva20KK6KKpBcToSuozUmClCgApxPCdkYDUMPs0WvMrl+vT3m0gNKJdSBKHpciDjBGqrAxgCGtiZcuAXzWMCgAiopksKkPn17wIVf/Nl+VIblKmuXMESmQNcV5XNCtskWqu1nWC5X/dcDqt73K+pQHg5YlFRrJWAVuRyM7ftmkBC41oVupWKIkqt3z8KosqZGdSaKdeGiSlkFGFVxnMABzMcwlIUsURyuizEqDHOs619w3bWrKUgGZUwKUVOYVpgAE4w5YwcmFPHVNnJpX0IZ1yk5FafiiMp1167OeMGzUR0uu5pOjUohiKaxTIzf0pQ9G+4X4UIuJpELLLqOd7i4K6D0gIwL1dSlaXolMbgdtg1NzsgfOaP9SCq6wsUCNKI+WLOuExZ2p6v3z9mozvyqtCqoDEoZr8bKBqaNs8E4CkAYXD5qVHt/sSdsi2GSj+SDr0jYsf6PUfp3UeSM4zheJGC2SPrUga1SeP0WI4gMKZ/q/gAhoGBlwOnEylK0SC/MIWydRrA51JQKy8B0NstUJsNeIZZ5f3/snHFZuffn0frFV9VV+xZXrRZO9r/CRLCGEqqhoTxE3a2QfLENkwcMFZ/HPfcC9vdaryUwVUm4voHFRccniVudDMWheK+o0O3yaOsoLd7GMaT4d1vVXmQOI/sdV+4ihY3sZ7ytusf0GyxR0bBChb9CcFLaVVNF8icwp7nqyrXWc9GXlaGsD7ddovr1ZL2qxOUsmZBApVueNond9f9ElrjMYdr6ceUwy1x/iOuW6vtzpTKUFYbBTSwV0gMiKdZPzKtKZKB4PZ2oRvvHESiGye5VfCleipcjK34Q1w3W4pSL6vyPzV12qJCG1FSgJqi2hmrHk3Zs6+sSGzST7Xuo9iNcj+JyWCGu4kVdpbDeV+1A5afzWV1DLwQeQXKUbOK1mZnmrN/vywdaX2BJDxcpDJep1nYuVRXH4wuv876LP1Z+yoGdgeE6D8/DxTDgoq6oBHVtaiOS5u2+TWEJMAKVcC5ouBS2rmDFqtCO0q2/1x0mdlbUYohKClpqQXp4mBgLEs9JHIvvOSg+UiLTkHGu3giYumhVMnMdxUV37x5rlkt6Ky4FTGYopipcrmq0G21HyeZ8LHeZzFkWMP0hpXK1KgvLWEsA7/yEudxKroVJUcFDZChC1fiKarqqQvEi1mLOctioN5LWI1OVnAtY5ud6OtrPeK2q3eWWqXCJLCzsWMa6VLExa7abzeZcnruieWQuWzJQl1fBRFaWRQkrO2ageHe1Ny6knx01ZQtHWeklqtEQlZukuY0XNTHJosqVtBJgg+pe5lquS1TqyiRQ7E8Qb1Tf5do0F5W4aLYIszDzv5VlpxLTuDnmVF69WY/qqOoRCawV8aF+qyWsQW+Aq2Ou5VdYxr04Vwbr6eknGNes2SbfiGrKtRZTTELipWGXpjtXNchUoC5Jzfq8DozHyaxWnweMg8FCxRt1Xs+1LK2MXHV8hnH9f0fFBDVV1Ewmt7pUTQTVGNOlinmRzeJiLWswUFiHAeNaS1wKy3juIv71V6zDRlW45FYHcQlqls52otpVtxJU21X35vHeytw1aAlKBqwDzFzlsnwun02VPUmfKparfhTVZrpBpa7FQVG7sEMFSlUPpiJU97J6/Z699tFG0cfoQ8RzGDKpg4vERahKdT1/ypi6fr46178byk11OCwOB/kFSVSK+iykCmUm2S++/7iof5dG8zUM42Iy8Qeo2CVOFQ9MISHuNtOkWjicKVKkEZlCgrVg6XD+AQ2BiSKnyIDNFGHLwYAwYcvANkE46BaWizghDIKkiP3e1/0+8VXv7zvWH64nTPGXYpj0Vy49XL+GauraA/bHnnJpP/6QSqxQketlrAwqaqHSDQUDRS2p9PUVC1W4hHr3DCVTsWhZERhDJhXvpYvJpQHDRS3trxu95chl1lxvqnqQ6m+pREKlwfqtb1TEkujfoORhxaI+w6Ty836V6iMos1AxUHZFLY0rkgvXX4M5syLWkVmo5EqGCpdUfZ2wn6oUy6p3Mv0ik2HTpS7LtP/wbwuYVJbhOhcrYL+LFbVubnLkClbn6E/BHh7+FGtq6v2v51b9//f7UqWpqGUTC1CszGdYWgyUVHq42nvtvb1zPbkGkStcN79zxXOzvAWp9EA9/I1L61GrZ1fEqv5WlQpUqDDxSsXiLK9cjFcufyx/PNAzzDNrq/3fNjBcYsk1+DGwy7vxFp5irR2hItaDbwhKD1W3z0ARqwoqbYVodlYfJqlm/ZcXrgNUoPTsUq5pL2CDAarWj5ZQP8ml5Z9yPRzJpScVtaTCBStOqEerKrFeqfQZxVDxmGAHliUwVFu42oaBOlcsw2C1xPrpWq1prOyRBwrXqV5Pk6obtaqoxHpXfaaaLZVmS24VpNVZfVJFMooJdRAsw9pbbUYsZKAGLbvM8t6IBOv9tVUJDNSpUKolFCpGK1geptK/Suo0Na3qLeqPPv5A8w40BUOlz7n4ccnVxuVY5FKt1k8GqxGsplmghg+nuHpJLbn6uDpCdarVpFUFFCrdL1CLvNXFVVTJn/JqorJLvQzDFb1AwTo3atDSVAvV7c1tSyRt5QiWJpVrnfbI1Y1aHb1qh1awKvqs8gWZTXrMOE2uCIbLuXZR2ZUscTGuqEUtwRYca+3aruFwmNTyEXEJ5VgdVBoomQKFSqZYoPSlwdJeZ2e4XteqOdeFYqGy65ZceaG4Ia6hYHKdaj1exOp2OvzgvUqVVBVYmlG8WG41PsvC5V5n+txrV6zGVrvRbp+0z0+ACRUwq+y6vYC1MoQFClW4HMsqhokTVipWGcWWwpRbzOnj8a3mpocExTujl1CwtoSCdeJaA2At716o8c1Yrp8r+nHNX7Ph9ZChEqvZa3Zxdbr6ZXFEt6qkrbhgisos5jKAsvqHzrJwOZdqiQVMtRoNcp2fiFVDdXHRupCqJZVqsXn9uJaEUq6hckWsJq6uJ5NVsKSqSFV5qcoEKptdzAYMlVcoF8rlfOI62z3bNYtcjRNcqOxqPVLrXq6xXQWx6pNrL2rd4aJWE1W4hOJJBUqzagmUXjaTy2anHyzTloElrrxUZweqFS5UGrku5NJc6165xrBqYt1N4oij4fBOKsWaqr53I1YdV6qSySqxMjk9SjGpwhV3LNh1IJZgUsnV0KJWjUmlWo+PqiXW2Kx7/a81MitRJbAms+o7rDqq96g0brg2W5IrLpiR5NWe90prabuG2aVYNeXSHEsqXKqFa7wyszS51htdSzUa3lkVR0QlV73zDCXVmmP5gppSZUIz78/NQJlV8O8rjyt+XA3vhBll1qOmWPfUYsszmQmua7mkkuuueUes782uWVLV62IFTCh9UxawqWl+Puvvda9CgVxn+ahFLqka7RTGkiPCAvZpeeb9BJdVI6F8Q7s8u6p1saxaq4AqLeHKoEpRLGzhWpbqqVY+cr2u5VyPzCyjbm/XZ75+m2hSadSKXD4iLmqhwmWVY6lWhvmCoVqYwrJv7DJMrkJBudJaCWzzda17uca4DgV7nNmBNZqMolaodpoRS6qqjmjWh8qaVSVU6QXDtMBskytYObnSXG9BrTfWA7VR26jVti+2n9fSVOvT9sxILM2xEtfXZrhYnb0n11OtJU2stFWgPFi4gAmlM0YtsXYFW49aJ8jkota+XZ/FOlassVjjGVTUsutSKNX6imoHFSckFrWIhapkV4Y9tXo23xFV1PIV+c2/lYpayrW5KdbGBrXItf+4r1ifQ8Vmvn0T7GoyuhqNLqMWqp2dhBW5NFjA1vhpZZJaLFQrCytauMhlF78uzmgXseQSzGd0re3atnKpFbXGuG4Pb2FNzJJKrEuZpEprpSipPiS10iOCCpVNfImLI75RreWopbmWYMSilmJJRa19u+4/Hx+Pjw/Hh0ktuVBdoeKKyIgl1xc9WC9qLRlmVbiilWeWXZGLWuGySrWUC5hdgnFDxdIN5To8/CQXLMGutNHV5aVcrrWjK1LrS93zb+vDhzVyGRVHfCNUqpqzCpdryWSVXPlC1JJpN1BinbgWsfZRyTVWrLRWmkswuXbkmuYySxNLrcIVtZhZRs3NGRZX1KJWxHqbf6ute5uNzQ2uuL3hI+671jFLa0n1jVyXV6DIFa4vX0BxRKvIFTfMxBHnpzfEpVkVLNeasoC51m6C0v6hy45ZGsv3MI7noBkcPKMhKnLHYkACgnKZ4uK8hdvZCFMNY5UuNkkXYpFiGiPTBSxiYrBIYxqLlMGQdgjY2K1vZJv9Ps/5+/dkmH3O2a0/fH9HdtFDzbWIda5aVsVaWlCxW08oYmlWwRIs1lpZt6toFjOLYLlaLLpAwdKyWEvf/LlqMcdaquVZRS2jQq38DR0r98knq6tFAPGI+VrFNdcyioVYe47FT6JgIZZZ8YjLtaxaquVcYl1/r32vxVrxiFktJlZwebGWYrlW/tvady7fEBdDZReqK1S5b+sl1nIsFmOJVcvdUK4SLKmotVKMuQQzKqrebRQDKrDeVHbFWkax5Vq4nl6e6k/1X3Vc49vxbee208lqMVrVvtRwsXDEEizDioplVlTFWIYxwbajy6w/1mKB5VrEeslcsMawbmGBunmrBcuxYi1UK3z0Ca6Qi4m0FOtdspGASlVrO9zQ+70WMyrWCixcT3VqOdZYsTqwblDFWieZawvWxw/Khcoffd7lSeVaSVbLKsf687cVXeHbWvxYwPrlWPW6XGOmI37ruBau2nWNWXUCa+sjsFI4onOxV1dUGaUvi1gptbhhXtX43LBrGeVcF6HWz8I3WKxeVy6OiEojFqoHw1wLFHOtErnWlStZTVbtEkw0o6ziP9QJKrn4tshVMay33wMmV/Wwetg8bH792vraOm+dXw1+Xl3gUqwF/xt4K1bdrHFduTrjDrluUMkVcqkWqP9ntUqhlmDulV/Rs8modFuqPaMci1yoVAsUr2oNrq4GoPRtLch1XvjyEllW4dK+KdcDucIRayfZFV9zrWtJAsyKN1RgbSRsI8XFDdWq4iP2etkRq66Fi1qt1vkgq0UsclFrv7ASbzjmcSx241xy1R6yWie4lMu1fEZ6JcqVBYsPS2xisFC5lmOh6jWCixPycMNzsQa4xLJqsVH4AOq5/vx7LVRZLatwieVauJCt08tfPSv+tqQoVdYqRcUVaVURi0+rwT5X2WGzKRWxWlIpFlvItVHYrMMybD4fz8fjoXK5FiymWqBqjnWyBUyqeEaCofgTSqo0zVCwrKKWY1XjF9/UFz9ANfg5uPANtc1CYfzy/GxVvW4XsKFZ7NqwUa0GiwEjFzAWYIl7BVrC6xm2FKsSb8g4oWsxYimXXKq1cK2rQqFwrVix1tCqTl+sh5tQSy5f8TWXYeshWHDl/vFX5VjbKaqKVMd7xz3W0BGrjQx1SCqjtAvth1mfYX1Qref58xyXYLBQ9W/6dmkjXCGXVKwUWXlZ7JSkSUQ5FirFQhVqMcNayjXgjLAMW2j/gbUmlV1iDckFDBe52gGFamQVtRixlmBJHpbaxBNZ+VhWGdX0Wl6sFY64VuBXuvXg8obzoHKurJZcZkXYksswlvBYtZGup1HF587yqhysxataUgXX42JxsalfgHeM0mOVlqna5GqT62E0GjnXrlTBpUVXkKV2gcq3Uqze8XFPLt+w+u+1HqVatApifUQ1e57Ns3FERi4GS1MsXAeG7VoVZXmaQCFUbLXtVpU9VOwoxmra1bprtSatwcS1uq+w7E93m1bNZvNZrNUfGtV/aLfbqsWodWDWbgYrlXlKpVSqNDz6V15VNkoXpFaGOn2NddZs3jXvgmvQFap78SjV43tQvuIMl1TT+XAaWFq7ryu2R94BuQ5Q0QuYZQHmxyS/nk1BpVHrqNcwrHpaPauiakoFajJRrq5UdnFDs2qvtaZvLqZeDBYwf112MbvKeoDx2lVO48rbfsIBM9VR7wjV6WkDFaxm8+xOtVqZqtvNXNp+YK2B8mBNxbo3TLGAWeVcB2ZFWEZDpqccaOXsdSzPKqGscivH0hFdy6yoolYRkjfPUOQCNpzC6t+HIzLDdEPBdg+s0uNepcyV8v6NR49LlaOJcUAeq2AZhUmqyUSu7qTLHruONXj7E/pbLXY/5JHrMnONeD/xwLLLufKXZOiE0jBVQPHuhBMe6Tk6PTpl+rAYJzRsAkwurkgus/xzaNZ7mf6aTWdSDYPr0i7vU/uTXcy9rNrh3draMSs3QpkllUuZxSjFe6ZYLK8ahFqefw6D6wGVnqlrTe/vVevysn/Zvgwu9TqgVx62u2OYguW2A2one44r/4uq5Vh3Z1HFrAqwaogl1kpQBdcwuHhw/de1/mHTDnlUR8MojsvJzU2uuLtMsoIEQ1ZsUO1mqahBV5RMEMU0rHh9PwIWzbWbbMY1o5Gw6/oBMCTMJ1mz//M+fQIlnPO0Zswvp8jxvVC5a8T9REffeX2PReQoQAlnKEyKxlJAkfa9PbSHwxqQ/bQmsL7BcdfL3/9+ElygVLL72MVs5VJj5BItNRg1GSSOFyLd7zTB5VPRe1UdpBIK1uFHlE3+oYcXV2mur7AkOwLbSyXXX5jobEvNpJIUFnUXh4cAsheoxIpJedgq2FaMBWqNCpSxfKw+Rxvrcy+VXD6Xu3wtXAOZwzzAEismldhWy7dlXXN1YKsACtWascSSaoLqx70J4X+fyuUo1/5j7yoy281mmmvWuwqhuBSWHkjpiCPGSeJUBNcQpd5QPLiiqqGgJpNfoAxcR1C6PTBz5dDMtQXWuwqTAaOCcSNvYrVoKV35W/lWSvV2myq0oSVrqYhQMQdTPcx1Ya6L5sKFapff5nKXUMWvqlieaEqpx1CZo6TSVFUdFMay9CjGmkTYz0AeXB9SXZjrDpZLNhbMXbbYEAYKUpoNZJikMhcqUtV1FQRrB2s1uJqnY4n1FRRBRVDlxkKFy/eamorgSovUk4DK0ixJcGWJRGpJ9AF9qypYTNX1qoiKrm9iPbq2Ut1gchGDjW8uZAVngYamb8KLwMKUlVLpWZZLpVqGZagctWq7dt3RJrqiqn5QGevLQJVTg6HizCWVXG6iLrMktMy4HsVQhqppsKxAoeo62yqirrCe/WO6fvXmOl32p34vssOVo7LBJAM29S9JMmvmsjI+pUdbaaqKT8hJJVdUdV2zPkvVoLra7/2JaweJSjXfz/M5exFcYyabjWWiqLhiWjzAFsaSyFWATBVjU61Ct6JSrc9RdUV1vb4/VflnPJ04ZMCiTCquDzBVsEJdeDNVr3IxmOpVKNuKbpgKmI1Fzg0sVLCaL6Z4/hmlAjU/MRcqarBoUqWywMJj1SllhMn2ioiCeq0sYRO4ldLFYKKm8k/43LU7Wcxlsj/uB/tzNra9PIupOI5SSrpcaCi5XLWppNqsglTRde7OqEAp9ctzlcKf8v97uWMUt/EwCuDbDJNAILAMTuPxNmuQWm+CEsMiGFDhbofFiMGokCu5kk8gF76DwbqB9yTjPqUPoCsYqdj3vmd5/2YHnDHOvPdJaTLix2czU+n/H4uRC9W++M3v37sk1gl2xIvTecQ8mSqUKtWuxPqu7JR/zrxD9o6mLWowuYIWpkxBM5tkGpJQoWii6gklKpQKGadkaVdEsczNuVfuaqjYr6wlkCu4D1oX2p8e2ulPH6YPnamR3JAUhqFUIUjcVapdraVql9XcnX9B8RNRHLm0L8RgI6BaGVCtCwXMoREV8qIsTLktyxhJoHpeG2q1W62g+nJORddv2zbOvph7ljD1mA5GjVpUyCpclQIRCpVQK2RH1d9nVWTd/nnqmgumcGHsCU2wCK5OhArFYVLWkhD2DBZd6+8rwHbNrnm+Pa9iPsLVNZa3/eoRdmSNOGAh05GJlAjtRBFRrEgWmQZAjdOE24KJqpWFqh97sZr7CrrbbtdUW48qNJgHgU8YaxuzRCOIMLwBxAkPlQqzMFU6GJsqWTPcFT/DZvyDKrmgoos1lWA+KhijlUFmKoWqA2qBDhaDQaomljU/Q+zKttW0qte4GMEoQwDzLSP2mIiNRJNrEYG0ACrEokKYBsmAH2C7K6qY16no+iiX1/WQOcbia2EuLJJrGA1Jokgm3rAqDJLShVAl1gUqpd9VPMEOLgwj2HB06JAq3kzFYWAKTSWUWEJVaNM8UvXafGr3tT2F+S/DDq6hSFIx/1NV60qqL5cdgVJ7Ly3MlQ1ZJ4u2UqFSyVUm5bqkaoU2q7tLj2a5cb9gLczHACbVKWwhWawO2JxN8qTMaZKqomp8Q9Vlrl/kcheWoYAhS193RxazrkoosliqDFU1T3z85YcR1XNDsUzm0ZXh8jOIlpjhcokLEy+pQhmYYpAULqtkqrJimup3PvvinP6mcGAcyATz5WJjZSFYTlmCQrUuOVI9vb/CQVd11zLpTryJuSAyVLak65hYVSA6plS4Kw5Whcde4ViwvlgeXTNckim0uTLBclUq1mKox/ZYsCssLGjXhUIml0xy9di4t4x71riAqXgBlX7Qqq7hcmBwcWbebJbNMk6PFYtjrLyXF3EB1z4v9vl+X3KqfZXcXfW8RT6pnhuLyVTIUKpmuBCZAJKKFYoF6sNPOTmwDiaCWWZwIT3dem0KDFwFkhfFvtgTxqTXRjmw/hGlysQeYSApRJHElH9dH+XC3te+I3PS28w2vU2xAQttXdgWMvj1/c9CCXbLv5Sfp61Lsg27AQwuylqUTOEfN/rJNziGtR5lk8lGbV0gbYhSC5risNYxrG94aG394GdQIbg5KTBI/K1+d8v//abn6eqfuv48nS43J4k70bcaW2IuJf0L+L3oUNPhVQ0AAAAASUVORK5CYII=);border-radius:50%}.color-picker-wrapper .color-picker-panel.color-picker-panel-round .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-grid-inner{background-color:#fff}.color-picker-wrapper .color-picker-hidden{display:none}.color-picker-wrapper.color-picker-disabled .color-picker-grid,.color-picker-wrapper.color-picker-disabled .color-picker-hue,.color-picker-wrapper.color-picker-disabled .color-picker-input,.color-picker-wrapper.color-picker-disabled .color-picker-opacity,.color-picker-wrapper.color-picker-disabled .color-picker-swatch{cursor:not-allowed!important}.color-picker-wrapper.color-picker-swatch-only .color-picker-input{padding-left:33px;padding-right:0;width:35px}.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon{width:35px;height:100%;border-right:1px solid #ccc}.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon:first-child{border-right-width:1px}.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon:last-child{border-left-width:1px}.color-picker-wrapper.color-picker-swatch-only .input-group .color-picker-input{padding:0;width:1px;opacity:0;cursor:pointer}.color-picker-wrapper.color-picker-swatch-only .input-group .color-picker-input:focus{outline:0}.color-picker-wrapper.color-picker-closed .color-picker-panel{display:none}.color-picker-wrapper.color-picker-horizontal .color-picker-panel{width:150px!important}.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row{display:block}.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid{display:block}.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation{cursor:col-resize;display:block;left:0;width:150px;height:20px}.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue .color-picker-overlay,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness .color-picker-overlay,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity .color-picker-overlay,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation .color-picker-overlay{height:20px}.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue .color-picker-slider,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness .color-picker-slider,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity .color-picker-slider,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation .color-picker-slider{width:2px;height:18px;margin-top:0}
.clearfix:after,.clearfix:before{display:table;content:"";line-height:0}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}[date-picker],[date-picker] td,[date-picker] th{-webkit-border-radius:4px;-moz-border-radius:4px}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.date-picker-date-time{position:absolute}.date-range .date-picker-date-time{position:inherit}[date-picker-wrapper]{position:absolute;min-width:220px;z-index:10;display:block;font-size:14px}[date-time-append] [date-picker-wrapper] [date-picker]{margin-top:-30px}[date-time-append] [date-picker]{position:relative;margin-right:-1000px;margin-bottom:-1000px}[date-range] [date-picker] .after.before{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#499dcd;background-image:-moz-linear-gradient(top,#5bc0de,#2f6ab4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f6ab4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f6ab4);background-image:-o-linear-gradient(top,#5bc0de,#2f6ab4);background-image:linear-gradient(to bottom,#5bc0de,#2f6ab4);background-repeat:repeat-x;border-color:#2f6ab4 #2f6ab4 #1f4677;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}[date-range] [date-picker] .after.before.active,[date-range] [date-picker] .after.before.disabled,[date-range] [date-picker] .after.before:active,[date-range] [date-picker] .after.before:hover,[date-range] [date-picker] .after.before[disabled]{color:#fff;background-color:#2f6ab4}[date-range] [date-picker] .after.before.active,[date-range] [date-picker] .after.before:active{background-color:#24528c\9}[date-picker].hidden{display:none}[date-picker]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;border-radius:4px;background-color:#fff;padding:4px}[date-picker] table{margin:0}[date-picker] td,[date-picker] th{padding:4px 5px;text-align:center;width:20px;height:20px;border-radius:4px;border:none}[date-picker] .switch{width:145px}[date-picker] span{display:block;width:23%;height:26px;line-height:25px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}[date-picker] span:hover{background:#eee}[date-picker] span.disabled,[date-picker] span.disabled:hover{background:0 0;color:#999;cursor:default}[date-picker] .active,[date-picker] .now{text-shadow:0 -1px 0 rgba(0,0,0,.25);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#fff}[date-picker] .active.active,[date-picker] .active.disabled,[date-picker] .active:active,[date-picker] .active:hover,[date-picker] .active[disabled],[date-picker] .now.active,[date-picker] .now.disabled,[date-picker] .now:active,[date-picker] .now:hover,[date-picker] .now[disabled]{color:#fff;background-color:#04c}[date-picker] .active.active,[date-picker] .active:active,[date-picker] .now.active,[date-picker] .now:active{background-color:#039\9}[date-picker] .now{color:#fff;background-color:#ee735b;background-image:-moz-linear-gradient(top,#ee5f5b,#ee905b);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#ee905b));background-image:-webkit-linear-gradient(top,#ee5f5b,#ee905b);background-image:-o-linear-gradient(top,#ee5f5b,#ee905b);background-image:linear-gradient(to bottom,#ee5f5b,#ee905b);border-color:#ee905b #ee905b #e56218;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25)}[date-picker] .now.active,[date-picker] .now.disabled,[date-picker] .now:active,[date-picker] .now:hover,[date-picker] .now[disabled]{color:#fff;background-color:#ee905b}[date-picker] .now.active,[date-picker] .now:active{background-color:#e9712d\9}[date-picker] .disabled{background:0 0;color:#999!important;cursor:default}[date-picker] [ng-switch-when=year] span,[date-picker] [ng-switch-when=month] span,[date-picker] [ng-switch-when=minutes] span{height:54px;line-height:54px}[date-picker] [ng-switch-when=date] td{padding:0}[date-picker] [ng-switch-when=date] span{width:100%;height:26px;line-height:26px}[date-picker] [ng-switch-when=date] td span:hover,[date-picker] th:hover{background:#eee;cursor:pointer}
.ta-hidden-input {
	width: 1px;
	height: 1px;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -10000px;
	left: -10000px;
	opacity: 0;
	overflow: hidden;
}

/* add generic styling for the editor */
.ta-root.focussed > .ta-scroll-window.form-control {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
	min-height: 300px;
	height: auto;
	overflow: auto;
	font-family: inherit;
	font-size: 100%;
}

.ta-scroll-window.form-control {
	position: relative;
	padding: 0;
}

.ta-scroll-window > .ta-bind {
	height: auto;
	min-height: 300px;
	padding: 6px 12px;
}

.ta-editor:focus {
	user-select: text;
}

/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
	z-index: 100;
	position: absolute;
	display: none;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-info {
	position: absolute;
	bottom: 16px;
	right: 16px;
	border: 1px solid black;
	background-color: #FFF;
	padding: 0 4px;
	opacity: 0.7;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-background {
	position: absolute;
	bottom: 5px;
	right: 5px;
	left: 5px;
	top: 5px;
	border: 1px solid black;
	background-color: rgba(0, 0, 0, 0.2);
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
	width: 10px;
	height: 10px;
	position: absolute;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl{
	top: 0;
	left: 0;
	border-left: 1px solid black;
	border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr{
	top: 0;
	right: 0;
	border-right: 1px solid black;
	border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl{
	bottom: 0;
	left: 0;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br{
	bottom: 0;
	right: 0;
	border: 1px solid black;
	cursor: se-resize;
	background-color: white;
}

/* copy the popover code from bootstrap so this will work even without it */
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
			background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
			box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
	margin-top: -10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow:after {
	content: "";
	border-width: 10px;
}
.popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0;
}
.popover.top > .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}
.popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}

.sk-rotating-plane{width:40px;background-color:#333;animation:sk-rotatePlane 1.2s infinite ease-in-out}@keyframes sk-rotatePlane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}to{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce,.sk-rotating-plane,.sk-wave{margin:40px auto;height:40px}.sk-double-bounce{position:relative;width:40px}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-double-bounce .sk-double-bounce2{animation-delay:-1s}@keyframes sk-doubleBounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}.sk-wave{width:50px;text-align:center;font-size:10px}.sk-wave .sk-rect{background-color:#333;height:100%;width:6px;display:inline-block;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{animation-delay:-1.2s}.sk-wave .sk-rect2{animation-delay:-1.1s}.sk-wave .sk-rect3{animation-delay:-1s}.sk-wave .sk-rect4{animation-delay:-.9s}.sk-wave .sk-rect5{animation-delay:-.8s}@keyframes sk-waveStretchDelay{0%,40%,to{transform:scaleY(.4)}20%{transform:scaleY(1)}}.sk-wandering-cubes{position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-wandering-cubes .sk-cube2{animation-delay:-.9s}@keyframes sk-wanderingCube{0%{transform:rotate(0deg)}25%{transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}to{transform:rotate(-360deg)}}.sk-chasing-dots,.sk-spinner-pulse,.sk-wandering-cubes{margin:40px auto;width:40px;height:40px}.sk-spinner-pulse{background-color:#333;border-radius:100%;animation:sk-pulseScaleOut 1s infinite ease-in-out}@keyframes sk-pulseScaleOut{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}.sk-chasing-dots{position:relative;text-align:center;animation:sk-chasingDotsRotate 2s infinite linear}.sk-chasing-dots .sk-child{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#333;border-radius:100%;animation:sk-chasingDotsBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes sk-chasingDotsRotate{to{transform:rotate(360deg)}}@keyframes sk-chasingDotsBounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}.sk-three-bounce{margin:40px auto;width:80px;text-align:center}.sk-circle .sk-child:before,.sk-three-bounce .sk-child{width:20px;height:20px;background-color:#333;border-radius:100%;display:inline-block;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-three-bounce .sk-bounce1{animation-delay:-.32s}.sk-three-bounce .sk-bounce2{animation-delay:-.16s}@keyframes sk-three-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.sk-circle{position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{content:'';display:block;margin:0 auto;width:15%;height:15%;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{transform:rotate(30deg)}.sk-circle .sk-circle3{transform:rotate(60deg)}.sk-circle .sk-circle4{transform:rotate(90deg)}.sk-circle .sk-circle5{transform:rotate(120deg)}.sk-circle .sk-circle6{transform:rotate(150deg)}.sk-circle .sk-circle7{transform:rotate(180deg)}.sk-circle .sk-circle8{transform:rotate(210deg)}.sk-circle .sk-circle9{transform:rotate(240deg)}.sk-circle .sk-circle10{transform:rotate(270deg)}.sk-circle .sk-circle11{transform:rotate(300deg)}.sk-circle .sk-circle12{transform:rotate(330deg)}.sk-circle .sk-circle2:before{animation-delay:-1.1s}.sk-circle .sk-circle3:before{animation-delay:-1s}.sk-circle .sk-circle4:before{animation-delay:-.9s}.sk-circle .sk-circle5:before{animation-delay:-.8s}.sk-circle .sk-circle6:before{animation-delay:-.7s}.sk-circle .sk-circle7:before{animation-delay:-.6s}.sk-circle .sk-circle8:before{animation-delay:-.5s}.sk-circle .sk-circle9:before{animation-delay:-.4s}.sk-circle .sk-circle10:before{animation-delay:-.3s}.sk-circle .sk-circle11:before{animation-delay:-.2s}.sk-circle .sk-circle12:before{animation-delay:-.1s}@keyframes sk-circleBounceDelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.sk-circle,.sk-cube-grid,.sk-fading-circle,.sk-folding-cube{width:40px;height:40px;margin:40px auto}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{animation-delay:.2s}.sk-cube-grid .sk-cube2{animation-delay:.3s}.sk-cube-grid .sk-cube3{animation-delay:.4s}.sk-cube-grid .sk-cube4{animation-delay:.1s}.sk-cube-grid .sk-cube5{animation-delay:.2s}.sk-cube-grid .sk-cube6{animation-delay:.3s}.sk-cube-grid .sk-cube7{animation-delay:0s}.sk-cube-grid .sk-cube8{animation-delay:.1s}.sk-cube-grid .sk-cube9{animation-delay:.2s}@keyframes sk-cubeGridScaleDelay{0%,70%,to{transform:scale3D(1,1,1)}35%{transform:scale3D(0,0,1)}}.sk-fading-circle,.sk-folding-cube{position:relative}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{content:'';display:block;margin:0 auto;width:15%;height:15%;background-color:#333;border-radius:100%;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.sk-fading-circle .sk-circle2{transform:rotate(30deg)}.sk-fading-circle .sk-circle3{transform:rotate(60deg)}.sk-fading-circle .sk-circle4{transform:rotate(90deg)}.sk-fading-circle .sk-circle5{transform:rotate(120deg)}.sk-fading-circle .sk-circle6{transform:rotate(150deg)}.sk-fading-circle .sk-circle7{transform:rotate(180deg)}.sk-fading-circle .sk-circle8{transform:rotate(210deg)}.sk-fading-circle .sk-circle9{transform:rotate(240deg)}.sk-fading-circle .sk-circle10{transform:rotate(270deg)}.sk-fading-circle .sk-circle11{transform:rotate(300deg)}.sk-fading-circle .sk-circle12{transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{animation-delay:-1s}.sk-fading-circle .sk-circle4:before{animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{animation-delay:-.1s}@keyframes sk-circleFadeDelay{0%,39%,to{opacity:0}40%{opacity:1}}.sk-folding-cube{transform:rotateZ(45deg)}.sk-folding-cube .sk-cube{float:left;width:50%;height:50%;position:relative;transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#333;animation:sk-foldCubeAngle 2.4s infinite linear both;transform-origin:100% 100%}.sk-folding-cube .sk-cube2{transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube .sk-cube3{transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube .sk-cube4{transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube .sk-cube2:before{animation-delay:.3s}.sk-folding-cube .sk-cube3:before{animation-delay:.6s}.sk-folding-cube .sk-cube4:before{animation-delay:.9s}@keyframes sk-foldCubeAngle{0%,10%{transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{transform:perspective(140px) rotateX(0deg);opacity:1}90%,to{transform:perspective(140px) rotateY(180deg);opacity:0}}:-ms-input-placeholder{color:#aaa}::placeholder{color:#aaa}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background-color:#eaeaea;border-left:1px solid #ccc}::-webkit-scrollbar-thumb{background-color:#ccc}::-webkit-scrollbar-thumb:hover{background-color:#aaa}body{font-family:"Noto Sans KR",sans-serif;font-size:14px;color:#606060}body,html{margin:0;padding:0;height:100%;line-height:140%}body,h1,h2,h3,h4,h5,h6{font-weight:500}.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .upload-new-file,a{cursor:pointer;text-decoration:none;color:#406de0}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action{cursor:pointer;color:#406de0}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier{cursor:pointer;text-decoration:none;color:#406de0}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor h4 ul li,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier{cursor:pointer;text-decoration:none}.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan{cursor:pointer;text-decoration:none;color:#406de0}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul li{cursor:pointer;text-decoration:none}.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company{cursor:pointer;color:#406de0}.app-view .dashboard-view .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions span{cursor:pointer;text-decoration:none;color:#406de0}a .iconic{top:1px}.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.email-configuration .regenerate-token .iconic,.app-view .dashboard-view .model-editor.client-editor .regenerate-token .iconic,a .iconic{position:relative;margin-right:2px;width:.9rem;height:.9rem;fill:#406de0}.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .upload-new-file .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .download-file .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .upload-new-file .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li span .iconic,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li span .iconic,.app-view .dashboard-view .model-editor.order-editor h4 ul li .iconic,.app-view .dashboard-view .model-editor.review-editor .review-info .edit-metafields .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li span .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li span .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .model-editor.subscription-editor h4 ul li .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .edit-app .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .remove-app .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan .iconic{position:relative;top:1px;margin-right:2px;width:.9rem;height:.9rem;fill:#406de0}.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .regenerate-token .iconic,.app-view .dashboard-view .model-editor.store-integrations .regenerate-secret .iconic,.app-view .dashboard-view .model-editor.store-integrations .regenerate-token .iconic,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company .iconic{position:relative;margin-right:2px;width:.9rem;height:.9rem;fill:#406de0}.app-view .dashboard-view .memo-viewer .viewer-header .write-memo .iconic{margin-right:2px;width:.9rem;height:.9rem;fill:#406de0}.app-view .dashboard-view .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,a:hover{color:#2151cc}.app-view .dashboard-view .memo-viewer .viewer-header .write-memo:hover .iconic,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover .iconic,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .regenerate-token:hover .iconic,.app-view .dashboard-view .message-channels .client-editor.email-configuration .regenerate-token:hover .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .download-file:hover .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .download-file:hover .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .upload-new-file:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li span:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li span:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul li:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li span:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li span:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul li:hover .iconic,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover .iconic,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover .iconic,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .regenerate-secret:hover .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .regenerate-token:hover .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .regenerate-secret:hover .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .regenerate-token:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul li:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul li:hover .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover .iconic,.app-view .dashboard-view .model-editor.client-editor .regenerate-token:hover .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .download-file:hover .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .upload-new-file:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li span:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li span:hover .iconic,.app-view .dashboard-view .model-editor.order-editor h4 ul li:hover .iconic,.app-view .dashboard-view .model-editor.review-editor .review-info .edit-metafields:hover .iconic,.app-view .dashboard-view .model-editor.store-integrations .regenerate-secret:hover .iconic,.app-view .dashboard-view .model-editor.store-integrations .regenerate-token:hover .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li span:hover .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li span:hover .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover .iconic,.app-view .dashboard-view .model-editor.subscription-editor h4 ul li:hover .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions span:hover .iconic,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover .iconic,a:hover .iconic{fill:#2151cc}input{line-height:150%}[ng-click],[ui-sref]{cursor:pointer}.ng-cloak,.x-ng-cloak,[data-ng-cloak],[ng-cloak],[ng\:cloak],[x-ng-cloak]{display:none!important}.info-mark{position:relative;top:2px;display:inline-block;margin-left:3px;width:14px;height:14px;border-radius:50%;background-color:#606060}.info-mark .iconic{position:absolute;top:1px;left:2px;width:10px;height:10px;fill:#fff}.dndDraggingSource{display:none}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list th,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list th,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list th,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list th,.swal-button{font-weight:500}.swal-button.swal-button--confirm{background-color:#406de0}.app-view .action-panel .action-pane form button,.app-view .user-panel .user-panel-body form button,.button.clayful-blue,.button.clayful-pink,.button.clayful-yellow{cursor:pointer;box-sizing:border-box;color:#fff;background-color:#406de0;border:#3363de 1px solid;transition:all .1s linear}.app-view .action-panel .action-pane form button:hover,.app-view .user-panel .user-panel-body form button:hover,.button.clayful-blue:hover{background-color:#2a5cdc}.app-view .action-panel .action-pane form button[disabled=disabled],.app-view .user-panel .user-panel-body form button[disabled=disabled],.button.clayful-blue[disabled=disabled]{background-color:#bbb;border-color:#bbb;color:#eee;cursor:not-allowed}.app-view .action-panel .action-pane form button .fa-spin,.app-view .user-panel .user-panel-body form button .fa-spin,.button.clayful-blue .fa-spin{display:none}.app-view .action-panel .action-pane form button .fa-spin.active,.app-view .action-panel .action-pane form button.inverted .fa-spin.active,.app-view .user-panel .user-panel-body form button .fa-spin.active,.app-view .user-panel .user-panel-body form button.inverted .fa-spin.active,.button.clayful-blue .fa-spin.active,.button.clayful-pink .fa-spin.active,.button.clayful-yellow .fa-spin.active,.button.inverted.clayful-blue .fa-spin.active,.button.inverted.clayful-pink .fa-spin.active,.button.inverted.clayful-yellow .fa-spin.active{display:inline}.button.clayful-pink,.button.clayful-yellow{background-color:#ffd066;border:#ffcb57 1px solid}.button.clayful-yellow:hover{background-color:#ffc84d}.button.clayful-yellow[disabled=disabled]{background-color:#bbb;border-color:#bbb;color:#eee;cursor:not-allowed}.button.clayful-yellow .fa-spin{display:none}.button.clayful-pink{background-color:#ff4d88;border:#ff3e7e 1px solid}.button.clayful-pink:hover{background-color:#ff3477}.button.clayful-pink[disabled=disabled]{background-color:#bbb;border-color:#bbb;color:#eee;cursor:not-allowed}.button.clayful-pink .fa-spin{display:none}.app-view .action-panel .action-pane form button.inverted,.app-view .user-panel .user-panel-body form button.inverted,.button.inverted.clayful-blue,.button.inverted.clayful-pink,.button.inverted.clayful-yellow{cursor:pointer;box-sizing:border-box;background:0 0;color:#406de0;border:#406de0 1px solid;transition:all .1s linear}.app-view .action-panel .action-pane form button.inverted:hover,.app-view .user-panel .user-panel-body form button.inverted:hover,.button.inverted.clayful-blue:hover{background-color:#406de0;color:#fff}.app-view .action-panel .action-pane form button.inverted[disabled=disabled],.app-view .user-panel .user-panel-body form button.inverted[disabled=disabled],.button.inverted.clayful-blue[disabled=disabled]{background-color:#bbb;border-color:#bbb;color:#eee;cursor:not-allowed}.app-view .action-panel .action-pane form button.inverted .fa-spin,.app-view .user-panel .user-panel-body form button.inverted .fa-spin,.button.inverted.clayful-blue .fa-spin{display:none}.button.inverted.clayful-pink,.button.inverted.clayful-yellow{color:#ffd066;border:#ffd066 1px solid}.button.inverted.clayful-yellow:hover{background-color:#ffd066;color:#fff}.button.inverted.clayful-yellow[disabled=disabled]{background-color:#bbb;border-color:#bbb;color:#eee;cursor:not-allowed}.button.inverted.clayful-yellow .fa-spin{display:none}.button.inverted.clayful-pink{color:#ff4d88;border:#ff4d88 1px solid}.button.inverted.clayful-pink:hover{background-color:#ff4d88;color:#fff}.button.inverted.clayful-pink[disabled=disabled]{background-color:#bbb;border-color:#bbb;color:#eee;cursor:not-allowed}.button.inverted.clayful-pink .fa-spin{display:none}.clayful-action-guide{display:inline-block;border:#ddd 1px solid;border-radius:4px;padding:8px 10px;line-height:100%;color:#666}.clayful-action-guide .iconic{position:relative;top:2px;width:13px;height:13px;margin-right:4px;fill:#406de0}.clayful-action-guide:hover{background-color:#fafafa}.clayful-badge{margin-left:6px;display:inline-block;padding:0 10px 2px;font-size:13px;color:#eaeaea;background-color:#a3a3a3;border-radius:12px}.clayful-badge.badge-normal,.clayful-badge.badge-normal.active{color:#fff;background-color:#406de0}.clayful-badge.badge-good,.clayful-badge.badge-good.active{color:#fff;background-color:#41960f}.clayful-badge.badge-bad,.clayful-badge.badge-bad.active{color:#fff;background-color:#da3a34}.clayful-badge,.clayful-badge span{vertical-align:top}.clayful-block{margin-bottom:8px}.clayful-block.closed .block-toggle,.clayful-box.closed .toggle .iconic{transform:rotate(180deg)}.clayful-block .block-header{position:relative;padding:10px 14px;border:#d7d7d7 1px solid;background-color:#f0f0f0;color:#7c7c7c}.clayful-block .block-contents:after,.clayful-block .block-header:after,.clayful-box .box-header:after,.clayful-box:after,.clayful-collapsible-group:after{content:"";display:table;clear:both}.clayful-block .block-header .block-header-contents{float:left}.clayful-block .block-header .block-toggle{float:right}.clayful-block .block-header .iconic{width:14px;height:14px;fill:#7c7c7c}.clayful-block .block-contents{padding:14px;border:#dadada 1px solid;border-top:none}.clayful-box{position:relative;margin:0 0 18px;background-color:#fff;border:#e4e4e4 1px solid;border-radius:4px}.clayful-box .box-header{position:relative;padding:16px 24px;border-bottom:#e4e4e4 1px solid}.clayful-box .box-header .meta,.clayful-box .box-header h1{display:inline}.clayful-box .box-header h1{font-size:22px;color:#406de0}.clayful-box .box-header .meta{margin-left:14px;font-size:13px;color:#7f7f7f}.clayful-box .box-header .meta span{margin-right:8px;padding-right:8px;border-right:#dadada 1px solid}.clayful-box .box-header .meta span:last-child{margin-right:0;padding-right:0;border-right:none}.clayful-box .box-header .toggle{float:right}.clayful-box .box-header .toggle .iconic{width:20px;fill:#606060}.clayful-box .box-contents{padding:16px 24px}.clayful-button{position:relative;width:100%;margin:4px 0;padding:14px 0;text-align:center;font-size:14px;border-radius:4px}.clayful-button>div.ng-hide-add{display:none;position:absolute;top:0}.clayful-button .iconic{position:relative;top:2px;margin-right:4px;width:18px}.clayful-button .spinkit-spinner .sk-wave{margin:0 auto;padding:0;height:20px}.clayful-button .spinkit-spinner .sk-wave .sk-rect{margin:0 1px;width:3px}.clayful-button.button-normal{color:#fff;background-color:#406de0;border:#3766df 1px solid}.clayful-button.button-normal:hover{background-color:#2e60dd}.clayful-button.button-normal .iconic{fill:#fff}.clayful-button.button-normal .sk-rect{background-color:#fff}.clayful-button.button-plain{color:#606060;background-color:#fff;border:#d1d1d1 1px solid}.clayful-button.button-plain:hover{background-color:#fafafa}.clayful-button.button-plain .iconic{fill:#606060}.clayful-button.button-danger{color:#fff;background-color:#da3a34;border:#d8322b 1px solid}.clayful-button.button-danger:hover{background-color:#d32d26}.clayful-button.button-danger .iconic{fill:#fff}.clayful-button.button-danger .sk-rect,table.clayful-table tbody,table.clayful-table tbody tr.no-data:hover{background-color:#fff}.clayful-button.button-disabled{cursor:not-allowed;color:#fff;background-color:#c6c6c6;border-color:#b9b9b9}.clayful-button.button-disabled:hover{background-color:#c6c6c6}.clayful-button.button-disabled .iconic{fill:#fff}.clayful-check-button{display:inline-block;margin:0 6px 6px 0;padding:8px 12px;border:#999 1px solid;border-radius:4px;font-size:13px;color:#999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.clayful-check-button.size-small{padding:4px 8px;font-size:13px}.clayful-check-button.size-small .checked-icon .iconic{top:0;width:10px;height:10px}.clayful-check-button .checked-icon.icon-active{display:none}.clayful-check-button .checked-icon.icon-inactive,.clayful-check-button:hover .checked-icon.icon-active{display:inline}.clayful-check-button .checked-icon .iconic{position:relative;top:2px;width:14px;height:14px;fill:#999}.clayful-check-button:hover{border:#406de0 1px solid;color:#406de0}.clayful-check-button:hover .checked-icon.icon-inactive{display:none}.clayful-check-button:hover .checked-icon .iconic{fill:#406de0}.clayful-check-button.active{border-color:#406de0;background-color:#406de0;color:#fff}.app-view .dashboard-view .form-field-group model-editor-description-field,.app-view .dashboard-view .form-field-group model-editor-name-field,.app-view .dashboard-view .form-field-group model-editor-slug-field,.clayful-check-button.active .checked-icon.icon-active,.clayful-check-button.checkbox .checked-icon{display:inline}.clayful-check-button.active .checked-icon.icon-inactive{display:none}.clayful-check-button.active .checked-icon .iconic{fill:#fff}.clayful-check-button.disabled{cursor:not-allowed;background-color:#c6c6c6;border-color:#b9b9b9;color:#fff}.clayful-check-button.checkbox{padding:4px;border:#cacaca 1px solid}.clayful-check-button.checkbox .checked-icon .iconic{fill:rgba(0,0,0,0)}.clayful-check-button.checkbox.active{border-color:#406de0}.clayful-check-button.checkbox.active .checked-icon .iconic{left:2px;fill:#fff}.clayful-checkbox{margin:6px 0;font-size:13px}.clayful-checkbox .checkbox-body{position:relative;top:-2px;margin-left:3px}.clayful-collapsible-group{position:relative;margin:8px 0 24px}.clayful-collapsible-group h2{margin:0 0 8px;font-size:18px}.clayful-collapsible-group.closed .collapsible-group-toggle .iconic{transform:rotate(180deg)}.clayful-collapsible-group .collapsible-group-toggle{position:absolute;top:-4px;right:4px}.clayful-collapsible-group .collapsible-group-toggle .iconic{width:14px;fill:#606060}.clayful-collapsible-group .collapsible-group-header{margin-bottom:16px;padding-bottom:8px;border-bottom:#e2e4e3 1px solid}.clayful-confirm{position:fixed;top:47%;left:50%;z-index:100;transform:translate(-50%,-50%);width:100%;max-width:380px;border:#eee 1px solid;border-radius:0 0 4px 4px;background-color:#fff;box-shadow:#000 12px 12px 80px -42px}.clayful-confirm .confirm-title{padding:12px;border-radius:4px 4px 0 0;background-color:#406de0;color:#fff}.clayful-confirm .confirm-title .iconic{margin-right:8px;fill:#fff}.clayful-confirm .confirm-body{padding:12px}.clayful-confirm .confirm-body p{margin:12px 12px 24px;padding:0}.clayful-confirm .confirm-buttons .clayful-button{margin:1%;width:48%;padding:8px}.clayful-gentle-info{font-size:12px}.clayful-gentle-info .iconic{position:relative;top:1px;width:12px;height:12px;fill:#777}.clayful-label{position:relative;font-size:14px;color:#6e6e6e}.clayful-label .multilingual,.clayful-label .required{margin-left:4px;font-size:12px;color:#bbb}.clayful-notifications{position:fixed;z-index:500;min-width:320px;max-width:320px}.clayful-notifications .notifications{margin:0;padding:0}.clayful-notifications .notification{list-style:none;margin:0 0 4px;padding:8px 12px;width:100%;color:#fff;border-radius:4px}.clayful-notifications .notification .icon-wrap-notification{display:inline-block;margin-right:4px;vertical-align:top}.clayful-notifications .notification .message-notification{display:inline-block;width:86%}.app-view .dashboard-view .list-view.country-list .card .country-rotw h2,.clayful-notifications .notification .message-notification>ol,.clayful-notifications .notification .message-notification>ul{padding-left:0}.clayful-notifications .notification .close-notification{display:inline-block}.clayful-notifications .notification.notification-info{background-color:#406de0;border:#2e60dd 1px solid}.clayful-notifications .notification.notification-success{background-color:#41960f;border:#39830d 1px solid}.clayful-notifications .notification.notification-fail{background-color:#da3a34;border:#d32d26 1px solid}.clayful-notifications .notification.notification-warning{background-color:#ffc33d;border:#ffbd29 1px solid}.clayful-notifications .notification.notification-forbidden{background-color:#da3a34;border:#d32d26 1px solid}.clayful-notifications .notification .iconic{position:relative;top:2px;fill:#fff;width:14px;height:14px}.clayful-notifications .notification .close-notification{float:right}.clayful-notifications .notification.ng-enter{transition:.4s ease-in all;opacity:0}.app-view .action-panel .action-pane .action-pane-powered-by span:hover,.clayful-notifications .notification.ng-enter.ng-enter-active{opacity:1}@media screen and (max-width:768px){.clayful-notifications{top:0;right:0;max-width:100%;min-width:100%}.clayful-notifications .notifications{text-align:center}.clayful-notifications .notifications .notification{border-radius:0;padding:8px 0}.clayful-notifications .notifications .notification .message-notification{margin:0 4px;width:77%;text-align:left}.clayful-notifications .notifications .notification .close-notification{float:none;position:relative;top:0}}.clayful-list-new-button{text-align:right}.app-view .dashboard-view .memo-viewer .viewer-header .clayful-list-new-button .write-memo,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .clayful-list-new-button .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .clayful-list-new-button .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .clayful-list-new-button .regenerate-token,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .clayful-list-new-button .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .clayful-list-new-button .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .clayful-list-new-button .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .clayful-list-new-button .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .clayful-list-new-button .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .clayful-list-new-button .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .clayful-list-new-button .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .clayful-list-new-button .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .clayful-list-new-button .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .clayful-list-new-button .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .clayful-list-new-button span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .clayful-list-new-button span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .clayful-list-new-button span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .clayful-list-new-button span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .clayful-list-new-button li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .clayful-list-new-button .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .clayful-list-new-button .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .clayful-list-new-button .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .clayful-list-new-button .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .clayful-list-new-button span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .clayful-list-new-button span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .clayful-list-new-button span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .clayful-list-new-button span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .clayful-list-new-button li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .clayful-list-new-button .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .clayful-list-new-button .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .clayful-list-new-button .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .clayful-list-new-button .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .clayful-list-new-button span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .clayful-list-new-button span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .clayful-list-new-button span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .clayful-list-new-button span,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .clayful-list-new-button li,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .clayful-list-new-button .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .clayful-list-new-button .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .clayful-list-new-button .edit-metafields,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .clayful-list-new-button .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .clayful-list-new-button .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .clayful-list-new-button .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .clayful-list-new-button .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .clayful-list-new-button .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .clayful-list-new-button .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .clayful-list-new-button span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .clayful-list-new-button span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .clayful-list-new-button li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .clayful-list-new-button span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .clayful-list-new-button span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .clayful-list-new-button li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .clayful-list-new-button span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .clayful-list-new-button span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .clayful-list-new-button li,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .clayful-list-new-button .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-list-new-button .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .clayful-list-new-button span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .clayful-list-new-button .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-list-new-button .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .clayful-list-new-button span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .clayful-list-new-button .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-list-new-button .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .clayful-list-new-button span,.app-view .dashboard-view .model-editor.client-editor .clayful-list-new-button .regenerate-token,.app-view .dashboard-view .model-editor.downloadable-editor .clayful-list-new-button .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .clayful-list-new-button .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .clayful-list-new-button .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .clayful-list-new-button .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .clayful-list-new-button .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .clayful-list-new-button .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .clayful-list-new-button span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .clayful-list-new-button span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .clayful-list-new-button span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .clayful-list-new-button span,.app-view .dashboard-view .model-editor.order-editor h4 ul .clayful-list-new-button li,.app-view .dashboard-view .model-editor.review-editor .review-info .clayful-list-new-button .edit-metafields,.app-view .dashboard-view .model-editor.store-integrations .clayful-list-new-button .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .clayful-list-new-button .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .clayful-list-new-button span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .clayful-list-new-button span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .show-operations,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .clayful-list-new-button li,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .clayful-list-new-button .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-list-new-button .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .clayful-list-new-button span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .clayful-list-new-button .edit-fulfillment-company,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .clayful-list-new-button .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .clayful-list-new-button .remove-shipping-carrier,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .clayful-list-new-button .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .clayful-list-new-button .remove-app,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .clayful-list-new-button .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .clayful-list-new-button .remove-plan,.clayful-list-new-button .app-view .dashboard-view .memo-viewer .viewer-header .write-memo,.clayful-list-new-button .app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.clayful-list-new-button .app-view .dashboard-view .message-channels .client-editor.custom-configuration .regenerate-token,.clayful-list-new-button .app-view .dashboard-view .message-channels .client-editor.email-configuration .regenerate-token,.clayful-list-new-button .app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.clayful-list-new-button .app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.clayful-list-new-button .app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .download-file,.clayful-list-new-button .app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .upload-new-file,.clayful-list-new-button .app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .download-file,.clayful-list-new-button .app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .upload-new-file,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li span,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li span,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul li,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li span,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li span,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul li,.clayful-list-new-button .app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.clayful-list-new-button .app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.clayful-list-new-button .app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .edit-metafields,.clayful-list-new-button .app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.clayful-list-new-button .app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.clayful-list-new-button .app-view .dashboard-view .message-channels .store-integrations.custom-configuration .regenerate-secret,.clayful-list-new-button .app-view .dashboard-view .message-channels .store-integrations.custom-configuration .regenerate-token,.clayful-list-new-button .app-view .dashboard-view .message-channels .store-integrations.email-configuration .regenerate-secret,.clayful-list-new-button .app-view .dashboard-view .message-channels .store-integrations.email-configuration .regenerate-token,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul li,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li span,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li span,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul li,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.clayful-list-new-button .app-view .dashboard-view .model-editor.client-editor .regenerate-token,.clayful-list-new-button .app-view .dashboard-view .model-editor.downloadable-editor .download-file,.clayful-list-new-button .app-view .dashboard-view .model-editor.downloadable-editor .upload-new-file,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .section-global-actions li span,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .section-local-actions li span,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor h4 ul li,.clayful-list-new-button .app-view .dashboard-view .model-editor.review-editor .review-info .edit-metafields,.clayful-list-new-button .app-view .dashboard-view .model-editor.store-integrations .regenerate-secret,.clayful-list-new-button .app-view .dashboard-view .model-editor.store-integrations .regenerate-token,.clayful-list-new-button .app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li span,.clayful-list-new-button .app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li span,.clayful-list-new-button .app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.clayful-list-new-button .app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.clayful-list-new-button .app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.clayful-list-new-button .app-view .dashboard-view .model-editor.subscription-editor h4 ul li,.clayful-list-new-button .app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.clayful-list-new-button .app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.clayful-list-new-button .app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions span,.clayful-list-new-button .app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.clayful-list-new-button .app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.clayful-list-new-button .app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.clayful-list-new-button .app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .edit-app,.clayful-list-new-button .app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .remove-app,.clayful-list-new-button .app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.clayful-list-new-button .app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.clayful-list-new-button a{display:inline-block;padding:8px 12px;border-radius:4px;font-size:13.5px;color:#fff;background-color:#406de0;margin-bottom:16px}.app-view .dashboard-view .memo-viewer .viewer-header .clayful-list-new-button .write-memo:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .clayful-list-new-button .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .clayful-list-new-button .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .clayful-list-new-button .regenerate-token:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .clayful-list-new-button .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .clayful-list-new-button .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .clayful-list-new-button .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .clayful-list-new-button .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .clayful-list-new-button .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .clayful-list-new-button .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .clayful-list-new-button .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .clayful-list-new-button .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .clayful-list-new-button .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .clayful-list-new-button .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .clayful-list-new-button span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .clayful-list-new-button span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .clayful-list-new-button span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .clayful-list-new-button span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .clayful-list-new-button li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .clayful-list-new-button .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .clayful-list-new-button .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .clayful-list-new-button .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .clayful-list-new-button .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .clayful-list-new-button span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .clayful-list-new-button span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .clayful-list-new-button span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .clayful-list-new-button span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .clayful-list-new-button li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .clayful-list-new-button .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .clayful-list-new-button .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .clayful-list-new-button .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .clayful-list-new-button .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .clayful-list-new-button span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .clayful-list-new-button span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .clayful-list-new-button span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .clayful-list-new-button span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .clayful-list-new-button li:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .clayful-list-new-button .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .clayful-list-new-button .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .clayful-list-new-button .edit-metafields:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .clayful-list-new-button .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .clayful-list-new-button .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .clayful-list-new-button .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .clayful-list-new-button .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .clayful-list-new-button .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .clayful-list-new-button .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .clayful-list-new-button span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .clayful-list-new-button span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .clayful-list-new-button li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .clayful-list-new-button span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .clayful-list-new-button span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .clayful-list-new-button li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .clayful-list-new-button span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .clayful-list-new-button span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .clayful-list-new-button li:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .clayful-list-new-button .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-list-new-button .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .clayful-list-new-button span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .clayful-list-new-button .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-list-new-button .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .clayful-list-new-button span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .clayful-list-new-button .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-list-new-button .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .clayful-list-new-button span:hover,.app-view .dashboard-view .model-editor.client-editor .clayful-list-new-button .regenerate-token:hover,.app-view .dashboard-view .model-editor.downloadable-editor .clayful-list-new-button .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .clayful-list-new-button .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .clayful-list-new-button .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .clayful-list-new-button .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .clayful-list-new-button .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .clayful-list-new-button .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .clayful-list-new-button span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .clayful-list-new-button span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .clayful-list-new-button span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .clayful-list-new-button span:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .clayful-list-new-button li:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .clayful-list-new-button .edit-metafields:hover,.app-view .dashboard-view .model-editor.store-integrations .clayful-list-new-button .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .clayful-list-new-button .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .clayful-list-new-button span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .clayful-list-new-button span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .clayful-list-new-button li:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .clayful-list-new-button .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-list-new-button .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .clayful-list-new-button span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .clayful-list-new-button .edit-fulfillment-company:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .clayful-list-new-button .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .clayful-list-new-button .remove-shipping-carrier:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .clayful-list-new-button .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .clayful-list-new-button .remove-app:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .clayful-list-new-button .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .clayful-list-new-button .remove-plan:hover,.clayful-list-new-button .app-view .dashboard-view .memo-viewer .viewer-header .write-memo:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .client-editor.custom-configuration .regenerate-token:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .client-editor.email-configuration .regenerate-token:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .download-file:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .download-file:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .upload-new-file:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li span:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li span:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul li:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li span:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li span:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul li:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .store-integrations.custom-configuration .regenerate-secret:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .store-integrations.custom-configuration .regenerate-token:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .store-integrations.email-configuration .regenerate-secret:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .store-integrations.email-configuration .regenerate-token:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul li:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul li:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.client-editor .regenerate-token:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.downloadable-editor .download-file:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.downloadable-editor .upload-new-file:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .section-global-actions li span:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .section-local-actions li span:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor h4 ul li:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.review-editor .review-info .edit-metafields:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.store-integrations .regenerate-secret:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.store-integrations .regenerate-token:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li span:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li span:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.subscription-editor h4 ul li:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.clayful-list-new-button .app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.clayful-list-new-button .app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.clayful-list-new-button .app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.clayful-list-new-button .app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.clayful-list-new-button .app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.clayful-list-new-button .app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.clayful-list-new-button .app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.clayful-list-new-button .app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.clayful-list-new-button a:hover{background-color:#2e60dd}.app-view .dashboard-view .memo-viewer .viewer-header .clayful-list-new-button .write-memo .iconic,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .clayful-list-new-button .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .clayful-list-new-button .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.email-configuration .clayful-list-new-button .regenerate-token .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .clayful-list-new-button .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .clayful-list-new-button .upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .clayful-list-new-button .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .clayful-list-new-button .upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .clayful-list-new-button .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .clayful-list-new-button .upload-new-file .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .clayful-list-new-button .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .clayful-list-new-button .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .clayful-list-new-button .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .clayful-list-new-button .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .clayful-list-new-button span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .clayful-list-new-button span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .clayful-list-new-button span .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .clayful-list-new-button span .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .clayful-list-new-button li .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .clayful-list-new-button .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .clayful-list-new-button .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .clayful-list-new-button .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .clayful-list-new-button .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .clayful-list-new-button span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .clayful-list-new-button span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .clayful-list-new-button span .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .clayful-list-new-button span .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .clayful-list-new-button li .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .clayful-list-new-button .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .clayful-list-new-button .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .clayful-list-new-button .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .clayful-list-new-button .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .clayful-list-new-button span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .clayful-list-new-button span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .clayful-list-new-button span .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .clayful-list-new-button span .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .clayful-list-new-button li .iconic,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .clayful-list-new-button .edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .clayful-list-new-button .edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .clayful-list-new-button .edit-metafields .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .clayful-list-new-button .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .clayful-list-new-button .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .clayful-list-new-button .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .clayful-list-new-button .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .clayful-list-new-button .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .clayful-list-new-button .regenerate-token .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .clayful-list-new-button span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .clayful-list-new-button span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .clayful-list-new-button li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .clayful-list-new-button span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .clayful-list-new-button span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .clayful-list-new-button li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .clayful-list-new-button span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .clayful-list-new-button span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .clayful-list-new-button li .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .clayful-list-new-button .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-list-new-button .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .clayful-list-new-button span .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .clayful-list-new-button .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-list-new-button .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .clayful-list-new-button span .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .clayful-list-new-button .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-list-new-button .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .clayful-list-new-button span .iconic,.app-view .dashboard-view .model-editor.client-editor .clayful-list-new-button .regenerate-token .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .clayful-list-new-button .download-file .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .clayful-list-new-button .upload-new-file .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .cancel-entity .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .done-toggle .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .received-toggle .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-list-new-button .show-operations .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .clayful-list-new-button .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .clayful-list-new-button .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .clayful-list-new-button .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .clayful-list-new-button .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .clayful-list-new-button span.register-transaction .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .clayful-list-new-button span.register-transaction .iconic,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .clayful-list-new-button span .iconic,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .clayful-list-new-button span .iconic,.app-view .dashboard-view .model-editor.order-editor h4 ul .clayful-list-new-button li .iconic,.app-view .dashboard-view .model-editor.review-editor .review-info .clayful-list-new-button .edit-metafields .iconic,.app-view .dashboard-view .model-editor.store-integrations .clayful-list-new-button .regenerate-secret .iconic,.app-view .dashboard-view .model-editor.store-integrations .clayful-list-new-button .regenerate-token .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .clayful-list-new-button span .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .clayful-list-new-button span .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .cancel-entity .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .done-toggle .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-list-new-button .show-operations .iconic,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .clayful-list-new-button li .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .clayful-list-new-button .delete-detail .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-list-new-button .copy-base-tax-details .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .clayful-list-new-button span .iconic,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .clayful-list-new-button .edit-fulfillment-company .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .clayful-list-new-button .edit-shipping-carrier .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .clayful-list-new-button .remove-shipping-carrier .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .clayful-list-new-button .edit-app .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .clayful-list-new-button .remove-app .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .clayful-list-new-button .edit-plan .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .clayful-list-new-button .remove-plan .iconic,.clayful-list-new-button .app-view .dashboard-view .memo-viewer .viewer-header .write-memo .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .client-editor.custom-configuration .regenerate-token .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .client-editor.email-configuration .regenerate-token .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .download-file .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .upload-new-file .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .download-file .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .upload-new-file .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li span .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li span .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul li .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li span .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li span .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul li .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .edit-metafields .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .edit-metafields .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .store-integrations.custom-configuration .regenerate-secret .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .store-integrations.custom-configuration .regenerate-token .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .store-integrations.email-configuration .regenerate-secret .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .store-integrations.email-configuration .regenerate-token .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li span .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li span .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul li .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li span .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li span .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul li .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.clayful-list-new-button .app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.client-editor .regenerate-token .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.downloadable-editor .download-file .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.downloadable-editor .upload-new-file .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .section-global-actions li span .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor .section-local-actions li span .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.order-editor h4 ul li .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.review-editor .review-info .edit-metafields .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.store-integrations .regenerate-secret .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.store-integrations .regenerate-token .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li span .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li span .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.subscription-editor h4 ul li .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.clayful-list-new-button .app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions span .iconic,.clayful-list-new-button .app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company .iconic,.clayful-list-new-button .app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier .iconic,.clayful-list-new-button .app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier .iconic,.clayful-list-new-button .app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .edit-app .iconic,.clayful-list-new-button .app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .remove-app .iconic,.clayful-list-new-button .app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan .iconic,.clayful-list-new-button .app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan .iconic,.clayful-list-new-button a .iconic{fill:#fff}.clayful-loading-spinner{position:fixed;z-index:1050;background-color:rgba(255,255,255,.7);width:100%;height:100%}.clayful-loading-spinner div.spinner-wrap{position:relative;height:100%;margin-top:-20px}.clayful-loading-spinner div.spinner-wrap .spinner-message{position:absolute;top:57%;left:50%;transform:translateX(-50%);color:#406de0;font-size:1.5em}.clayful-loading-spinner div.spinner-wrap spinkit-spinner{position:absolute;top:50%;left:50%;margin-left:-30px;margin-top:-30px}.clayful-loading-spinner div.spinner-wrap spinkit-spinner div>div{margin:0}.clayful-loading-spinner div.spinner-wrap .spinner{width:60px;height:60px;margin:0 auto;background-color:#406de0;border-radius:100%;animation:sk-scaleout 1s infinite ease-in-out}@keyframes sk-scaleout{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}.clayful-page-navigation{display:inline-block;margin:12px 0;padding:0;background-color:#fff;color:#606060;border:#eaeaea 1px solid;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.clayful-page-navigation li{list-style:none;display:inline-block;padding:8px 14px;text-align:center;font-size:13px;border-right:#eaeaea 1px solid;cursor:pointer}.clayful-page-navigation li:last-child{border:none}.clayful-page-navigation li.active,.clayful-page-navigation li:hover{background-color:#406de0;color:#fff}.clayful-page-navigation li.active .iconic,.clayful-page-navigation li:hover .iconic{fill:#fff}.clayful-page-navigation li .iconic{position:relative;top:3px;width:10px;fill:#406de0}.clayful-page-navigation li.first-page,.clayful-page-navigation li.last-page{padding-left:4px;padding-right:8px}.clayful-page-navigation li.last-page .iconic:first-child{left:8px}.clayful-page-navigation li.last-page .iconic:nth-child(2){right:0}.clayful-page-navigation li.first-page .iconic:first-child{left:4px}.clayful-page-navigation li.first-page .iconic:nth-child(2){right:4px}.clayful-popup-box{position:fixed;z-index:300;top:50%;left:50%;width:100%;max-width:560px;border:#eee 1px solid;border-radius:4px;background-color:#fff;box-shadow:#000 12px 21px 80px -35px;transform:translate(-50%,-50%)}.clayful-popup-box .clayful-popup-box{max-width:90%!important;overflow-y:auto}.clayful-popup-box .clayful-popup-box-header{position:relative;padding:12px 0;text-align:center;background-color:#406de0;border-radius:4px 4px 0 0;color:#fff}.clayful-popup-box .clayful-popup-box-header h3{margin:0;font-size:14px}.clayful-popup-box .clayful-popup-box-header .close-popup{position:absolute;top:12px;right:12px;width:16px;height:16px}.clayful-popup-box .clayful-popup-box-header .close-popup:hover,table.clayful-table tbody tr td .selector[ng-click],table.clayful-table td[ng-click],table.clayful-table th[ng-click]{cursor:pointer}.clayful-popup-box .clayful-popup-box-header .iconic{width:16px;fill:#fff}.clayful-popup-box .clayful-popup-box-body{padding:12px 18px;overflow:visible}.clayful-popup-box .clayful-popup-box-body:after,.clayful-progress-bar .store-usage-detail:after{content:"";display:table;clear:both}.clayful-progress-bar .store-usage-detail{margin-bottom:30px}.app-view .dashboard-view .dashboard-home .dashboard-widget.store-usage .store-usage-detail h3,.clayful-progress-bar .store-usage-detail h3{float:left;width:32%;margin:0;padding:0;font-size:14px;font-weight:400;color:#888}.clayful-progress-bar .store-usage-detail .total,.clayful-progress-bar .store-usage-detail .used{position:absolute;top:16px;font-size:12px}.clayful-progress-bar .store-usage-detail .total{right:0}.clayful-progress-bar .store-usage-detail .usage-bar{float:left;position:relative;width:68%;height:10px;border-radius:4px;background-color:#eee}.clayful-progress-bar .store-usage-detail .usage-used-bar{position:absolute;top:0;left:0;height:10px;border-radius:4px;background-color:#406de0}.clayful-rating .stars{position:relative;top:2px}.clayful-rating .star .iconic{fill:#c9c9c9}.clayful-rating .star.active .iconic,.clayful-select .clayful-select-dropdown .clayful-select-option-groups .clayful-select-option.selected .iconic{fill:#406de0}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list thead tr,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list thead tr,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list thead tr,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list thead tr,.clayful-rating .rating-value{color:#606060}.clayful-screen{position:fixed;top:0;left:0;z-index:50;width:100%;height:100%;overflow:auto;cursor:pointer}.clayful-screen.dark-screen{background-color:rgba(0,0,0,.6)}.clayful-screen.light-screen{background-color:rgba(255,255,255,.7)}.clayful-screen-body{cursor:auto}.clayful-select{position:relative;margin-bottom:8px;font-size:13px;border-radius:2px;border:#d0d0d0 1px solid;color:#606060;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.clayful-select.disabled,.clayful-select.disabled .selected-item{cursor:not-allowed}.clayful-select .selected-item{background-color:#fff;padding:8px 12px}.clayful-select .selected-item .placeholder{color:#aaa}.clayful-select .selected-item .dropdown-caret{position:absolute;top:10px;right:18px}.clayful-select .selected-item .dropdown-caret .iconic{width:12px;fill:#606060}.clayful-select .clayful-select-dropdown{box-sizing:border-box;position:absolute;z-index:10;top:100%;left:0;width:100%;background-color:#fff;border:#d0d0d0 1px solid;box-shadow:#000 0 4px 36px -19px}.clayful-select .clayful-select-dropdown .clayful-select-search .search-box{box-sizing:border-box;padding:8px 12px;width:100%;background-color:#eee;border:none}.clayful-select .clayful-select-dropdown .search-spinner .sk-fading-circle .sk-circle{margin:0 auto}.clayful-select .clayful-select-dropdown .clayful-select-option-groups{overflow-y:auto;max-height:280px;margin:0;padding:0}.clayful-select .clayful-select-dropdown .clayful-select-option-groups .clayful-select-group-label{display:block;padding:8px 12px;font-weight:700;color:#606060;background-color:#eee}.clayful-select .clayful-select-dropdown .clayful-select-option-groups clayful-option:last-child .clayful-select-option{border-bottom:#eaeaea 1px solid}.clayful-select .clayful-select-dropdown .clayful-select-option-groups .clayful-select-option{position:relative;margin:0;padding:8px 12px;border-top:#eaeaea 1px solid;color:#606060;list-style:none}.clayful-select .clayful-select-dropdown .clayful-select-option-groups .clayful-select-option .iconic{position:absolute;top:12px;right:12px}.clayful-select .clayful-select-dropdown .clayful-select-option-groups .clayful-select-option.active{background-color:#f4f4f4}table.clayful-table{width:100%;text-align:left;font-size:13px;color:#666;border-bottom:#ebebeb 1px solid;border-spacing:0}table.clayful-table th{text-align:left;padding:14px 18px;font-size:13px;font-weight:500}table.clayful-table td{padding:8px 18px;text-align:left}table.clayful-table tfoot,table.clayful-table thead{border-top:#ebebeb 1px solid;border-bottom:#ebebeb 1px solid}table.clayful-table tfoot tr,table.clayful-table thead tr{background-color:#f2f4f3;color:#606060}table.clayful-table tfoot .iconic,table.clayful-table thead .iconic{position:relative;top:3px;width:14px;fill:#606060}table.clayful-table tbody tr{border-top:#ebebeb 1px solid}table.clayful-table tbody tr:first-child{border-top:#ebebeb 1px solid}table.clayful-table tbody tr.selected,table.clayful-table tbody tr:hover{background-color:#f5f5f5}table.clayful-table.select-table tfoot tr th:first-child,table.clayful-table.select-table thead tr th:first-child{width:8px;text-align:center}table.clayful-table.select-table tfoot tr th:first-child .iconic,table.clayful-table.select-table thead tr th:first-child .iconic{fill:rgba(0,0,0,0);stroke:#606060}table.clayful-table.select-table tbody tr.selected td:first-child .iconic,table.clayful-table.select-table tfoot tr th:first-child .selected .iconic,table.clayful-table.select-table thead tr th:first-child .selected .iconic{fill:#406de0;stroke:#406de0}table.clayful-table.select-table tbody tr td:first-child{width:8px}table.clayful-table.select-table tbody tr td:first-child .iconic{position:relative;top:3px;width:14px;fill:rgba(0,0,0,0);stroke:#606060}.clayful-table-selected-items{padding:14px 0;border-bottom:#ebebeb 1px solid}.clayful-table-selected-items .selected-item{margin-right:12px;font-size:13px;color:#777}.clayful-table-selected-items .selected-item .remove-field{position:relative;top:1px;display:inline-block;line-height:100%;margin-left:4px;padding:0 2px;border:#969696 1px solid;border-radius:4px;background-color:#a3a3a3}.clayful-table-selected-items .selected-item .remove-field .iconic{position:relative;top:-2px;width:8px;height:8px;fill:#fff}.clayful-table-bulk-actions{margin-top:12px}.clayful-table-bulk-actions h5{display:inline-block;margin:0 14px 0 0;font-size:15px}.clayful-table-bulk-actions .clayful-table-bulk-action-container{margin-right:12px}.clayful-table-bulk-actions .clayful-table-bulk-action,.clayful-tag{display:inline-block;padding:6px 12px;border-radius:4px;color:#fff}.clayful-table-bulk-actions .clayful-table-bulk-action[data-type=default]{border-color:#406de0;background-color:#406de0}.clayful-table-bulk-actions .clayful-table-bulk-action[data-type=danger]{border-color:#da3a34;background-color:#da3a34}.clayful-tag{margin:0 6px 6px 0;padding:8px 12px;border:#406de0 1px solid;font-size:13px;background-color:#406de0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:transform .4s;transition-timing-function:ease}.clayful-tag:hover{transform:translate(0,-6px)}.clayful-tag:active{cursor:-webkit-grabbing;cursor:grabbing}.clayful-tag .remove-tag .iconic{width:10px;height:10px;fill:#fff}.clayful-tag-list .tag-wrapper{display:inline-block}.clayful-tag-list .draggable{cursor:-webkit-grab;cursor:grab}.clayful-tag-list .dndPlaceholder{display:inline-block;margin:0 6px 6px 0;padding:7px 12px;border:#406de0 2px dashed;border-radius:4px;font-size:13px;color:rgba(255,255,255,0)}.clayful-tag-list .dndDraggingSource{display:none}.clayful-tip{text-align:left;box-sizing:border-box;padding:12px;border:#eaeaea 1px solid;border-radius:4px}.clayful-tip .clayful-tip-collapse-icon{float:right}.clayful-tip .clayful-tip-collapse-icon .iconic{fill:#777;width:14px}.clayful-tip .collapse-up,.clayful-tip.view-overlay .clayful-tip-wrapper .clayful-tip-body .clayful-tip-body-header .clayful-tip-title{display:inline-block}.clayful-tip .collapse-down,.clayful-tip.view-collapsible .clayful-tip-wrapper .clayful-tip-body .clayful-tip-body-header{display:none}.clayful-tip .clayful-tip-title{margin-top:0;margin-bottom:0;padding-bottom:0;color:#777}.clayful-tip .clayful-tip-title .iconic{position:relative;top:3px;fill:#777;width:13px}.clayful-tip .clayful-tip-wrapper{font-size:13px;color:#555}.clayful-tip .clayful-tip-wrapper>:last-child,.clayful-tip.view-overlay .clayful-tip-wrapper>:last-child{margin-bottom:0;padding-bottom:0}.clayful-tip.view-collapsible .clayful-tip-title{margin-bottom:12px;padding-bottom:12px;border-bottom:#eee 1px solid}.clayful-tip.view-overlay .clayful-tip-close{cursor:pointer}.clayful-tip.view-overlay .clayful-tip-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:15px;color:#666;background-color:rgba(0,0,0,.4)}.clayful-tip.view-overlay .clayful-tip-wrapper .clayful-tip-body{box-sizing:border-box;padding:0 24px 36px;width:90%;max-width:720px;max-height:90%;line-height:1.5;overflow-y:auto;background-color:#fff;border-radius:4px;font-weight:400;cursor:text}.clayful-tip.view-overlay .clayful-tip-wrapper .clayful-tip-body .clayful-tip-body-header{position:-webkit-sticky;position:sticky;top:0;margin:0 0 12px;padding:24px 0 12px;border-bottom:#eee 1px solid;background-color:#fff}.clayful-tip.view-overlay .clayful-tip-wrapper .clayful-tip-body .clayful-tip-body-header .clayful-tip-helpers{float:right;margin:0 6px 0 0;padding:0;position:relative;top:6px}.clayful-tip.view-overlay .clayful-tip-wrapper .clayful-tip-body .clayful-tip-body-header .clayful-tip-helpers li{list-style:none;display:inline-block;margin-right:12px;font-size:14px;color:#406de0}.clayful-tip.view-overlay .clayful-tip-wrapper .clayful-tip-body .clayful-tip-body-header .clayful-tip-helpers li .iconic{position:relative;top:2px;width:14px;fill:#406de0}.clayful-tip.view-overlay .clayful-tip-wrapper .clayful-tip-body .clayful-tip-body-header .clayful-tip-close{float:right;position:relative;top:4px}.clayful-tip.view-overlay .clayful-tip-wrapper .clayful-tip-body .clayful-tip-body-header .clayful-tip-close .iconic{fill:#777;width:16px}.clayful-tip.view-overlay .clayful-tip-wrapper .clayful-tip-body h2:not(.clayful-tip-title){margin-bottom:12px;padding-bottom:12px;border-bottom:#eaeaea 1px solid;font-size:1.35em}.clayful-tip.view-overlay .clayful-tip-wrapper .clayful-tip-body h3{font-size:1.14em}.clayful-tip.collapsed .collapse-up{display:none}.app-view aside.sidebar .current-collaborator .collaborator-action-list .collaborator-action-list-wrap .open-action-list .action-title,.clayful-tip.collapsed .collapse-down{display:inline-block}.clayful-tip.collapsed .clayful-tip-title{margin-bottom:0;padding-bottom:0;border-bottom:none}.clayful-tip.collapsed .clayful-tip-wrapper{display:none}.flag-icon,.flag-icon-background{background-size:contain;background-position:50%;background-repeat:no-repeat}.flag-icon{position:relative;display:inline-block;width:1.33333333em;line-height:1em}.flag-icon:before{content:"\00a0"}.flag-icon.flag-icon-squared{width:1em}.app-view .user-panel form.new-store .field.store-primary-language .language-alias,.app-view .user-panel form.new-store-preset section.store-basic-info .field-group .field.store-primary-language .language-alias,.clayful-select.country-selector .country-alias,.clayful-select.currency-selector .currency-alias{font-size:11px;color:#999}.timezone-selector .clayful-select-dropdown .clayful-select-option-groups .clayful-select-option-group{margin-bottom:14px}.timezone-selector .clayful-select-dropdown .clayful-select-option-groups .clayful-select-option-group:last-child{margin-bottom:0}.timezone-selector .clayful-select-dropdown .clayful-select-option-groups .clayful-select-option-group .clayful-select-option,.timezone-selector .clayful-select-dropdown .clayful-select-option-groups .clayful-select-option-group .clayful-select-option.selected{padding-left:24px}.http-error{position:absolute;top:44%;transform:translate(0,-50%);width:100%;text-align:center}.http-error .logo-shape{width:96px}.http-error>h1{font-size:62px}.http-error>.error-body{margin-bottom:24px}.http-error>.error-body p{margin:0;font-size:24px}.app-view{height:100%;overflow:hidden}.app-view .action-panel:after,.app-view .user-panel:after,.app-view:after{content:" ";display:block;clear:both}.app-view action-panel{display:block;height:100%;width:100%;background-color:#f8f8f8}.app-view,.app-view .action-panel{max-width:100%;margin-left:auto;margin-right:auto}.app-view .action-panel .please-verify-email{text-align:center}.app-view .action-panel .please-verify-email h2{font-size:24px}.app-view .action-panel .please-verify-email p{font-size:13px;color:#888}.app-view .action-panel .please-verify-email .useful-info{margin:28px auto 0;padding-top:14px;width:100%;max-width:360px;font-size:12px;line-height:180%;border-top:#eee 1px solid;color:#888}.app-view .action-panel .user-collaborator-scope-selector{margin:24px 0 42px;text-align:center;font-size:14px}.app-view .action-panel .user-collaborator-scope-selector>span{color:#aaa;padding:2px 6px 8px}.app-view .action-panel .user-collaborator-scope-selector>span:hover{color:#6c8fe7}.app-view .action-panel .user-collaborator-scope-selector>span.active{color:#406de0;border-bottom:4px solid #406de0}.app-view .action-panel .user-collaborator-scope-selector>span.separator{border:0;padding:0;margin:0 4px}.app-view .action-panel .collaborator-reset-password-form,.app-view .action-panel .collaborator-signup-form,.app-view .action-panel .user-signin-form,.app-view .action-panel .user-signup-form{width:100%;max-width:303px;margin:0 auto}.app-view .action-panel .collaborator-signup-form .terms-of-service,.app-view .action-panel .user-signup-form .terms-of-service{font-size:12px;opacity:.8}.app-view .action-panel .action-pane form label.clayful-label,.app-view .action-panel .user-signin-form label.clayful-label,.app-view .action-panel .user-signup-form label.clayful-label{font-size:13px}.app-view .action-panel .user-signin-form form button.button-signin,.app-view .action-panel .user-signup-form form button.button-signup{margin-top:6px}.app-view .action-panel .verification-status{text-align:center}.app-view .action-panel .verification-status .verification-icon .sk-wave .sk-rect{margin:0 2px}.app-view .action-panel .user-request-password-form,.app-view .action-panel .user-request-verification-form,.app-view .action-panel .user-reset-password-form{width:100%;max-width:303px;margin:0 auto}.app-view .action-panel .action-pane{position:absolute;top:46%;transform:translate(0,-50%);width:100%}.app-view .action-panel .action-pane .action-pane-branding{margin-bottom:24px;text-align:center}.app-view .action-panel .action-pane .action-pane-branding img{max-width:148px;transition:transform .4s}.app-view .action-panel .action-pane .action-pane-branding img:hover{transform:translateY(-8px)}.app-view .action-panel .action-pane .action-pane-main{box-sizing:border-box;width:100%;max-width:360px;margin:0 auto;padding:36px 24px;border-radius:4px;background-color:#fff}.app-view .action-panel .action-pane .action-pane-powered-by{margin-top:24px;text-align:center}.app-view .action-panel .action-pane .action-pane-powered-by span{font-size:12.5px;opacity:.7}.app-view .action-panel .action-pane .pane-header{margin-bottom:24px;text-align:center}.app-view .action-panel .action-pane .pane-header .pane-title{margin:0 0 8px;font-size:20px}.app-view .action-panel .action-pane .pane-header p{margin:4px 0;font-size:13px;color:#999}.app-view .action-panel .action-pane .useful-actions{margin:32px 0 0;padding:0;line-height:220%}.app-view .action-panel .action-pane .useful-actions li{list-style:none;font-size:12px;color:#999}.app-view .action-panel .action-pane form .field{margin:0 auto 6px;position:relative}.app-view .action-panel .action-pane form .field>label{display:block;position:absolute;top:12px;text-align:right;font-size:16px;font-weight:600;color:#666}.app-view .action-panel .action-pane form input,.app-view .user-panel .user-panel-body form input{margin:2px 0;color:#444}.app-view .action-panel .action-pane form input[type=email],.app-view .action-panel .action-pane form input[type=password],.app-view .action-panel .action-pane form input[type=text]{box-sizing:border-box;width:100%;padding:8px 12px;font-size:13px;border:#e3e3e3 1px solid;border-radius:4px}.app-view .action-panel .action-pane form input[type=text].search-box,.app-view .user-panel .user-panel-body form input[type=text].search-box{border:none;margin:0;padding:8px;font-size:13px}.app-view .action-panel .action-pane form button,.app-view .user-panel .user-panel-body form button{padding:10px;width:100%;font-size:16px;border-radius:4px}.app-view .action-panel .action-pane form .clayful-select .selected{padding:12px}.app-view .action-panel .action-pane form .form-error{position:absolute;bottom:0;right:0;margin:4px 0;text-align:right;font-size:11px;color:#e64444}.app-view .action-panel .action-pane form .submit-error [ng-message]{margin:14px 0;font-size:13px}.app-view .user-panel-wrap{width:100%;height:100%;overflow:auto;background-color:#f9f9f9}.app-view .user-panel{margin:24px auto 72px;padding:36px;max-width:908px;width:100%;border:#f6f6f6 1px solid;background-color:#fff}.app-view .user-panel .user-stores .store-list{margin-bottom:14px}.app-view .user-panel .user-stores .user-store{margin-bottom:8px;padding:24px 0;border-bottom:#e0e0e0 1px solid;background-color:#fff}.app-view .user-panel .user-stores .user-store:after,.app-view .user-panel form.new-store .field-group:after,.app-view .user-panel form.new-store-preset section.store-basic-info .field-group:after{content:"";display:table;clear:both}.app-view .user-panel .user-stores .user-store:last-child{margin-bottom:14px;border:none}.app-view .user-panel .user-stores .user-store .store-name{margin-top:0;margin-bottom:0;font-size:18px}.app-view .user-panel .user-stores .user-store .store-name .clayful-badge{margin-left:8px}.app-view .user-panel .user-stores .user-store .store-info{margin:4px 0 0;padding:0;font-size:12px;color:#aaa}.app-view .user-panel .user-stores .user-store .store-info li{list-style:none;display:inline-block;padding-right:8px;margin-right:8px;border-right:#ddd solid 1px}.app-view .user-panel .user-stores .user-store .store-info li:last-child{padding-right:0;margin-right:0;border:none}.app-view .user-panel .user-stores .user-store .store-front-url-wrap{margin-top:14px;display:inline-block;width:75%}.app-view .user-panel .user-stores .user-store .store-front-url-wrap p{margin:0;color:#aaa;font-size:12px}.app-view .user-panel .user-stores .user-store .go-to-store{margin-top:14px;float:right;padding:8px 14px;border:#888 1px solid;border-radius:4px;font-size:12px;color:#888}.app-view .user-panel .user-stores .user-store .go-to-store:hover{border:#406de0 1px solid;color:#406de0}.app-view .user-panel .user-stores .clayful-button{max-width:200px}.app-view .user-panel .user-stores .add-new-store{max-width:100%}.app-view .user-panel .user-stores .clayful-screen-body{width:60%;max-height:90%;margin:0 20%}.app-view .user-panel .user-update button{margin:14px 0}.app-view .user-panel form.new-store{box-sizing:border-box;margin:24px 0;padding:24px 18px;width:100%;background-color:#fff;border:#a0a0a0 1px solid;border-radius:4px}.app-view .user-panel form.new-store .clayful-button{max-width:240px;margin-top:14px}.app-view .user-panel form.new-store .clayful-select{font-size:14px}.app-view .user-panel form.new-store h2:first-child{margin-top:0}.app-view .user-panel form.new-store input[type=number],.app-view .user-panel form.new-store input[type=text]{box-sizing:border-box;width:100%;padding:8px 12px}.app-view .user-panel form.new-store .currency-delimiter-thousands,.app-view .user-panel form.new-store .currency-format,.app-view .user-panel form.new-store .currency-symbol,.app-view .user-panel form.new-store .store-country,.app-view .user-panel form.new-store .store-currency,.app-view .user-panel form.new-store .store-name,.app-view .user-panel form.new-store .store-tax-included,.app-view .user-panel form.new-store .store-time-zone{box-sizing:border-box;width:50%;float:left;padding-right:.69444%;padding-left:0}.app-view .user-panel form.new-store .currency-delimiter-decimal,.app-view .user-panel form.new-store .currency-precision,.app-view .user-panel form.new-store .store-primary-language,.app-view .user-panel form.new-store .store-slug{box-sizing:border-box;width:50%;float:right;padding-left:.69444%;padding-right:0}.app-view .user-panel form.new-store .terms-of-service,.app-view .user-panel form.new-store-preset clayful-checkbox.use-store-front div.clayful-checkbox label,.app-view .user-panel form.new-store-preset p.store-setting-description{font-size:12px;opacity:.8}.app-view .user-panel form.new-store .loading-form{margin:24px 0}.app-view .user-panel form.new-store .loading-form .spinkit-spinner .sk-circle,.app-view .user-panel form.new-store-preset .loading-form .spinkit-spinner .sk-circle{margin:0}.app-view .user-panel form.new-store section.button-group{width:100%;text-align:center}.app-view .user-panel form.new-store section.button-group button{max-width:none;width:50%}.app-view .user-panel form.new-store-preset{box-sizing:border-box;margin:24px 0;padding:24px 18px;width:100%;background-color:#fff;border:#a0a0a0 1px solid;border-radius:4px;text-align:center;height:727px}.app-view .user-panel form.new-store-preset .clayful-button{max-width:240px;margin-top:14px}.app-view .user-panel form.new-store-preset button.clayful-button.button-disabled div span.setup-custom-button-icon svg{fill:#eee}.app-view .user-panel form.new-store-preset button.clayful-button div span.setup-custom-button-icon svg{margin-left:6px;width:12px}.app-view .user-panel form.new-store-preset p.store-setting-description span.info-mark,.app-view .user-panel form.new-store-preset section.store-basic-info .field-group .field,.app-view .user-panel form.new-store-preset section.store-basic-info .field-group .field label.clayful-label{text-align:left}.app-view .user-panel form.new-store-preset .clayful-select{font-size:14px}.app-view .user-panel form.new-store-preset h2:first-child{margin-top:96px}.app-view .user-panel form.new-store-preset section.store-basic-info .field-group{width:50%;margin:48px auto 16px}.app-view .user-panel form.new-store-preset section.store-basic-info .field-group .field div.clayful-select{margin:2px 0;text-align:left}.app-view .user-panel form.new-store-preset button.clayful-button.button-normal{width:50%;max-width:none}.app-view .user-panel form.new-store-preset .terms-of-service{font-size:12px;opacity:.8}.app-view .user-panel form.new-store-preset .loading-form{margin:24px 0}.app-view .user-panel div.clayful-screen.dark-screen div.model-debugger{z-index:10000000000}.app-view .user-panel div.clayful-screen.dark-screen div.model-debugger pre{background-color:rgba(255,255,255,.5)}.app-view .user-panel .user-panel-header{position:relative;margin:0 0 36px;padding:0 0 16px;border-bottom:#dadada 1px solid}.app-view .user-panel .user-panel-header .panel-title{margin:4px 0;font-size:20px}.app-view .user-panel .user-panel-header p{margin:4px 0;font-size:12px;color:#999}.app-view .user-panel .user-panel-header .panel-header-navigation{position:absolute;bottom:0;right:0;margin:20px 0}.app-view .user-panel .user-panel-header .panel-header-navigation li{display:inline-block;margin-left:9px;padding-left:9px;border-left:#dadada 1px solid;list-style:none;font-size:12px}.app-view .user-panel .user-panel-header .panel-header-navigation li:first-child{border:none}.app-view .user-panel .user-panel-body,.app-view .user-panel .user-panel-sidebar{box-sizing:border-box;width:50%;float:left;padding-left:.69444%;padding-right:.69444%}.app-view .user-panel .user-panel-body form .field{margin-bottom:14px;position:relative}.app-view .user-panel .user-panel-body form .field>label{display:block;margin-bottom:8px;font-size:14px;color:#666}.app-view .user-panel .user-panel-body form input[type=email],.app-view .user-panel .user-panel-body form input[type=number],.app-view .user-panel .user-panel-body form input[type=password],.app-view .user-panel .user-panel-body form input[type=text]{box-sizing:border-box;width:100%;padding:8px 12px;font-size:13px;border:#e3e3e3 1px solid;border-radius:4px}.app-view .user-panel .user-panel-body form .clayful-select{border:#e3e3e3 1px solid}.app-view .user-panel .user-panel-body form .clayful-select .selected,.app-view .user-panel .user-panel-body form .clayful-select .selected-item{padding:8px 12px}.app-view .user-panel .user-panel-body form .clayful-select .dropdown-caret{top:14px}.app-view .user-panel .user-panel-body form .form-error{position:absolute;bottom:0;right:0;margin:4px 0;text-align:right;font-size:11px;color:#e64444}.app-view .user-panel .user-panel-body form .submit-error [ng-message]{margin:14px 0;font-size:13px}.app-view .user-panel .user-panel-sidebar{width:33%;float:right;min-width:300px}.app-view .user-panel .user-panel-sidebar .user-panel-promotion{margin-bottom:64px}.app-view .user-panel .user-panel-sidebar .user-panel-promotion .slides{height:480px}.app-view .user-panel .user-panel-sidebar .user-panel-promotion .slides .slide-wrap img{width:100%;max-width:380px;height:auto;border-radius:4px}.app-view .user-panel .user-panel-sidebar .user-panel-promotion .indicator .rn-carousel-indicator{position:relative;top:-52px;text-align:center}.app-view .user-panel .user-panel-sidebar .user-panel-promotion .indicator .rn-carousel-indicator>span{margin:0 4px;color:#eaeaea}.app-view .dashboard-navigator .box-navigation li:hover,.app-view .user-panel .user-panel-sidebar .user-panel-promotion .indicator .rn-carousel-indicator>span.active{color:#406de0}.app-view aside.sidebar{box-sizing:border-box;width:240px;float:left;position:fixed;top:0;left:0;z-index:50;height:100%;padding:0 0 38px;background-color:#282828;overflow:auto}.app-view aside.sidebar .app-version{position:fixed;bottom:4px;left:4px;border-radius:12px;box-sizing:border-box;padding:2px 12px;font-size:11px;color:#585858;background-color:#282828}.app-view aside.sidebar .current-store{margin-bottom:5px;font-size:13px;color:#c7c7c7}.app-view aside.sidebar .current-collaborator{padding:18px 12px;border-top:#1e1e1e 1px solid;border-bottom:#1e1e1e 1px solid}.app-view aside.sidebar .current-collaborator .collaborator-action-list{margin:4px 0}.app-view .dashboard-view .store-front .policy-config .thunder-config-popup div.clayful-popup-box-body div.thunder-config-codebox,.app-view .dashboard-view .thunder-setting .thunder-config-popup div.clayful-popup-box-body div.thunder-config-codebox,.app-view aside.sidebar .current-collaborator .collaborator-action-list .collaborator-action-list-wrap{position:relative}.app-view aside.sidebar .current-collaborator .collaborator-action-list .collaborator-action-list-wrap .open-action-list{box-sizing:border-box;display:inline-block;width:100%;border-radius:2px;font-size:12px;color:#ddd}.app-view aside.sidebar .current-collaborator .collaborator-action-list .collaborator-action-list-wrap .open-action-list .action-toggle{float:right;display:inline-block;padding:2px 6px;border-radius:2px;background-color:rgba(255,255,255,.1)}.app-view aside.sidebar .current-collaborator .collaborator-action-list .collaborator-action-list-wrap .open-action-list .iconic{width:9px;height:9px;fill:#ddd}.app-view aside.sidebar .current-collaborator .collaborator-action-list .collaborator-action-list-wrap>ul{position:absolute;top:14px;right:0;width:80%;margin:16px 0 0;padding:0;border:#ddd 1px solid;background-color:#fff;color:#555}.app-view aside.sidebar .current-collaborator .collaborator-action-list .collaborator-action-list-wrap>ul .iconic{position:relative;top:2px;margin-right:8px;width:12px;height:12px;fill:#555}.app-view aside.sidebar .current-collaborator .collaborator-action-list .collaborator-action-list-wrap>ul li{list-style:none;padding:6px 12px;font-size:12px}.app-view aside.sidebar .current-collaborator .collaborator-action-list .collaborator-action-list-wrap>ul li:hover{background-color:#eee}.app-view aside.sidebar .current-collaborator .logo-shape{position:relative;top:2px;margin-right:4px;width:14px;height:auto}.app-view aside.sidebar .current-collaborator .collaborator-alias{font-size:13px;color:#fff}.app-view aside.sidebar .current-collaborator .collaborator-email,.app-view aside.sidebar .current-collaborator .collaborator-role{font-size:12px;color:#adadad}.app-view aside.sidebar .sidebar-menu{margin:0;padding:0;font-size:13px;border-bottom:1px solid #1e1e1e}.app-view aside.sidebar .sidebar-menu:last-child{border-bottom:none}.app-view aside.sidebar .sidebar-menu .iconic{position:relative;bottom:-3px;margin-right:12px}.app-view aside.sidebar .sidebar-menu .iconic *{fill:#adadad}.app-view aside.sidebar .sidebar-menu li{list-style:none}.app-view aside.sidebar .sidebar-menu .label{display:block;padding:11px 0 11px 14px;color:#adadad}.app-view .dashboard-view .clayful-table.simple-table thead tr,.app-view aside.sidebar .sidebar-menu .label.active,.app-view aside.sidebar .sidebar-menu .label:hover{background-color:#406de0;color:#fff}.app-view .dashboard-view .clayful-table.simple-table thead tr .iconic,.app-view aside.sidebar .sidebar-menu .label.active .iconic *,.app-view aside.sidebar .sidebar-menu .label.active .storefront-icon,.app-view aside.sidebar .sidebar-menu .label:hover .iconic *,.app-view aside.sidebar .sidebar-menu .label:hover .storefront-icon{fill:#fff}.app-view aside.sidebar .sidebar-menu .label .active-indicator{float:right;width:10px;transition:transform .4s}.app-view aside.sidebar .sidebar-menu .label.active .active-indicator{transform:rotate(90deg)}.app-view aside.sidebar .sidebar-menu .label svg.storefront-icon{fill:#adadad;position:relative;bottom:-3px;margin-right:12px}.app-view aside.sidebar .sidebar-menu .sub-menu{padding:0;margin:0;font-size:12px}.app-view .dashboard-view .memo-viewer .viewer-header aside.sidebar .sidebar-menu .sub-menu>li>.write-memo,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info aside.sidebar .sidebar-menu .sub-menu>li>.edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info aside.sidebar .sidebar-menu .sub-menu>li>.edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info aside.sidebar .sidebar-menu .sub-menu>li>.edit-metafields,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details aside.sidebar .sidebar-menu .sub-menu>li>.delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions aside.sidebar .sidebar-menu .sub-menu>li>.copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details aside.sidebar .sidebar-menu .sub-menu>li>.delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions aside.sidebar .sidebar-menu .sub-menu>li>.copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details aside.sidebar .sidebar-menu .sub-menu>li>.delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions aside.sidebar .sidebar-menu .sub-menu>li>.copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .model-editor.client-editor aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token,.app-view .dashboard-view .model-editor.downloadable-editor aside.sidebar .sidebar-menu .sub-menu>li>.download-file,.app-view .dashboard-view .model-editor.downloadable-editor aside.sidebar .sidebar-menu .sub-menu>li>.upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .model-editor.order-editor h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li,.app-view .dashboard-view .model-editor.review-editor .review-info aside.sidebar .sidebar-menu .sub-menu>li>.edit-metafields,.app-view .dashboard-view .model-editor.store-integrations aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations,.app-view .dashboard-view .model-editor.subscription-editor h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details aside.sidebar .sidebar-menu .sub-menu>li>.delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions aside.sidebar .sidebar-menu .sub-menu>li>.copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions aside.sidebar .sidebar-menu .sub-menu>li>span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company aside.sidebar .sidebar-menu .sub-menu>li>.edit-fulfillment-company,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions aside.sidebar .sidebar-menu .sub-menu>li>.edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions aside.sidebar .sidebar-menu .sub-menu>li>.remove-shipping-carrier,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions aside.sidebar .sidebar-menu .sub-menu>li>.edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions aside.sidebar .sidebar-menu .sub-menu>li>.remove-app,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions aside.sidebar .sidebar-menu .sub-menu>li>.edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions aside.sidebar .sidebar-menu .sub-menu>li>.remove-plan,.app-view aside.sidebar .sidebar-menu .dashboard-view .memo-viewer .viewer-header .sub-menu>li>.write-memo,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .sub-menu>li>.regenerate-token,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .client-editor.custom-configuration .sub-menu>li>.regenerate-token,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .client-editor.email-configuration .sub-menu>li>.regenerate-token,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .sub-menu>li>.download-file,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .sub-menu>li>.upload-new-file,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.custom-configuration .sub-menu>li>.download-file,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.custom-configuration .sub-menu>li>.upload-new-file,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.email-configuration .sub-menu>li>.download-file,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.email-configuration .sub-menu>li>.upload-new-file,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.cancel-entity,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.done-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.received-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.show-operations,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions .sub-menu>li>.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions .sub-menu>li>.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions .sub-menu>li>.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions .sub-menu>li>.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .sub-menu>li>span.register-transaction,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .sub-menu>li>span.register-transaction,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .sub-menu>li>li,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.cancel-entity,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.done-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.received-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.show-operations,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions .sub-menu>li>.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions .sub-menu>li>.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions .sub-menu>li>.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions .sub-menu>li>.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .sub-menu>li>span.register-transaction,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .sub-menu>li>span.register-transaction,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .sub-menu>li>li,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.cancel-entity,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.done-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.received-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.show-operations,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions .sub-menu>li>.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions .sub-menu>li>.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions .sub-menu>li>.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions .sub-menu>li>.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .sub-menu>li>span.register-transaction,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .sub-menu>li>span.register-transaction,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration h4 ul .sub-menu>li>li,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .sub-menu>li>.edit-metafields,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .review-editor.custom-configuration .review-info .sub-menu>li>.edit-metafields,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .review-editor.email-configuration .review-info .sub-menu>li>.edit-metafields,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .sub-menu>li>.regenerate-secret,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .sub-menu>li>.regenerate-token,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.custom-configuration .sub-menu>li>.regenerate-secret,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.custom-configuration .sub-menu>li>.regenerate-token,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.email-configuration .sub-menu>li>.regenerate-secret,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.email-configuration .sub-menu>li>.regenerate-token,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.cancel-entity,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.done-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.show-operations,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .sub-menu>li>li,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.cancel-entity,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.done-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.show-operations,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .sub-menu>li>li,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.cancel-entity,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.done-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.show-operations,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .sub-menu>li>li,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .sub-menu>li>.delete-detail,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .sub-menu>li>.copy-base-tax-details,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .sub-menu>li>.delete-detail,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .sub-menu>li>.copy-base-tax-details,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .sub-menu>li>.delete-detail,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .sub-menu>li>.copy-base-tax-details,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.client-editor .sub-menu>li>.regenerate-token,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.downloadable-editor .sub-menu>li>.download-file,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.downloadable-editor .sub-menu>li>.upload-new-file,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.cancel-entity,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.done-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.received-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.show-operations,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions .sub-menu>li>.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-items .order-entity-actions .sub-menu>li>.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions .sub-menu>li>.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions .sub-menu>li>.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .sub-menu>li>span.register-transaction,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .sub-menu>li>span.register-transaction,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .section-global-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .section-local-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor h4 ul .sub-menu>li>li,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.review-editor .review-info .sub-menu>li>.edit-metafields,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.store-integrations .sub-menu>li>.regenerate-secret,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.store-integrations .sub-menu>li>.regenerate-token,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .section-global-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .section-local-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.cancel-entity,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.done-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.show-operations,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor h4 ul .sub-menu>li>li,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .sub-menu>li>.delete-detail,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .sub-menu>li>.copy-base-tax-details,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .sub-menu>li>span,.app-view aside.sidebar .sidebar-menu .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .sub-menu>li>.edit-fulfillment-company,.app-view aside.sidebar .sidebar-menu .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .sub-menu>li>.edit-shipping-carrier,.app-view aside.sidebar .sidebar-menu .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .sub-menu>li>.remove-shipping-carrier,.app-view aside.sidebar .sidebar-menu .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .sub-menu>li>.edit-app,.app-view aside.sidebar .sidebar-menu .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .sub-menu>li>.remove-app,.app-view aside.sidebar .sidebar-menu .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .sub-menu>li>.edit-plan,.app-view aside.sidebar .sidebar-menu .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .sub-menu>li>.remove-plan,.app-view aside.sidebar .sidebar-menu .sub-menu>li>a{display:block;padding:8px 0 8px 43px;color:#adadad;border-left:#2d2d2e 4px solid;background-color:#2d2d2e}.app-view .dashboard-view .memo-viewer .viewer-header aside.sidebar .sidebar-menu .sub-menu>li>.write-memo .iconic,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.upload-new-file .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li .iconic,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info aside.sidebar .sidebar-menu .sub-menu>li>.edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info aside.sidebar .sidebar-menu .sub-menu>li>.edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info aside.sidebar .sidebar-menu .sub-menu>li>.edit-metafields .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details aside.sidebar .sidebar-menu .sub-menu>li>.delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions aside.sidebar .sidebar-menu .sub-menu>li>.copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details aside.sidebar .sidebar-menu .sub-menu>li>.delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions aside.sidebar .sidebar-menu .sub-menu>li>.copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details aside.sidebar .sidebar-menu .sub-menu>li>.delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions aside.sidebar .sidebar-menu .sub-menu>li>.copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .model-editor.client-editor aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token .iconic,.app-view .dashboard-view .model-editor.downloadable-editor aside.sidebar .sidebar-menu .sub-menu>li>.download-file .iconic,.app-view .dashboard-view .model-editor.downloadable-editor aside.sidebar .sidebar-menu .sub-menu>li>.upload-new-file .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.received-toggle .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction .iconic,.app-view .dashboard-view .model-editor.order-editor .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .model-editor.order-editor .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .model-editor.order-editor h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li .iconic,.app-view .dashboard-view .model-editor.review-editor .review-info aside.sidebar .sidebar-menu .sub-menu>li>.edit-metafields .iconic,.app-view .dashboard-view .model-editor.store-integrations aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-secret .iconic,.app-view .dashboard-view .model-editor.store-integrations aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations .iconic,.app-view .dashboard-view .model-editor.subscription-editor h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details aside.sidebar .sidebar-menu .sub-menu>li>.delete-detail .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions aside.sidebar .sidebar-menu .sub-menu>li>.copy-base-tax-details .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions aside.sidebar .sidebar-menu .sub-menu>li>span .iconic,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company aside.sidebar .sidebar-menu .sub-menu>li>.edit-fulfillment-company .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions aside.sidebar .sidebar-menu .sub-menu>li>.edit-shipping-carrier .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions aside.sidebar .sidebar-menu .sub-menu>li>.remove-shipping-carrier .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions aside.sidebar .sidebar-menu .sub-menu>li>.edit-app .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions aside.sidebar .sidebar-menu .sub-menu>li>.remove-app .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions aside.sidebar .sidebar-menu .sub-menu>li>.edit-plan .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions aside.sidebar .sidebar-menu .sub-menu>li>.remove-plan .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .memo-viewer .viewer-header .sub-menu>li>.write-memo .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .sub-menu>li>.regenerate-token .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .client-editor.custom-configuration .sub-menu>li>.regenerate-token .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .client-editor.email-configuration .sub-menu>li>.regenerate-token .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .sub-menu>li>.download-file .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .sub-menu>li>.upload-new-file .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.custom-configuration .sub-menu>li>.download-file .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.custom-configuration .sub-menu>li>.upload-new-file .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.email-configuration .sub-menu>li>.download-file .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.email-configuration .sub-menu>li>.upload-new-file .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.cancel-entity .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.done-toggle .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.received-toggle .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.show-operations .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions .sub-menu>li>.order-entity-action .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions .sub-menu>li>.order-entity-action .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions .sub-menu>li>.order-entity-action .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions .sub-menu>li>.order-entity-action .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .sub-menu>li>span.register-transaction .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .sub-menu>li>span.register-transaction .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .sub-menu>li>li .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.cancel-entity .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.done-toggle .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.received-toggle .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.show-operations .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions .sub-menu>li>.order-entity-action .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions .sub-menu>li>.order-entity-action .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions .sub-menu>li>.order-entity-action .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions .sub-menu>li>.order-entity-action .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .sub-menu>li>span.register-transaction .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .sub-menu>li>span.register-transaction .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .sub-menu>li>li .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.cancel-entity .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.done-toggle .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.received-toggle .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.show-operations .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions .sub-menu>li>.order-entity-action .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions .sub-menu>li>.order-entity-action .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions .sub-menu>li>.order-entity-action .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions .sub-menu>li>.order-entity-action .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .sub-menu>li>span.register-transaction .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .sub-menu>li>span.register-transaction .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration h4 ul .sub-menu>li>li .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .sub-menu>li>.edit-metafields .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .review-editor.custom-configuration .review-info .sub-menu>li>.edit-metafields .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .review-editor.email-configuration .review-info .sub-menu>li>.edit-metafields .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .sub-menu>li>.regenerate-secret .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .sub-menu>li>.regenerate-token .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.custom-configuration .sub-menu>li>.regenerate-secret .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.custom-configuration .sub-menu>li>.regenerate-token .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.email-configuration .sub-menu>li>.regenerate-secret .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.email-configuration .sub-menu>li>.regenerate-token .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.cancel-entity .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.done-toggle .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.show-operations .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .sub-menu>li>li .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.cancel-entity .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.done-toggle .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.show-operations .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .sub-menu>li>li .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.cancel-entity .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.done-toggle .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.show-operations .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .sub-menu>li>li .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .sub-menu>li>.delete-detail .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .sub-menu>li>.copy-base-tax-details .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .sub-menu>li>.delete-detail .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .sub-menu>li>.copy-base-tax-details .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .sub-menu>li>.delete-detail .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .sub-menu>li>.copy-base-tax-details .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.client-editor .sub-menu>li>.regenerate-token .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.downloadable-editor .sub-menu>li>.download-file .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.downloadable-editor .sub-menu>li>.upload-new-file .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.cancel-entity .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.done-toggle .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.received-toggle .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.show-operations .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions .sub-menu>li>.order-entity-action .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-items .order-entity-actions .sub-menu>li>.order-entity-action .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions .sub-menu>li>.order-entity-action .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions .sub-menu>li>.order-entity-action .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .sub-menu>li>span.register-transaction .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .sub-menu>li>span.register-transaction .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .section-global-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .section-local-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor h4 ul .sub-menu>li>li .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.review-editor .review-info .sub-menu>li>.edit-metafields .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.store-integrations .sub-menu>li>.regenerate-secret .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.store-integrations .sub-menu>li>.regenerate-token .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .section-global-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .section-local-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.cancel-entity .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.done-toggle .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.show-operations .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor h4 ul .sub-menu>li>li .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .sub-menu>li>.delete-detail .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .sub-menu>li>.copy-base-tax-details .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .sub-menu>li>span .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .sub-menu>li>.edit-fulfillment-company .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .sub-menu>li>.edit-shipping-carrier .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .sub-menu>li>.remove-shipping-carrier .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .sub-menu>li>.edit-app .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .sub-menu>li>.remove-app .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .sub-menu>li>.edit-plan .iconic,.app-view aside.sidebar .sidebar-menu .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .sub-menu>li>.remove-plan .iconic,.app-view aside.sidebar .sidebar-menu .sub-menu>li>a .iconic{top:3px;margin-right:4px}.app-view .dashboard-view .memo-viewer .viewer-header aside.sidebar .sidebar-menu .sub-menu>li>.active.write-memo,.app-view .dashboard-view .memo-viewer .viewer-header aside.sidebar .sidebar-menu .sub-menu>li>.write-memo:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.active.regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.active.regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.active.regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.active.download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.active.upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.active.download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.active.upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.active.download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.active.upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.active.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.active.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li.active,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.active.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.active.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li.active,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.active.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.active.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li.active,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info aside.sidebar .sidebar-menu .sub-menu>li>.active.edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info aside.sidebar .sidebar-menu .sub-menu>li>.edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info aside.sidebar .sidebar-menu .sub-menu>li>.active.edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info aside.sidebar .sidebar-menu .sub-menu>li>.edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info aside.sidebar .sidebar-menu .sub-menu>li>.active.edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info aside.sidebar .sidebar-menu .sub-menu>li>.edit-metafields:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.active.regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.active.regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.active.regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.active.regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.active.regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.active.regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li.active,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li.active,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li.active,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details aside.sidebar .sidebar-menu .sub-menu>li>.active.delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details aside.sidebar .sidebar-menu .sub-menu>li>.delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions aside.sidebar .sidebar-menu .sub-menu>li>.copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details aside.sidebar .sidebar-menu .sub-menu>li>.active.delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details aside.sidebar .sidebar-menu .sub-menu>li>.delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions aside.sidebar .sidebar-menu .sub-menu>li>.copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details aside.sidebar .sidebar-menu .sub-menu>li>.active.delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details aside.sidebar .sidebar-menu .sub-menu>li>.delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions aside.sidebar .sidebar-menu .sub-menu>li>.copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .model-editor.client-editor aside.sidebar .sidebar-menu .sub-menu>li>.active.regenerate-token,.app-view .dashboard-view .model-editor.client-editor aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token:hover,.app-view .dashboard-view .model-editor.downloadable-editor aside.sidebar .sidebar-menu .sub-menu>li>.active.download-file,.app-view .dashboard-view .model-editor.downloadable-editor aside.sidebar .sidebar-menu .sub-menu>li>.active.upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor aside.sidebar .sidebar-menu .sub-menu>li>.download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor aside.sidebar .sidebar-menu .sub-menu>li>.upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions aside.sidebar .sidebar-menu .sub-menu>li>.order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.active.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.active.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info aside.sidebar .sidebar-menu .sub-menu>li>span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .model-editor.order-editor .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .model-editor.order-editor .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li.active,.app-view .dashboard-view .model-editor.order-editor h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li:hover,.app-view .dashboard-view .model-editor.review-editor .review-info aside.sidebar .sidebar-menu .sub-menu>li>.active.edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info aside.sidebar .sidebar-menu .sub-menu>li>.edit-metafields:hover,.app-view .dashboard-view .model-editor.store-integrations aside.sidebar .sidebar-menu .sub-menu>li>.active.regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations aside.sidebar .sidebar-menu .sub-menu>li>.active.regenerate-token,.app-view .dashboard-view .model-editor.store-integrations aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations aside.sidebar .sidebar-menu .sub-menu>li>.regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.active.show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul aside.sidebar .sidebar-menu .sub-menu>li>.show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li.active,.app-view .dashboard-view .model-editor.subscription-editor h4 ul aside.sidebar .sidebar-menu .sub-menu>li>li:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details aside.sidebar .sidebar-menu .sub-menu>li>.active.delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details aside.sidebar .sidebar-menu .sub-menu>li>.delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions aside.sidebar .sidebar-menu .sub-menu>li>.copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions aside.sidebar .sidebar-menu .sub-menu>li>span.active,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions aside.sidebar .sidebar-menu .sub-menu>li>span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company aside.sidebar .sidebar-menu .sub-menu>li>.active.edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company aside.sidebar .sidebar-menu .sub-menu>li>.edit-fulfillment-company:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions aside.sidebar .sidebar-menu .sub-menu>li>.edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions aside.sidebar .sidebar-menu .sub-menu>li>.remove-shipping-carrier:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions aside.sidebar .sidebar-menu .sub-menu>li>.edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions aside.sidebar .sidebar-menu .sub-menu>li>.remove-app:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions aside.sidebar .sidebar-menu .sub-menu>li>.active.remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions aside.sidebar .sidebar-menu .sub-menu>li>.edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions aside.sidebar .sidebar-menu .sub-menu>li>.remove-plan:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .memo-viewer .viewer-header .sub-menu>li>.active.write-memo,.app-view aside.sidebar .sidebar-menu .dashboard-view .memo-viewer .viewer-header .sub-menu>li>.write-memo:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .sub-menu>li>.active.regenerate-token,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .sub-menu>li>.regenerate-token:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .client-editor.custom-configuration .sub-menu>li>.active.regenerate-token,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .client-editor.custom-configuration .sub-menu>li>.regenerate-token:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .client-editor.email-configuration .sub-menu>li>.active.regenerate-token,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .client-editor.email-configuration .sub-menu>li>.regenerate-token:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .sub-menu>li>.active.download-file,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .sub-menu>li>.active.upload-new-file,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .sub-menu>li>.download-file:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .sub-menu>li>.upload-new-file:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.custom-configuration .sub-menu>li>.active.download-file,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.custom-configuration .sub-menu>li>.active.upload-new-file,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.custom-configuration .sub-menu>li>.download-file:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.custom-configuration .sub-menu>li>.upload-new-file:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.email-configuration .sub-menu>li>.active.download-file,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.email-configuration .sub-menu>li>.active.upload-new-file,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.email-configuration .sub-menu>li>.download-file:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .downloadable-editor.email-configuration .sub-menu>li>.upload-new-file:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.active.cancel-entity,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.active.done-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.active.received-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.active.show-operations,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.cancel-entity:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.done-toggle:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.received-toggle:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.show-operations:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions .sub-menu>li>.active.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions .sub-menu>li>.order-entity-action:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions .sub-menu>li>.active.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions .sub-menu>li>.order-entity-action:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions .sub-menu>li>.active.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions .sub-menu>li>.order-entity-action:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions .sub-menu>li>.active.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions .sub-menu>li>.order-entity-action:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .sub-menu>li>span.active.register-transaction,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .sub-menu>li>span.register-transaction:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .sub-menu>li>span.active.register-transaction,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .sub-menu>li>span.register-transaction:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .sub-menu>li>li.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .sub-menu>li>li:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.active.cancel-entity,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.active.done-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.active.received-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.active.show-operations,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.cancel-entity:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.done-toggle:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.received-toggle:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.show-operations:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions .sub-menu>li>.active.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions .sub-menu>li>.order-entity-action:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions .sub-menu>li>.active.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions .sub-menu>li>.order-entity-action:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions .sub-menu>li>.active.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions .sub-menu>li>.order-entity-action:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions .sub-menu>li>.active.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions .sub-menu>li>.order-entity-action:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .sub-menu>li>span.active.register-transaction,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .sub-menu>li>span.register-transaction:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .sub-menu>li>span.active.register-transaction,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .sub-menu>li>span.register-transaction:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .sub-menu>li>li.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .sub-menu>li>li:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.active.cancel-entity,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.active.done-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.active.received-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.active.show-operations,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.cancel-entity:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.done-toggle:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.received-toggle:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.show-operations:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions .sub-menu>li>.active.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions .sub-menu>li>.order-entity-action:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions .sub-menu>li>.active.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions .sub-menu>li>.order-entity-action:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions .sub-menu>li>.active.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions .sub-menu>li>.order-entity-action:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions .sub-menu>li>.active.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions .sub-menu>li>.order-entity-action:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .sub-menu>li>span.active.register-transaction,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .sub-menu>li>span.register-transaction:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .sub-menu>li>span.active.register-transaction,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .sub-menu>li>span.register-transaction:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration h4 ul .sub-menu>li>li.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .order-editor.email-configuration h4 ul .sub-menu>li>li:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .sub-menu>li>.active.edit-metafields,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .sub-menu>li>.edit-metafields:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .review-editor.custom-configuration .review-info .sub-menu>li>.active.edit-metafields,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .review-editor.custom-configuration .review-info .sub-menu>li>.edit-metafields:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .review-editor.email-configuration .review-info .sub-menu>li>.active.edit-metafields,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .review-editor.email-configuration .review-info .sub-menu>li>.edit-metafields:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .sub-menu>li>.active.regenerate-secret,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .sub-menu>li>.active.regenerate-token,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .sub-menu>li>.regenerate-secret:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .sub-menu>li>.regenerate-token:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.custom-configuration .sub-menu>li>.active.regenerate-secret,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.custom-configuration .sub-menu>li>.active.regenerate-token,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.custom-configuration .sub-menu>li>.regenerate-secret:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.custom-configuration .sub-menu>li>.regenerate-token:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.email-configuration .sub-menu>li>.active.regenerate-secret,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.email-configuration .sub-menu>li>.active.regenerate-token,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.email-configuration .sub-menu>li>.regenerate-secret:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .store-integrations.email-configuration .sub-menu>li>.regenerate-token:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.active.cancel-entity,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.active.done-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.active.show-operations,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.cancel-entity:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.done-toggle:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.show-operations:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .sub-menu>li>li.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .sub-menu>li>li:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.active.cancel-entity,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.active.done-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.active.show-operations,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.cancel-entity:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.done-toggle:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.show-operations:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .sub-menu>li>li.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .sub-menu>li>li:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.active.cancel-entity,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.active.done-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.active.show-operations,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.cancel-entity:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.done-toggle:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.show-operations:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .sub-menu>li>li.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .sub-menu>li>li:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .sub-menu>li>.active.delete-detail,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .sub-menu>li>.delete-detail:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .sub-menu>li>.active.copy-base-tax-details,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .sub-menu>li>.copy-base-tax-details:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .sub-menu>li>.active.delete-detail,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .sub-menu>li>.delete-detail:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .sub-menu>li>.active.copy-base-tax-details,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .sub-menu>li>.copy-base-tax-details:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .sub-menu>li>.active.delete-detail,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .sub-menu>li>.delete-detail:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .sub-menu>li>.active.copy-base-tax-details,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .sub-menu>li>.copy-base-tax-details:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.client-editor .sub-menu>li>.active.regenerate-token,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.client-editor .sub-menu>li>.regenerate-token:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.downloadable-editor .sub-menu>li>.active.download-file,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.downloadable-editor .sub-menu>li>.active.upload-new-file,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.downloadable-editor .sub-menu>li>.download-file:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.downloadable-editor .sub-menu>li>.upload-new-file:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.active.cancel-entity,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.active.done-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.active.received-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.active.show-operations,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.cancel-entity:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.done-toggle:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.received-toggle:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul .sub-menu>li>.show-operations:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions .sub-menu>li>.active.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions .sub-menu>li>.order-entity-action:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-items .order-entity-actions .sub-menu>li>.active.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-items .order-entity-actions .sub-menu>li>.order-entity-action:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions .sub-menu>li>.active.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions .sub-menu>li>.order-entity-action:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions .sub-menu>li>.active.order-entity-action,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions .sub-menu>li>.order-entity-action:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .sub-menu>li>span.active.register-transaction,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .sub-menu>li>span.register-transaction:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .sub-menu>li>span.active.register-transaction,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .sub-menu>li>span.register-transaction:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .section-global-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .section-global-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .section-local-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor .section-local-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor h4 ul .sub-menu>li>li.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.order-editor h4 ul .sub-menu>li>li:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.review-editor .review-info .sub-menu>li>.active.edit-metafields,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.review-editor .review-info .sub-menu>li>.edit-metafields:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.store-integrations .sub-menu>li>.active.regenerate-secret,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.store-integrations .sub-menu>li>.active.regenerate-token,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.store-integrations .sub-menu>li>.regenerate-secret:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.store-integrations .sub-menu>li>.regenerate-token:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .section-global-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .section-global-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .section-local-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .section-local-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.active.cancel-entity,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.active.done-toggle,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.active.show-operations,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.cancel-entity:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.done-toggle:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul .sub-menu>li>.show-operations:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor h4 ul .sub-menu>li>li.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.subscription-editor h4 ul .sub-menu>li>li:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .sub-menu>li>.active.delete-detail,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .sub-menu>li>.delete-detail:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .sub-menu>li>.active.copy-base-tax-details,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .sub-menu>li>.copy-base-tax-details:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .sub-menu>li>span.active,.app-view aside.sidebar .sidebar-menu .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .sub-menu>li>span:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .sub-menu>li>.active.edit-fulfillment-company,.app-view aside.sidebar .sidebar-menu .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .sub-menu>li>.edit-fulfillment-company:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .sub-menu>li>.active.edit-shipping-carrier,.app-view aside.sidebar .sidebar-menu .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .sub-menu>li>.active.remove-shipping-carrier,.app-view aside.sidebar .sidebar-menu .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .sub-menu>li>.edit-shipping-carrier:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .sub-menu>li>.remove-shipping-carrier:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .sub-menu>li>.active.edit-app,.app-view aside.sidebar .sidebar-menu .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .sub-menu>li>.active.remove-app,.app-view aside.sidebar .sidebar-menu .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .sub-menu>li>.edit-app:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .sub-menu>li>.remove-app:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .sub-menu>li>.active.edit-plan,.app-view aside.sidebar .sidebar-menu .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .sub-menu>li>.active.remove-plan,.app-view aside.sidebar .sidebar-menu .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .sub-menu>li>.edit-plan:hover,.app-view aside.sidebar .sidebar-menu .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .sub-menu>li>.remove-plan:hover,.app-view aside.sidebar .sidebar-menu .sub-menu>li>a.active,.app-view aside.sidebar .sidebar-menu .sub-menu>li>a:hover{color:#fff;background-color:#272727;border-color:#406de0}.app-view .dashboard-navigator{position:fixed;top:0;left:0;z-index:30;padding-left:266px;width:100%;height:55px;line-height:100%;border-bottom:#eaeaea 1px solid;font-size:13px;color:#777;background-color:#fff}.app-view .dashboard-navigator .separator{margin:0 4px;color:#cacaca}.app-view .dashboard-navigator .iconic{position:relative;top:1px;width:12px;height:12px}.app-view .dashboard-navigator .iconic *,.app-view .image-uploader .drop-box.dragover .iconic,.app-view .image-uploader .drop-box:hover .iconic{fill:#406de0}.app-view .dashboard-navigator .location-paths{float:left;margin:20px 0 0;padding:0}.app-view .dashboard-navigator .box-navigation{float:left;margin:20px 0 0 12px;padding:0 0 0 8px;border-left:#dadada 1px solid}.app-view .dashboard-navigator .box-navigation li{display:inline-block;margin:0 8px;list-style:none;color:#999;font-weight:400}.app-view .downloadable-uploader,.app-view .image-uploader{margin:12px 0}.app-view .image-uploader .sk-wave{margin:28px auto}.app-view .image-uploader .sk-wave .sk-rect{background-color:#6a96e5;margin:0 1px}.app-view .image-uploader .drop-box{margin-bottom:4px;padding:24px 0;width:100%;max-width:348px;border:#c3c3c3 2px dashed;border-radius:4px;color:#6a96e5;text-align:center;background-color:#f8f8f8;cursor:pointer}.app-view .image-uploader .drop-box.dragover{border-color:#406de0}.app-view .image-inserter .insert-modes li.active,.app-view .image-inserter .insert-modes li:hover,.app-view .image-uploader .drop-box.dragover,.app-view .image-uploader .drop-box:hover{color:#406de0}.app-view .image-uploader .drop-box p{margin:8px 0}.app-view .image-uploader .drop-box .iconic{width:68px;height:68px;fill:#6a96e5}.app-view .image-uploader .open-selector{font-size:12px;color:#888}.app-view .image-uploader .open-selector .iconic{position:relative;top:1px;margin-right:4px;width:12px;height:12px;fill:#888}.app-view .image-uploader .uploaded-image{box-sizing:border-box;position:relative;margin-bottom:12px;padding:12px;max-width:348px;min-height:150px;border:#d0d0d0 1px solid}.app-view .dashboard-view .dashboard-home .analytics-results .analytics-result:after,.app-view .dashboard-view .dashboard-home .dashboard-widget.store-usage .store-usage-detail:after,.app-view .dashboard-view .message-channels .bizm-kakao-sms-configuration .form-field:after,.app-view .dashboard-view .message-channels .custom-configuration .form-field:after,.app-view .dashboard-view .message-channels .email-configuration .form-field:after,.app-view .dashboard-view .model-editor .form-field:after,.app-view .downloadable-uploader .uploaded-downloadable:after,.app-view .image-uploader .uploaded-image:after{content:"";display:table;clear:both}.app-view .image-uploader .uploaded-image .uploaded-image-box,.app-view .image-uploader .uploaded-image .uploaded-image-info{float:left}.app-view .image-uploader .uploaded-image .uploaded-image-box{width:120px;text-align:center}.app-view .image-uploader .uploaded-image .uploaded-image-box img{width:100%;height:auto;box-sizing:border-box}.app-view .image-uploader .uploaded-image .uploaded-image-box .deleted-image-icon{font-size:70px;color:#dedede}.app-view .image-uploader .uploaded-image .uploaded-image-info{margin-left:14px;width:184px}.app-view .downloadable-uploader .uploaded-downloadable .uploaded-downloadable-info h5,.app-view .image-uploader .uploaded-image .uploaded-image-info h5{width:100%;font-size:13px;margin:0 0 4px;padding-bottom:4px;border-bottom:#d0d0d0 1px solid}.app-view .downloadable-uploader .uploaded-downloadable .uploaded-downloadable-info .downloadable-info p,.app-view .image-uploader .uploaded-image .uploaded-image-info .image-info p{margin:4px 0;font-size:12px;color:#888}.app-view .image-uploader .uploaded-image .uploaded-image-info .view-detail{text-align:right}.app-view .image-uploader .uploaded-image .uploaded-image-info .view-image-detail{color:#6a96e5;font-size:13px}.app-view .image-uploader .uploaded-image .uploaded-image-info .view-image-detail .iconic{position:relative;top:2px;margin-right:6px;width:13px;height:13px;fill:#6a96e5}.app-view .image-uploader .uploaded-image .uploaded-image-info .view-image-detail:hover{color:#5487e1}.app-view .downloadable-uploader .uploaded-downloadable .uploaded-downloadable-info .view-downloadable-detail:hover .iconic,.app-view .image-uploader .uploaded-image .uploaded-image-info .view-image-detail:hover .iconic{fill:#5487e1}.app-view .image-uploader .uploaded-image .disconnect-reference{position:absolute;top:-7px;right:-7px;display:inline-block;padding:1px 6px;border-radius:50%;background-color:#555}.app-view .image-uploader .uploaded-image .disconnect-reference:hover{background-color:#333}.app-view .image-uploader .uploaded-image .disconnect-reference .iconic{position:relative;top:-1px;width:10px;height:10px;fill:#fff}.app-view .image-inserter .clayful-popup-box{z-index:1000}.app-view .image-inserter .image-uploader .drop-box{padding:66px 0;max-width:100%}.app-view .image-inserter .insert-modes{margin:0;padding:4px 0}.app-view .image-inserter .insert-modes li{display:inline-block;list-style:none;font-size:13px;color:#999}.app-view .image-inserter .insert-modes li:after{content:'|';padding:0 5px;margin:0 5px;color:#ddd}.app-view .image-inserter .insert-modes li:last-child{border:none}.app-view .dashboard-view .analytics .analytics-result-scope li:last-child:after,.app-view .image-inserter .insert-modes li:last-child:after{display:none}.app-view .downloadable-uploader .drop-box p,.app-view .image-inserter .insert-body{margin:8px 0}.app-view .image-inserter .insert-body.from-url textarea{box-sizing:border-box;padding:8px;width:100%;height:236px;border-radius:4px;font-size:12px}.app-view .image-inserter .insert-body .loaded-images,.app-view .image-inserter .insert-body .uploaded-images{padding:8px;max-height:246px;border:#dadada 1px solid;overflow:auto}.app-view .image-inserter .insert-body .loaded-image,.app-view .image-inserter .insert-body .uploaded-image{box-sizing:border-box;display:inline-block;position:relative;line-height:100%;border:#fff 3px solid;opacity:.8;margin:0 4px 4px 0}.app-view .image-inserter .insert-body .loaded-image.selected,.app-view .image-inserter .insert-body .uploaded-image.selected{border-color:#406de0;opacity:1}.app-view .image-inserter .insert-body .loaded-image:hover,.app-view .image-inserter .insert-body .uploaded-image:hover{opacity:1}.app-view .image-inserter .insert-body .loaded-image img,.app-view .image-inserter .insert-body .uploaded-image img{margin:2px;width:77px;height:auto}.app-view .image-inserter .insert-body .uploaded-image{cursor:-webkit-grab;cursor:grab}.app-view .image-inserter .insert-body .dndPlaceholder{box-sizing:border-box;display:inline-block;position:relative;top:8px;line-height:100%;border:#406de0 3px dashed;margin:0 4px 4px 0;width:88px;height:88px}.app-view .image-inserter .insert-body .selected-order{position:absolute;right:0;bottom:0;display:inline-block;padding:2px 4px;border-radius:2px;background-color:#406de0;color:#fff}.app-view .image-inserter .insert-body .selected-order:empty{display:none}.app-view .image-inserter .insert-body .no-uploaded-images{margin:8px;font-size:13px}.app-view .image-inserter .insert-body .loading-images .sk-circle,.app-view .image-inserter .insert-body .loading-images .sk-fading-circle{margin-top:0;margin-bottom:0}.app-view .image-inserter .insert-body .load-more{margin-top:12px;padding:8px;border:#dadada 1px solid;border-radius:4px;text-align:center;font-size:13px;color:#7a7a7a}.app-view .image-inserter .insert-body .load-more:hover{background-color:#fafafa}.app-view .image-inserter .insert-buttons{text-align:right}.app-view .image-inserter .insert-buttons button{padding:8px 16px;width:auto;font-size:13px}.app-view .downloadable-uploader .sk-wave{margin:28px auto}.app-view .downloadable-uploader .sk-wave .sk-rect{background-color:#6a96e5;margin:0 1px}.app-view .downloadable-uploader .drop-box{margin-bottom:4px;padding:29px 0;width:100%;max-width:348px;border:#c3c3c3 2px dashed;border-radius:4px;color:#6a96e5;text-align:center;background-color:#f8f8f8;cursor:pointer}.app-view .downloadable-uploader .drop-box.dragover{border-color:#406de0}.app-view .dashboard-view .clayful-table.simple-table tbody td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .clayful-table.simple-table tbody td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .clayful-table.simple-table tbody td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .clayful-table.simple-table tbody td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .clayful-table.simple-table tbody td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .clayful-table.simple-table tbody td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .clayful-table.simple-table tbody td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .clayful-table.simple-table tbody td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .clayful-table.simple-table tbody td a,.app-view .dashboard-view .clayful-table.simple-table tbody td span[ng-click],.app-view .dashboard-view .memo-viewer .viewer-header .clayful-table.simple-table tbody td .write-memo,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .clayful-table.simple-table tbody td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .clayful-table.simple-table tbody td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .clayful-table.simple-table tbody td .regenerate-token,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .clayful-table.simple-table tbody td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .clayful-table.simple-table tbody td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .clayful-table.simple-table tbody td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .clayful-table.simple-table tbody td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .clayful-table.simple-table tbody td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .clayful-table.simple-table tbody td .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .clayful-table.simple-table tbody td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .clayful-table.simple-table tbody td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .clayful-table.simple-table tbody td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .clayful-table.simple-table tbody td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .clayful-table.simple-table tbody td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .clayful-table.simple-table tbody td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .clayful-table.simple-table tbody td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .clayful-table.simple-table tbody td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .clayful-table.simple-table tbody td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .clayful-table.simple-table tbody td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .clayful-table.simple-table tbody td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .clayful-table.simple-table tbody td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .clayful-table.simple-table tbody td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .clayful-table.simple-table tbody td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .clayful-table.simple-table tbody td li,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .clayful-table.simple-table tbody td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .clayful-table.simple-table tbody td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .clayful-table.simple-table tbody td .edit-metafields,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .clayful-table.simple-table tbody td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .clayful-table.simple-table tbody td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .clayful-table.simple-table tbody td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .clayful-table.simple-table tbody td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .clayful-table.simple-table tbody td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .clayful-table.simple-table tbody td .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .clayful-table.simple-table tbody td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .clayful-table.simple-table tbody td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .clayful-table.simple-table tbody td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .clayful-table.simple-table tbody td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .clayful-table.simple-table tbody td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .clayful-table.simple-table tbody td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .clayful-table.simple-table tbody td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .clayful-table.simple-table tbody td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .clayful-table.simple-table tbody td li,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .clayful-table.simple-table tbody td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-table.simple-table tbody td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .clayful-table.simple-table tbody td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .clayful-table.simple-table tbody td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-table.simple-table tbody td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .clayful-table.simple-table tbody td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .clayful-table.simple-table tbody td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-table.simple-table tbody td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .clayful-table.simple-table tbody td span,.app-view .dashboard-view .model-editor.client-editor .clayful-table.simple-table tbody td .regenerate-token,.app-view .dashboard-view .model-editor.downloadable-editor .clayful-table.simple-table tbody td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .clayful-table.simple-table tbody td .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .clayful-table.simple-table tbody td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .clayful-table.simple-table tbody td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .clayful-table.simple-table tbody td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .clayful-table.simple-table tbody td span,.app-view .dashboard-view .model-editor.order-editor h4 ul .clayful-table.simple-table tbody td li,.app-view .dashboard-view .model-editor.review-editor .review-info .clayful-table.simple-table tbody td .edit-metafields,.app-view .dashboard-view .model-editor.store-integrations .clayful-table.simple-table tbody td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .clayful-table.simple-table tbody td .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .clayful-table.simple-table tbody td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .clayful-table.simple-table tbody td span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .clayful-table.simple-table tbody td li,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .clayful-table.simple-table tbody td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-table.simple-table tbody td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .clayful-table.simple-table tbody td span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .clayful-table.simple-table tbody td .edit-fulfillment-company,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .clayful-table.simple-table tbody td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .clayful-table.simple-table tbody td .remove-shipping-carrier,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .clayful-table.simple-table tbody td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .clayful-table.simple-table tbody td .remove-app,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .clayful-table.simple-table tbody td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .clayful-table.simple-table tbody td .remove-plan,.app-view .downloadable-uploader .drop-box.dragover,.app-view .downloadable-uploader .drop-box:hover{color:#406de0}.app-view .downloadable-uploader .drop-box.dragover .iconic,.app-view .downloadable-uploader .drop-box:hover .iconic{fill:#406de0}.app-view .downloadable-uploader .drop-box .iconic{width:58px;height:58px;fill:#6a96e5}.app-view .downloadable-uploader .open-selector{font-size:12px;color:#888}.app-view .downloadable-uploader .open-selector .iconic{position:relative;top:1px;margin-right:4px;width:12px;height:12px;fill:#888}.app-view .downloadable-uploader .uploaded-downloadable{box-sizing:border-box;position:relative;margin-bottom:12px;padding:12px;max-width:348px;border:#d0d0d0 1px solid}.app-view .downloadable-uploader .uploaded-downloadable .uploaded-downloadable-box,.app-view .downloadable-uploader .uploaded-downloadable .uploaded-downloadable-info{float:left}.app-view .downloadable-uploader .uploaded-downloadable .uploaded-downloadable-box{width:68px;text-align:center}.app-view .downloadable-uploader .uploaded-downloadable .uploaded-downloadable-box .iconic{width:64px;height:64px}.app-view .downloadable-uploader .uploaded-downloadable .uploaded-downloadable-box .iconic-lg{fill:#406de0}.app-view .downloadable-uploader .uploaded-downloadable .uploaded-downloadable-info{margin-left:14px;width:236px}.app-view .downloadable-uploader .uploaded-downloadable .uploaded-downloadable-info .view-detail{text-align:right}.app-view .downloadable-uploader .uploaded-downloadable .uploaded-downloadable-info .view-downloadable-detail{color:#6a96e5;font-size:13px}.app-view .downloadable-uploader .uploaded-downloadable .uploaded-downloadable-info .view-downloadable-detail .iconic{position:relative;top:2px;margin-right:6px;width:13px;height:13px;fill:#6a96e5}.app-view .downloadable-uploader .uploaded-downloadable .uploaded-downloadable-info .view-downloadable-detail:hover{color:#5487e1}.app-view .downloadable-uploader .uploaded-downloadable .disconnect-reference{position:absolute;top:-7px;right:-7px;display:inline-block;padding:1px 6px;border-radius:50%;background-color:#555}.app-view .downloadable-uploader .uploaded-downloadable .disconnect-reference:hover{background-color:#333}.app-view .downloadable-uploader .uploaded-downloadable .disconnect-reference .iconic{position:relative;top:-1px;width:10px;height:10px;fill:#fff}.app-view .dashboard-view{box-sizing:border-box;float:right;position:relative;padding:79px 24px 88px;width:0;height:100%;overflow:auto;background-color:#f2f4f3}.app-view .dashboard-view.ng-enter{transition:opacity .3s;opacity:0}.app-view .dashboard-view.ng-enter-active{opacity:1}.app-view .dashboard-view pre{font-family:'Courier New',Courier,monospace;margin:0;padding:12px 8px;max-width:100%;overflow-x:auto;border:#ddd 1px solid;border-radius:2px;font-weight:700;font-size:13px;color:#737373;background-color:#fff}.app-view .dashboard-view input[type=email],.app-view .dashboard-view input[type=number],.app-view .dashboard-view input[type=password],.app-view .dashboard-view input[type=text],.app-view .dashboard-view textarea{width:100%;max-width:240px;box-sizing:border-box;padding:8px;border:#d0d0d0 1px solid;border-radius:2px}.app-view .dashboard-view textarea{max-width:100%;min-height:200px}.app-view .dashboard-view [date-picker]{border:#d0d0d0 1px solid}.app-view .dashboard-view .clayful-select{width:100%;max-width:240px}.app-view .dashboard-view .clayful-select.disabled,.app-view .dashboard-view .clayful-select.disabled .selected-item{background-color:#ebebe4}.app-view .dashboard-view .add-new-tab.as-button{display:inline-block;margin:12px 0;padding:8px 12px;border-radius:4px;font-size:13px}.app-view .dashboard-view .add-new-tab.as-button .iconic{margin-right:4px;fill:#406de0}.app-view .dashboard-view .form-field-group{max-width:100%;margin-left:auto;margin-right:auto}.app-view .dashboard-view .form-field-group:after{display:block;content:"";display:table;clear:both}.app-view .dashboard-view .form-field-group>.form-field:first-child{float:left;width:49%;margin-right:1%}.app-view .dashboard-view .form-field-group>.form-field:last-child{float:left;width:49%;margin-left:1%}.app-view .dashboard-view .form-field-group>.form-field .clayful-select,.app-view .dashboard-view .form-field-group>.form-field input[type=email],.app-view .dashboard-view .form-field-group>.form-field input[type=number],.app-view .dashboard-view .form-field-group>.form-field input[type=password],.app-view .dashboard-view .form-field-group>.form-field input[type=text]{max-width:100%}.app-view .dashboard-view .form-field-group>.form-field .editing-language-selector .clayful-select,.app-view .dashboard-view .form-field-group>.form-field .list-sort-selector .clayful-select{max-width:240px}.app-view .dashboard-view .model-editor{float:left}.app-view .dashboard-view .message-channels .bizm-kakao-sms-configuration hr,.app-view .dashboard-view .message-channels .custom-configuration hr,.app-view .dashboard-view .message-channels .email-configuration hr,.app-view .dashboard-view .model-editor hr{margin:12px 0;border:none;border-top:#eee 1px solid}.app-view .dashboard-view .message-channels .bizm-kakao-sms-configuration .input-error,.app-view .dashboard-view .message-channels .custom-configuration .input-error,.app-view .dashboard-view .message-channels .email-configuration .input-error,.app-view .dashboard-view .model-editor .input-error{font-size:12px;color:#da3a34}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list section.bizm-kakao-sms-configuration section.bizm-kakao-sms-form-actions clayful-button.button-danger,.app-view .dashboard-view .message-channels .bizm-kakao-sms-configuration .input-error .input-error-action,.app-view .dashboard-view .message-channels .custom-configuration .input-error .input-error-action,.app-view .dashboard-view .message-channels .email-configuration .input-error .input-error-action,.app-view .dashboard-view .model-editor .input-error .input-error-action{margin-left:8px}.app-view .dashboard-view .message-channels .bizm-kakao-sms-configuration .input-error .input-error-action .iconic,.app-view .dashboard-view .message-channels .custom-configuration .input-error .input-error-action .iconic,.app-view .dashboard-view .message-channels .email-configuration .input-error .input-error-action .iconic,.app-view .dashboard-view .model-editor .input-error .input-error-action .iconic{width:12px;height:12px}.app-view .dashboard-view .message-channels .bizm-kakao-sms-configuration .form-field,.app-view .dashboard-view .message-channels .custom-configuration .form-field,.app-view .dashboard-view .message-channels .email-configuration .form-field,.app-view .dashboard-view .model-editor .form-field{margin-bottom:12px}.app-view .dashboard-view .message-channels .bizm-kakao-sms-configuration .form-field .field-input,.app-view .dashboard-view .message-channels .custom-configuration .form-field .field-input,.app-view .dashboard-view .message-channels .email-configuration .form-field .field-input,.app-view .dashboard-view .model-editor .form-field .field-input{position:relative;margin-top:8px;margin-bottom:8px}.app-view .dashboard-view .message-channels .bizm-kakao-sms-configuration .form-field .field-input-helper,.app-view .dashboard-view .message-channels .custom-configuration .form-field .field-input-helper,.app-view .dashboard-view .message-channels .email-configuration .form-field .field-input-helper,.app-view .dashboard-view .model-editor .form-field .field-input-helper{margin-top:4px;font-size:12.5px;font-weight:300;color:#aaa}.app-view .dashboard-view .message-channels .bizm-kakao-sms-configuration .form-field.inline,.app-view .dashboard-view .message-channels .custom-configuration .form-field.inline,.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration div.box-contents>corner-actions section.corner-actions ul,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration div.box-contents>corner-actions section.corner-actions ul,.app-view .dashboard-view .message-channels .customer-editor.email-configuration div.box-contents>corner-actions section.corner-actions ul,.app-view .dashboard-view .message-channels .email-configuration .form-field.inline,.app-view .dashboard-view .model-editor .form-field.inline,.app-view .dashboard-view .model-editor.customer-editor div.box-contents>corner-actions section.corner-actions ul{margin-bottom:0}.app-view .dashboard-view .model-editor .form-field.inline .clayful-label{width:16.66667%}.app-view .dashboard-view .message-channels .bizm-kakao-sms-configuration .form-field.inline .clayful-label,.app-view .dashboard-view .message-channels .custom-configuration .form-field.inline .clayful-label,.app-view .dashboard-view .message-channels .email-configuration .form-field.inline .clayful-label,.app-view .dashboard-view .model-editor .form-field.inline .clayful-label{box-sizing:border-box;float:left;padding-right:.69444%;margin-top:10px;padding-left:0}.app-view .dashboard-view .model-editor .form-field.inline .field-input{box-sizing:border-box;width:83.33333%;float:right;padding-left:.69444%;padding-right:.69444%;margin-top:10px}.app-view .dashboard-view .message-channels .bizm-kakao-sms-configuration .form-field.inline .field-input,.app-view .dashboard-view .message-channels .custom-configuration .form-field.inline .field-input,.app-view .dashboard-view .message-channels .email-configuration .form-field.inline .field-input{box-sizing:border-box;margin-top:10px}.app-view .dashboard-view .message-channels .bizm-kakao-sms-configuration .model-inline-data,.app-view .dashboard-view .message-channels .custom-configuration .model-inline-data,.app-view .dashboard-view .message-channels .email-configuration .model-inline-data,.app-view .dashboard-view .model-editor .model-inline-data{line-height:100%}.app-view .dashboard-view .message-channels .bizm-kakao-sms-configuration .model-inline-data .with-icon .iconic,.app-view .dashboard-view .message-channels .custom-configuration .model-inline-data .with-icon .iconic,.app-view .dashboard-view .message-channels .email-configuration .model-inline-data .with-icon .iconic,.app-view .dashboard-view .model-editor .model-inline-data .with-icon .iconic{position:relative;top:1px;width:13px;height:13px;fill:#666}.app-view .dashboard-view .message-channels .bizm-kakao-sms-configuration .model-inline-data .separator,.app-view .dashboard-view .message-channels .custom-configuration .model-inline-data .separator,.app-view .dashboard-view .message-channels .email-configuration .model-inline-data .separator,.app-view .dashboard-view .model-editor .model-inline-data .separator{margin:0 6px;color:#dfdfdf}.app-view .dashboard-view .model-editor-tools{position:fixed;top:78px;right:32px;width:17%}.app-view .dashboard-view .clayful-popup-box .message-channels .bizm-kakao-sms-configuration,.app-view .dashboard-view .clayful-popup-box .message-channels .custom-configuration,.app-view .dashboard-view .clayful-popup-box .message-channels .email-configuration,.app-view .dashboard-view .clayful-popup-box .model-editor,.app-view .dashboard-view .message-channels .clayful-popup-box .bizm-kakao-sms-configuration,.app-view .dashboard-view .message-channels .clayful-popup-box .custom-configuration,.app-view .dashboard-view .message-channels .clayful-popup-box .email-configuration{width:100%}.app-view .dashboard-view .clayful-popup-box .button-group{margin-bottom:14px;text-align:right}.app-view .dashboard-view .clayful-popup-box .button-group .clayful-button{max-width:240px}.app-view .dashboard-view .clayful-table.simple-table{border:#d0d0d0 1px solid;margin:0 0 14px}.app-view .dashboard-view .clayful-table.simple-table thead{border:none}.app-view .dashboard-view .clayful-table.simple-table thead tr th{font-weight:400}.app-view .dashboard-view .clayful-table.simple-table tbody tr:hover{background:#f6f6f6}.app-view .dashboard-view .clayful-table.simple-table tbody td{padding:12px 18px;font-size:13px}.app-view .dashboard-view .clayful-table.simple-table tbody td .memo-viewer .viewer-header .write-memo .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .client-editor.custom-configuration .regenerate-token .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .client-editor.email-configuration .regenerate-token .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .downloadable-editor.custom-configuration .download-file .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .downloadable-editor.custom-configuration .upload-new-file .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .downloadable-editor.email-configuration .download-file .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .downloadable-editor.email-configuration .upload-new-file .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.custom-configuration h4 ul li .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .order-editor.email-configuration h4 ul li .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .review-editor.custom-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .review-editor.email-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .store-integrations.custom-configuration .regenerate-secret .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .store-integrations.custom-configuration .regenerate-token .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .store-integrations.email-configuration .regenerate-secret .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .store-integrations.email-configuration .regenerate-token .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.custom-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.custom-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.custom-configuration h4 ul li .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.email-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.email-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .subscription-editor.email-configuration h4 ul li .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.client-editor .regenerate-token .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.downloadable-editor .download-file .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.downloadable-editor .upload-new-file .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .section-global-actions li span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor .section-local-actions li span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.order-editor h4 ul li .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.review-editor .review-info .edit-metafields .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.store-integrations .regenerate-secret .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.store-integrations .regenerate-token .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.subscription-editor .section-global-actions li span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.subscription-editor .section-local-actions li span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.subscription-editor h4 ul li .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .model-editor.tax-editor .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .social-apps-editor .social-apps .social-app .app-actions .edit-app .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .social-apps-editor .social-apps .social-app .app-actions .remove-app .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td a .iconic,.app-view .dashboard-view .clayful-table.simple-table tbody td span[ng-click] .iconic,.app-view .dashboard-view .memo-viewer .viewer-header .clayful-table.simple-table tbody td .write-memo .iconic,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .clayful-table.simple-table tbody td .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .clayful-table.simple-table tbody td .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.email-configuration .clayful-table.simple-table tbody td .regenerate-token .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .clayful-table.simple-table tbody td .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .clayful-table.simple-table tbody td .upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .clayful-table.simple-table tbody td .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .clayful-table.simple-table tbody td .upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .clayful-table.simple-table tbody td .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .clayful-table.simple-table tbody td .upload-new-file .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .clayful-table.simple-table tbody td span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .clayful-table.simple-table tbody td span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .clayful-table.simple-table tbody td li .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .clayful-table.simple-table tbody td span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .clayful-table.simple-table tbody td span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .clayful-table.simple-table tbody td li .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .clayful-table.simple-table tbody td span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .clayful-table.simple-table tbody td span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .clayful-table.simple-table tbody td li .iconic,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .clayful-table.simple-table tbody td .edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .clayful-table.simple-table tbody td .edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .clayful-table.simple-table tbody td .edit-metafields .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .clayful-table.simple-table tbody td .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .clayful-table.simple-table tbody td .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .clayful-table.simple-table tbody td .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .clayful-table.simple-table tbody td .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .clayful-table.simple-table tbody td .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .clayful-table.simple-table tbody td .regenerate-token .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .clayful-table.simple-table tbody td li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .clayful-table.simple-table tbody td li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .clayful-table.simple-table tbody td li .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .clayful-table.simple-table tbody td .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-table.simple-table tbody td .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .clayful-table.simple-table tbody td .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-table.simple-table tbody td .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .clayful-table.simple-table tbody td .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-table.simple-table tbody td .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .model-editor.client-editor .clayful-table.simple-table tbody td .regenerate-token .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .clayful-table.simple-table tbody td .download-file .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .clayful-table.simple-table tbody td .upload-new-file .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .cancel-entity .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .done-toggle .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .received-toggle .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .clayful-table.simple-table tbody td .show-operations .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .clayful-table.simple-table tbody td .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .clayful-table.simple-table tbody td span.register-transaction .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .clayful-table.simple-table tbody td span.register-transaction .iconic,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .model-editor.order-editor h4 ul .clayful-table.simple-table tbody td li .iconic,.app-view .dashboard-view .model-editor.review-editor .review-info .clayful-table.simple-table tbody td .edit-metafields .iconic,.app-view .dashboard-view .model-editor.store-integrations .clayful-table.simple-table tbody td .regenerate-secret .iconic,.app-view .dashboard-view .model-editor.store-integrations .clayful-table.simple-table tbody td .regenerate-token .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .cancel-entity .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .done-toggle .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .clayful-table.simple-table tbody td .show-operations .iconic,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .clayful-table.simple-table tbody td li .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .clayful-table.simple-table tbody td .delete-detail .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .clayful-table.simple-table tbody td .copy-base-tax-details .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .clayful-table.simple-table tbody td span .iconic,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .clayful-table.simple-table tbody td .edit-fulfillment-company .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .clayful-table.simple-table tbody td .edit-shipping-carrier .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .clayful-table.simple-table tbody td .remove-shipping-carrier .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .clayful-table.simple-table tbody td .edit-app .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .clayful-table.simple-table tbody td .remove-app .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .clayful-table.simple-table tbody td .edit-plan .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .clayful-table.simple-table tbody td .remove-plan .iconic{position:relative;top:3px;margin-right:2px;width:13px;fill:#406de0}.app-view .dashboard-view .card-actions{margin:12px 0;padding:0;text-align:right;font-size:13px}.app-view .dashboard-view .card-actions li{margin:4px 0;list-style:none}.app-view .dashboard-view .card-actions li .iconic{position:relative;top:2px;width:13px;height:13px}.app-view .dashboard-view .dashboard-home .dashboard-widget{background-color:#fff;margin-bottom:14px;padding:14px;border:#e4e4e4 1px solid;border-radius:4px}.app-view .dashboard-view .dashboard-home .dashboard-widget .widget-name{font-size:16px;margin:0 0 8px;padding:0 0 8px;border-bottom:#dadada 1px solid}.app-view .dashboard-view .dashboard-home .dashboard-widget .widget-name span.plan-name{font-size:.9em;color:#406de0}.app-view .dashboard-view .dashboard-home .dashboard-widget.store-notices>ul{margin-bottom:8px;padding-bottom:8px;border-bottom:#eee 1px solid}.app-view .dashboard-view .dashboard-home .dashboard-widget.store-notices>ul:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.app-view .dashboard-view .dashboard-home .dashboard-widget.store-notices .store-notifications{padding-left:0;list-style:none;font-size:13px}.app-view .dashboard-view .dashboard-home .dashboard-widget.store-notices .store-notifications .tag{margin-right:12px;color:#406de0}.app-view .dashboard-view .dashboard-home .dashboard-widget.store-notices .store-notifications li{margin-bottom:4px;color:#777}.app-view .dashboard-view .dashboard-home .dashboard-widget.store-memos .viewer-name{font-size:16px}.app-view .dashboard-view .dashboard-home .dashboard-widget.store-usage hr{margin:34px 0 16px;border:none;border-top:#eee 1px solid}.app-view .dashboard-view .dashboard-home .dashboard-widget.store-usage .traffic-usage-until{margin-bottom:12px;text-align:right;font-size:13px;color:#9a9a9a}.app-view .dashboard-view .dashboard-home .dashboard-widget.store-usage .usage-network{margin-top:-8px}.app-view .dashboard-view .dashboard-home .dashboard-widget.store-usage .store-usage-detail{margin-bottom:30px}.app-view .dashboard-view .dashboard-home .dashboard-widget.store-usage .store-usage-detail .total,.app-view .dashboard-view .dashboard-home .dashboard-widget.store-usage .store-usage-detail .used{position:absolute;top:16px;font-size:12px}.app-view .dashboard-view .dashboard-home .dashboard-widget.store-usage .store-usage-detail .total{right:0}.app-view .dashboard-view .dashboard-home .dashboard-widget.store-usage .store-usage-detail .usage-bar{float:left;position:relative;width:68%;height:10px;border-radius:4px;background-color:#eee}.app-view .dashboard-view .dashboard-home .dashboard-widget.store-usage .store-usage-detail .usage-used-bar{position:absolute;top:0;left:0;height:10px;border-radius:4px;background-color:#406de0}.app-view .dashboard-view .dashboard-home .insights-by-time-frame{box-sizing:border-box;float:left;width:66%}.app-view .dashboard-view .dashboard-home .insights-by-time-frame .time-frame-selector{margin:0;padding:0}.app-view .dashboard-view .dashboard-home .insights-by-time-frame .time-frame-selector li{list-style:none;display:inline-block;margin:0 8px 0 0;padding:4px 12px;border:#dadada 1px solid;border-radius:4px;color:#777}.app-view .dashboard-view .dashboard-home .insights-by-time-frame .time-frame-selector li.active,.app-view .dashboard-view .dashboard-home .insights-by-time-frame .time-frame-selector li:hover{background-color:#406de0;border-color:#406de0;color:#fff}.app-view .dashboard-view .dashboard-home .insights-without-time-frame{box-sizing:border-box;float:left;margin-left:1%;width:33%}.app-view .dashboard-view .dashboard-home .analytics-results{margin-top:18px}.app-view .dashboard-view .dashboard-home .analytics-results .analytics-result h3{margin-bottom:8px;padding-bottom:8px;border-bottom:#eee 1px solid;font-size:15px}.app-view .dashboard-view .dashboard-home .analytics-results .analytics-result .analytics-currency{font-size:12px;color:#9a9a9a}.app-view .dashboard-view .dashboard-home .analytics-results .analytics-result>div{float:left;margin-top:6px;margin-right:2%;width:32%}.app-view .dashboard-view .dashboard-home .analytics-results .analytics-result>div:nth-child(3n){margin-right:0}.app-view .dashboard-view .dashboard-home .analytics-results .analytics-result>div h4{margin:0;color:#888;font-weight:400}.app-view .dashboard-view .dashboard-home .analytics-results .analytics-result>div .analytics-data{margin:12px 0;font-size:20px}.app-view .dashboard-view .analytics .date-range .date-range-max,.app-view .dashboard-view .analytics .date-range .date-range-min,.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list .bizm-kakao-sms-templates .creating-template spinkit-spinner,.app-view .dashboard-view .list-view.email-template-list .email-templates .creating-template spinkit-spinner,.app-view .dashboard-view .message-channels section.tab-bar div.items-wrap{display:inline-block}.app-view .dashboard-view .analytics .date-range .date-range-max input,.app-view .dashboard-view .analytics .date-range .date-range-min input{max-width:199.3px}.app-view .dashboard-view .analytics .update-analytics,.app-view .dashboard-view .dashboard-setting-editor input[type=text]{max-width:240px}.app-view .dashboard-view .analytics .analytics-result-scope{list-style:none;margin:0 0 24px;padding:0;color:#aaa}.app-view .dashboard-view .analytics .analytics-result-scope li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul,.app-view .dashboard-view .model-editor.order-editor h4 ul,.app-view .dashboard-view .model-editor.subscription-editor h4 ul{display:inline-block;margin:0;padding:0}.app-view .dashboard-view .analytics .analytics-result-scope li.active,.app-view .dashboard-view .analytics .analytics-result-scope li:hover{color:#406de0}.app-view .dashboard-view .analytics .analytics-result-scope li:after{content:'|';margin:0 8px;color:#f1f1f1}.app-view .dashboard-view .analytics .analytics-result .price-currency{font-size:11px;font-weight:400;color:#ababab}.app-view .dashboard-view .analytics .analytics-result table{border-collapse:collapse;width:100%;text-align:left}.app-view .dashboard-view .analytics .analytics-result table td,.app-view .dashboard-view .analytics .analytics-result table th{padding:5px 12px;border:#eaeaea 1px solid;font-size:13px}.app-view .dashboard-view .analytics .analytics-result table tbody tr:hover td,.app-view .dashboard-view .analytics .analytics-result table tbody tr:hover th,.app-view .dashboard-view .analytics .analytics-result table thead tr th{background-color:#f1f1f1}.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .input-error,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .input-error,.app-view .dashboard-view .message-channels .client-editor.email-configuration .input-error,.app-view .dashboard-view .model-editor.client-editor .input-error{position:static!important}.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .metafields-editor .card p,.app-view .dashboard-view .model-editor.client-editor .regenerate-token{font-size:13px}.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.email-configuration .regenerate-token .iconic,.app-view .dashboard-view .model-editor.client-editor .regenerate-token .iconic{width:13px;top:3px}.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .client-allowed-origins textarea,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .client-recaptcha-modules textarea,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .client-allowed-origins textarea,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .client-recaptcha-modules textarea,.app-view .dashboard-view .message-channels .client-editor.email-configuration .client-allowed-origins textarea,.app-view .dashboard-view .message-channels .client-editor.email-configuration .client-recaptcha-modules textarea,.app-view .dashboard-view .model-editor.client-editor .client-allowed-origins textarea,.app-view .dashboard-view .model-editor.client-editor .client-recaptcha-modules textarea{max-width:480px;font-family:'Courier New',Courier,monospace}.app-view .dashboard-view .list-view.country-list .card{position:relative;min-height:240px;padding-bottom:80px}.app-view .dashboard-view .list-view.country-list .card .flag-icon{margin-right:6px}.app-view .dashboard-view .list-view.country-list .card h2{margin:0;padding:4px;font-size:16px}.app-view .dashboard-view .list-view.country-list .card h2 .country-code{font-size:13px;color:#999}.app-view .dashboard-view .list-view.country-list .card h3{margin:0 0 8px;padding:0 0 8px;font-size:13px;color:#999;border-bottom:#eaeaea 1px solid}.app-view .dashboard-view .list-view.country-list .card .no-tax-setting{margin:12px 0;font-size:13px}.app-view .dashboard-view .list-view.country-list .card .country-setting h4{margin:12px 0 4px}.app-view .dashboard-view .list-view.country-list .card .country-setting p{margin:0;padding:0;font-size:13px;color:#939393}.app-view .dashboard-view .list-view.country-list .card .country-setting p .detail-name{font-size:11px;color:#aaa}.app-view .dashboard-view .list-view.country-list .card .country-setting ul{list-style:none;margin:0;padding:0;font-size:13px;color:#939393}.app-view .dashboard-view .list-view.country-list .card .country-actions{box-sizing:border-box;position:absolute;width:100%;margin:0;padding:14px;bottom:0;left:0;text-align:right}.app-view .dashboard-view .list-view.country-list .card .country-rotw .edit-country,.app-view .dashboard-view .list-view.country-list .card .country-rotw .flag-icon{display:none}.app-view .dashboard-view .message-channels .coupon-editor.bizm-kakao-sms-configuration .en-dash,.app-view .dashboard-view .message-channels .coupon-editor.custom-configuration .en-dash,.app-view .dashboard-view .message-channels .coupon-editor.email-configuration .en-dash,.app-view .dashboard-view .model-editor.coupon-editor .en-dash{margin:0 8px}.app-view .dashboard-view .message-channels .coupon-editor.bizm-kakao-sms-configuration .coupon-issued-amount,.app-view .dashboard-view .message-channels .coupon-editor.custom-configuration .coupon-issued-amount,.app-view .dashboard-view .message-channels .coupon-editor.email-configuration .coupon-issued-amount,.app-view .dashboard-view .model-editor.coupon-editor .coupon-issued-amount{margin-bottom:14px}.app-view .dashboard-view .clayful-popup-box.add-total-editor{max-width:360px;text-align:center}.app-view .dashboard-view .clayful-popup-box.add-total-editor .message-channels .bizm-kakao-sms-configuration,.app-view .dashboard-view .clayful-popup-box.add-total-editor .message-channels .custom-configuration,.app-view .dashboard-view .clayful-popup-box.add-total-editor .message-channels .email-configuration,.app-view .dashboard-view .clayful-popup-box.add-total-editor .model-editor,.app-view .dashboard-view .message-channels .clayful-popup-box.add-total-editor .bizm-kakao-sms-configuration,.app-view .dashboard-view .message-channels .clayful-popup-box.add-total-editor .custom-configuration,.app-view .dashboard-view .message-channels .clayful-popup-box.add-total-editor .email-configuration{width:100%}.app-view .dashboard-view .clayful-popup-box.add-total-editor .button-group{text-align:center}.app-view .dashboard-view .message-channels .currency-editor.bizm-kakao-sms-configuration .input-error,.app-view .dashboard-view .message-channels .currency-editor.custom-configuration .input-error,.app-view .dashboard-view .message-channels .currency-editor.email-configuration .input-error,.app-view .dashboard-view .model-editor.currency-editor .input-error{position:static!important}.app-view .dashboard-view .customer-policy-editor .authorizations{list-style:none;margin-left:14px;padding:0}.app-view .dashboard-view .customer-policy-editor .authorizations li{margin-bottom:6px;font-size:13px}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .customer-name-edit>div,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .customer-name-edit>div,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .customer-name-edit>div,.app-view .dashboard-view .model-editor.customer-editor .customer-name-edit>div{margin-bottom:6px}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration div.box-contents>corner-actions section.corner-actions ul span.add-category-button,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration div.box-contents>corner-actions section.corner-actions ul span.add-category-button,.app-view .dashboard-view .message-channels .customer-editor.email-configuration div.box-contents>corner-actions section.corner-actions ul span.add-category-button,.app-view .dashboard-view .model-editor.customer-editor div.box-contents>corner-actions section.corner-actions ul span.add-category-button,.app-view .dashboard-view .store-front div.faq-wrap div.form-field span.edit-category{margin-left:14px;color:#406de0}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration div.box-contents>corner-actions section.corner-actions ul span.add-category-button svg,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration div.box-contents>corner-actions section.corner-actions ul span.add-category-button svg,.app-view .dashboard-view .message-channels .customer-editor.email-configuration div.box-contents>corner-actions section.corner-actions ul span.add-category-button svg,.app-view .dashboard-view .model-editor.customer-editor div.box-contents>corner-actions section.corner-actions ul span.add-category-button svg{margin-right:4px;position:relative;top:1px;width:12px;height:12px;fill:#406de0}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .address-popup label.clayful-label,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .address-popup label.clayful-label,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .address-popup label.clayful-label,.app-view .dashboard-view .model-editor.customer-editor .address-popup label.clayful-label{width:23.66667%}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .address-popup div.field-input,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .address-popup div.field-input,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .address-popup div.field-input,.app-view .dashboard-view .model-editor.customer-editor .address-popup div.field-input{width:76.33333%}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .customer-social ul,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .customer-social ul,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .customer-social ul,.app-view .dashboard-view .model-editor.customer-editor .customer-social ul{margin:0;padding:0}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .customer-social ul li,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .customer-social ul li,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .customer-social ul li,.app-view .dashboard-view .model-editor.customer-editor .customer-social ul li{margin-top:0;margin-bottom:4px;list-style:none}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .customer-social ul li .iconic,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .customer-social ul li .iconic,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .customer-social ul li .iconic,.app-view .dashboard-view .model-editor.customer-editor .customer-social ul li .iconic{position:relative;top:2px;width:13px;margin-right:4px;fill:#406de0}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .address-selector,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .address-selector,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .address-selector,.app-view .dashboard-view .model-editor.customer-editor .address-selector{margin:0 0 30px;padding:0 0 8px;font-size:14px}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .address-selector.edit-mode.border-bottom,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .address-selector.edit-mode.border-bottom,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .address-selector.edit-mode.border-bottom,.app-view .dashboard-view .model-editor.customer-editor .address-selector.edit-mode.border-bottom{margin:0 0 12px}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .address-selector.border-bottom,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .address-selector.border-bottom,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .address-selector.border-bottom,.app-view .dashboard-view .model-editor.customer-editor .address-selector.border-bottom{border-bottom:1px solid #e2e4e3}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .address-selector li,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .address-selector li,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .address-selector li,.app-view .dashboard-view .model-editor.customer-editor .address-selector li{display:inline-block;list-style:none;margin:0 10px 0 0;padding:0 10px 0 0;border-right:#ddd 1px solid;color:#bbb}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .address-selector li.active,.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .address-selector li:hover,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .address-selector li.active,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .address-selector li:hover,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .address-selector li.active,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .address-selector li:hover,.app-view .dashboard-view .model-editor.customer-editor .address-selector li.active,.app-view .dashboard-view .model-editor.customer-editor .address-selector li:hover{color:#406de0}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .address-selector li:last-child,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .address-selector li:last-child,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .address-selector li:last-child,.app-view .dashboard-view .model-editor.customer-editor .address-selector li:last-child{margin-right:0;padding-right:0;border:none}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .customer-coupons span.coupon-active .iconic,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .customer-coupons span.coupon-active .iconic,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .customer-coupons span.coupon-active .iconic,.app-view .dashboard-view .model-editor.customer-editor .customer-coupons span.coupon-active .iconic{fill:#41960f}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .customer-coupons span.coupon-inactive .iconic,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .customer-coupons span.coupon-inactive .iconic,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .customer-coupons span.coupon-inactive .iconic,.app-view .dashboard-view .model-editor.customer-editor .customer-coupons span.coupon-inactive .iconic{fill:#da3a34}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .customer-coupons span.expired,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .customer-coupons span.expired,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .customer-coupons span.expired,.app-view .dashboard-view .model-editor.customer-editor .customer-coupons span.expired{color:#da3a34}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .customer-coupons .delete-coupon div span,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .customer-coupons .delete-coupon div span,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .customer-coupons .delete-coupon div span,.app-view .dashboard-view .model-editor.customer-editor .customer-coupons .delete-coupon div span{color:#da3a34!important}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .customer-coupons .delete-coupon div span svg,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .customer-coupons .delete-coupon div span svg,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .customer-coupons .delete-coupon div span svg,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li.unregister-transaction svg,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li.unregister-transaction svg,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li.unregister-transaction svg,.app-view .dashboard-view .model-editor.customer-editor .customer-coupons .delete-coupon div span svg,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li.unregister-transaction svg{fill:#da3a34!important}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .customer-coupons .delete-coupon div span:hover,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .customer-coupons .delete-coupon div span:hover,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .customer-coupons .delete-coupon div span:hover,.app-view .dashboard-view .model-editor.customer-editor .customer-coupons .delete-coupon div span:hover{color:#cf2c26!important}.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .customer-coupons .delete-coupon div span:hover svg,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .customer-coupons .delete-coupon div span:hover svg,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .customer-coupons .delete-coupon div span:hover svg,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li.unregister-transaction:hover svg,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li.unregister-transaction:hover svg,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li.unregister-transaction:hover svg,.app-view .dashboard-view .model-editor.customer-editor .customer-coupons .delete-coupon div span:hover svg,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li.unregister-transaction:hover svg{fill:#cf2c26!important}.app-view .dashboard-view .dashboard-setting-editor .date-example,.app-view .dashboard-view .message-channels .customer-editor.bizm-kakao-sms-configuration .customer-coupons .coupon-name .coupon-type,.app-view .dashboard-view .message-channels .customer-editor.custom-configuration .customer-coupons .coupon-name .coupon-type,.app-view .dashboard-view .message-channels .customer-editor.email-configuration .customer-coupons .coupon-name .coupon-type,.app-view .dashboard-view .model-editor.customer-editor .customer-coupons .coupon-name .coupon-type{font-size:12px;color:#999}.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .uploading-new-file .sk-wave,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .uploading-new-file .sk-wave,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .uploading-new-file .sk-wave,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-info .order-notifications ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-info .order-total-amount ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-and-addresses .order-customer-info .customer-groups ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-detail ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-item-summary ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-detail ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-identity ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-detail ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-item-summary ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-detail ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-identity ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-detail ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-item-summary ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-detail ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-identity ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-detail ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-item-summary ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-detail ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-identity ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-info .order-notifications ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-info .order-total-amount ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-and-addresses .order-customer-info .customer-groups ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-detail ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-item-summary ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-detail ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-identity ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-detail ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-item-summary ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-detail ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-identity ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-detail ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-item-summary ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-detail ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-identity ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-detail ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-item-summary ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-detail ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-identity ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-info .order-notifications ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-info .order-total-amount ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-and-addresses .order-customer-info .customer-groups ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-detail ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-item-summary ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-detail ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-identity ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-detail ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-item-summary ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-detail ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-identity ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-detail ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-item-summary ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-detail ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-identity ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-detail ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-item-summary ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-detail ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-identity ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses ul,.app-view .dashboard-view .model-editor.downloadable-editor .uploading-new-file .sk-wave,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-info .order-notifications ul,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-info .order-total-amount ul,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul,.app-view .dashboard-view .model-editor.order-editor .order-customer-and-addresses .order-customer-info .customer-groups ul,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-detail ul,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items ul,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-item-summary ul,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-detail ul,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items ul,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-identity ul,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items ul,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-detail ul,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items ul,.app-view .dashboard-view .model-editor.order-editor .order-items .order-item-summary ul,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-detail ul,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items ul,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-identity ul,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items ul,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-detail ul,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items ul,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-item-summary ul,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-detail ul,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items ul,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-identity ul,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items ul,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-detail ul,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items ul,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-item-summary ul,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-detail ul,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items ul,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-identity ul,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items ul,.app-view .dashboard-view .model-editor.order-editor .order-statuses ul{margin:0;padding:0}.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .uploading-new-file .sk-wave .sk-rect,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .uploading-new-file .sk-wave .sk-rect,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .uploading-new-file .sk-wave .sk-rect,.app-view .dashboard-view .model-editor.downloadable-editor .uploading-new-file .sk-wave .sk-rect{margin:0 1px;background-color:#406de0}.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .downloadable-upload-status .upload-failed,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .downloadable-upload-status .upload-failed,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .downloadable-upload-status .upload-failed,.app-view .dashboard-view .model-editor.downloadable-editor .downloadable-upload-status .upload-failed{color:#da3a34}.app-view .dashboard-view .image-sizes-editor .image-sizes{list-style:none;padding:0}.app-view .dashboard-view .image-sizes-editor .image-sizes li{margin-bottom:16px}.app-view .dashboard-view .image-sizes-editor .image-sizes li input[type=number]{padding:2px 0;border-top:none;border-left:none;border-right:none;text-align:center;width:80px}.app-view .dashboard-view .image-sizes-editor .image-sizes li .remove-size,.app-view .dashboard-view .image-sizes-editor .image-sizes li .save-size{display:inline-block;margin-left:8px;padding:4px 10px;border:none;border-radius:4px;font-size:13px;color:#fff}.app-view .dashboard-view .image-sizes-editor .image-sizes li .remove-size .iconic,.app-view .dashboard-view .image-sizes-editor .image-sizes li .save-size .iconic{position:relative;fill:#fff;top:3px;width:13px}.app-view .dashboard-view .image-sizes-editor .image-sizes li .save-size{background-color:#406de0}.app-view .dashboard-view .image-sizes-editor .image-sizes li .save-size:hover{background-color:#2a5cdc}.app-view .dashboard-view .image-sizes-editor .image-sizes li .remove-size{background-color:#da3a34}.app-view .dashboard-view .image-sizes-editor .image-sizes li .remove-size:hover{background-color:#cf2c26}.app-view .dashboard-view .image-sizes-editor .image-sizes li .size-muliply{margin:0 4px;color:#999}.app-view .dashboard-view .image-sizes-editor .image-sizes li .size-pixel{color:#999}.app-view .dashboard-view .metafields-editor .card h2{padding:0 0 8px;margin:0 0 8px;border-bottom:#eaeaea 1px solid}.app-view .dashboard-view .metafields-editor .card .modify-metafield .iconic{position:relative;top:2px;width:14px;height:14px}.app-view .dashboard-view .model-metafields-editor .metafield-actions{text-align:right}.app-view .dashboard-view .model-metafields-editor .metafield-actions .clayful-button{margin-left:8px;padding:10px 14px;max-width:140px}.app-view .dashboard-view .list-view.pointer-list .card .pointer-filter input,.app-view .dashboard-view .message-channels .bizm-kakao-sms-template-editor.bizm-kakao-sms-configuration .field-input input,.app-view .dashboard-view .message-channels .bizm-kakao-sms-template-editor.custom-configuration .field-input input,.app-view .dashboard-view .message-channels .bizm-kakao-sms-template-editor.email-configuration .field-input input,.app-view .dashboard-view .message-channels .email-template-editor.bizm-kakao-sms-configuration .field-input input,.app-view .dashboard-view .message-channels .email-template-editor.custom-configuration .field-input input,.app-view .dashboard-view .message-channels .email-template-editor.email-configuration .field-input input,.app-view .dashboard-view .model-editor.bizm-kakao-sms-template-editor .field-input input,.app-view .dashboard-view .model-editor.email-template-editor .field-input input{max-width:100%}.app-view .dashboard-view .message-channels .bizm-kakao-sms-template-editor.bizm-kakao-sms-configuration .template-active .clayful-select,.app-view .dashboard-view .message-channels .bizm-kakao-sms-template-editor.custom-configuration .template-active .clayful-select,.app-view .dashboard-view .message-channels .bizm-kakao-sms-template-editor.email-configuration .template-active .clayful-select,.app-view .dashboard-view .model-editor.bizm-kakao-sms-template-editor .template-active .clayful-select{max-width:240px}.app-view .dashboard-view .message-channels .bizm-kakao-sms-template-editor.bizm-kakao-sms-configuration .shared-field,.app-view .dashboard-view .message-channels .bizm-kakao-sms-template-editor.custom-configuration .shared-field,.app-view .dashboard-view .message-channels .bizm-kakao-sms-template-editor.email-configuration .shared-field,.app-view .dashboard-view .model-editor.bizm-kakao-sms-template-editor .shared-field{font-size:12px;color:#aaa}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list clayful-box,.app-view .dashboard-view .list-view.email-template-list clayful-box{float:left;width:49%}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list clayful-box:first-child,.app-view .dashboard-view .list-view.email-template-list clayful-box:first-child{margin-right:2%}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list p.redacted-message{color:#41960f;margin:4px 0 0}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list p.redacted-message .iconic{position:relative;top:2px;width:13px;fill:#41960f}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list .box-contents:after,.app-view .dashboard-view .list-view.email-template-list .box-contents:after,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info:after,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-and-addresses:after,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info:after,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info:after,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-and-addresses:after,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info:after,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info:after,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-and-addresses:after,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info:after,.app-view .dashboard-view .model-editor.order-editor .order-basic-info:after,.app-view .dashboard-view .model-editor.order-editor .order-customer-and-addresses:after,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info:after{content:"";display:table;clear:both}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list section.bizm-kakao-sms-configuration section.bizm-kakao-sms-form-actions .bizm-kakao-sms-save-button{max-width:207px;line-height:initial}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list section.bizm-kakao-sms-configuration section.bizm-kakao-sms-form-actions .bizm-kakao-sms-save-button button.processing{padding:10px 0 18px}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list section.bizm-kakao-sms-configuration section.bizm-kakao-sms-form-actions .bizm-kakao-sms-save-button button.processing div spinkit-spinner div.spinkit-spinner{position:relative;top:3px}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list section.bizm-kakao-sms-configuration section.bizm-kakao-sms-form-actions clayful-button.button-danger button.button-danger{max-width:207px}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list section.bizm-kakao-sms-configuration section.bizm-kakao-sms-form-actions clayful-button.button-danger button.button-danger.processing{margin:0;top:4px;box-sizing:content-box}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list .bizm-kakao-sms-templates h3,.app-view .dashboard-view .list-view.email-template-list .email-templates h3{margin:0 0 4px;font-size:14px}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list .bizm-kakao-sms-templates .bizm-kakao-sms-template-list{margin-top:0;padding:0;list-style:none}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list .bizm-kakao-sms-templates .bizm-kakao-sms-template{margin-bottom:12px;padding:0 12px 12px 0;border-bottom:#eee 1px solid}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list .bizm-kakao-sms-templates .bizm-kakao-sms-template:last-child{border-bottom:none}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list .bizm-kakao-sms-templates .template-active{color:#41960f}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list .bizm-kakao-sms-templates .template-active .iconic{position:relative;top:2px;width:13px;fill:#41960f}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list .bizm-kakao-sms-templates .template-inactive{color:#aaa}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list .bizm-kakao-sms-templates .template-inactive .iconic{position:relative;top:2px;width:13px;fill:#aaa}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list .bizm-kakao-sms-templates .creating-template{font-size:14px}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list .bizm-kakao-sms-templates .creating-template p,.app-view .dashboard-view .list-view.email-template-list .email-templates .creating-template p{margin:12px 0 12px 6px;display:inline-block;color:#666}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list .bizm-kakao-sms-templates .creating-template .sk-spinner .sk-fading-circle{display:inline-block;margin:0 0 -3px;width:18px;height:18px}.app-view .dashboard-view .list-view.bizm-kakao-sms-template-list .bizm-kakao-sms-templates .creating-template .sk-spinner .sk-circle{margin:0 auto}.app-view .dashboard-view .message-channels .email-template-editor.bizm-kakao-sms-configuration .template-active .clayful-select,.app-view .dashboard-view .message-channels .email-template-editor.custom-configuration .template-active .clayful-select,.app-view .dashboard-view .message-channels .email-template-editor.email-configuration .template-active .clayful-select,.app-view .dashboard-view .model-editor.email-template-editor .template-active .clayful-select{max-width:240px}.app-view .dashboard-view .message-channels .email-template-editor.bizm-kakao-sms-configuration .shared-field,.app-view .dashboard-view .message-channels .email-template-editor.custom-configuration .shared-field,.app-view .dashboard-view .message-channels .email-template-editor.email-configuration .shared-field,.app-view .dashboard-view .model-editor.email-template-editor .shared-field{font-size:12px;color:#aaa}.app-view .dashboard-view .list-view.email-template-list .email-templates .email-template-list{margin-top:0;padding:0;list-style:none}.app-view .dashboard-view .list-view.email-template-list .email-templates .email-template{margin-bottom:12px;padding:0 12px 12px 0;border-bottom:#eee 1px solid}.app-view .dashboard-view .list-view.email-template-list .email-templates .email-template:last-child{border-bottom:none}.app-view .dashboard-view .list-view.email-template-list .email-templates .template-active{color:#41960f}.app-view .dashboard-view .list-view.email-template-list .email-templates .template-active .iconic{position:relative;top:2px;width:13px;fill:#41960f}.app-view .dashboard-view .list-view.email-template-list .email-templates .template-inactive{color:#aaa}.app-view .dashboard-view .list-view.email-template-list .email-templates .template-inactive .iconic{position:relative;top:2px;width:13px;fill:#aaa}.app-view .dashboard-view .list-view.email-template-list .email-templates .creating-template{font-size:14px}.app-view .dashboard-view .list-view.email-template-list .email-templates .creating-template .sk-spinner .sk-fading-circle{display:inline-block;margin:0 0 -3px;width:18px;height:18px}.app-view .dashboard-view .list-view.email-template-list .email-templates .creating-template .sk-spinner .sk-circle{margin:0 auto}.app-view .dashboard-view .message-channels section.tab-bar{display:inline-block;width:auto}.app-view .dashboard-view .message-channels .add-notice-button div.add-new-tab{background-color:#fff}.app-view .dashboard-view .message-channels .add-notice-button div.add-new-tab:hover{background-color:#fafafa}.app-view .dashboard-view .message-channels p.request-another-notice-button{color:#406de0;margin:8px 0 4px 4px}.app-view .dashboard-view .message-channels p.request-another-notice-button svg{fill:#406de0;position:relative;top:2px}.app-view .dashboard-view .message-channels .bizm-kakao-sms-configuration,.app-view .dashboard-view .message-channels .custom-configuration,.app-view .dashboard-view .message-channels .email-configuration{float:none}.app-view .dashboard-view .message-channels .bizm-kakao-sms-configuration .form-field.inline .clayful-label,.app-view .dashboard-view .message-channels .custom-configuration .form-field.inline .clayful-label,.app-view .dashboard-view .message-channels .email-configuration .form-field.inline .clayful-label{width:30%}.app-view .dashboard-view .message-channels .bizm-kakao-sms-configuration .form-field.inline .field-input,.app-view .dashboard-view .message-channels .custom-configuration .form-field.inline .field-input,.app-view .dashboard-view .message-channels .email-configuration .form-field.inline .field-input{float:left;padding:0;width:auto;min-width:240px}.app-view .dashboard-view .message-channels .bizm-kakao-sms-configuration .email-form-actions,.app-view .dashboard-view .message-channels .custom-configuration .email-form-actions,.app-view .dashboard-view .message-channels .email-configuration .email-form-actions{margin-top:14px}.app-view .dashboard-view .message-channels .bizm-kakao-sms-configuration .email-form-actions .clayful-button,.app-view .dashboard-view .message-channels .custom-configuration .email-form-actions .clayful-button,.app-view .dashboard-view .message-channels .email-configuration .email-form-actions .clayful-button{max-width:240px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4,.app-view .dashboard-view .model-editor.order-editor h4,.app-view .dashboard-view .model-editor.subscription-editor h4{margin:0 0 8px;padding-bottom:8px;font-size:16px;font-weight:300}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 span.content-box-title,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 span.content-box-title,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 span.content-box-title,.app-view .dashboard-view .model-editor.order-editor h4 span.content-box-title{display:block;margin-bottom:12px;padding:8px 12px;font-weight:500;font-size:14px;background-color:#f4f4f4}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor h4 ul li{color:#9c9c9c;list-style:none;display:inline-block;margin-left:8px;padding:0 0 4px 8px;font-size:13px;font-weight:500}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li.selected span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul li.selected span,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul li.selected span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li.selected span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul li.selected span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul li.selected span,.app-view .dashboard-view .model-editor.order-editor h4 ul li.selected span,.app-view .dashboard-view .model-editor.subscription-editor h4 ul li.selected span{display:inline-block;color:#406de0;border-bottom:#406de0 2px solid;padding-bottom:2px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:first-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul li:first-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul li:first-child,.app-view .dashboard-view .model-editor.order-editor h4 ul li:first-child{margin-left:0;padding-left:0}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions,.app-view .dashboard-view .model-editor.order-editor .section-global-actions{margin:8px 0 0;padding:8px 0 0;text-align:right}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li{list-style:none;margin-bottom:4px;font-size:13px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions,.app-view .dashboard-view .model-editor.order-editor .section-local-actions{margin:8px 0 0;padding:0}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li.unregister-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li.unregister-transaction span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li.unregister-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li.unregister-transaction span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li.unregister-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li.unregister-transaction span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li.unregister-transaction,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li.unregister-transaction span{color:#da3a34!important}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li.unregister-transaction span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li.unregister-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li.unregister-transaction span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li.unregister-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li.unregister-transaction span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li.unregister-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li.unregister-transaction span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li.unregister-transaction:hover{color:#cf2c26!important}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li.unregister-transaction span svg,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li.unregister-transaction span svg,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li.unregister-transaction span svg,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li.unregister-transaction span svg{fill:#da3a34!important}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li.unregister-transaction span:hover svg,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li.unregister-transaction span:hover svg,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li.unregister-transaction span:hover svg,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li.unregister-transaction span:hover svg{fill:#cf2c26!important}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillment-status,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refund-status,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-status,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillment-status,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refund-status,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-status,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillment-status,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refund-status,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-status,.app-view .dashboard-view .model-editor.order-editor .order-fulfillment-status,.app-view .dashboard-view .model-editor.order-editor .order-refund-status,.app-view .dashboard-view .model-editor.order-editor .order-status{list-style:none;float:left;display:inline-block;margin-bottom:6px;margin-right:6px;padding:8px 12px;max-width:110px;border:#bbb 1px solid;border-radius:4px;text-align:center;font-size:13px;color:#666}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-master .order-status[data-status=done],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-master .order-status[data-status=done],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-master .order-status[data-status=done],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-master .order-status[data-status=done]{border-color:#41960f;color:#41960f}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-master .order-status[data-status=done] .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-master .order-status[data-status=done] .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-master .order-status[data-status=done] .iconic,.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-master .order-status[data-status=done] .iconic{fill:#41960f;width:13px;height:13px;position:relative;top:3px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-master .order-status[data-status=over-paid],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-master .order-status[data-status=over-refunded],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-master .order-status[data-status=under-paid],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-master .order-status[data-status=over-paid],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-master .order-status[data-status=over-refunded],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-master .order-status[data-status=under-paid],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-master .order-status[data-status=over-paid],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-master .order-status[data-status=over-refunded],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-master .order-status[data-status=under-paid],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-master .order-status[data-status=over-paid],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-master .order-status[data-status=over-refunded],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-master .order-status[data-status=under-paid]{border-color:#da3a34;color:#da3a34}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-master .order-status[data-status=refund-pending],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-all-pending],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-partially-pending],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-preparing],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-master .order-status[data-status=under-refunded],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-master .order-status[data-status=refund-pending],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-all-pending],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-partially-pending],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-preparing],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-master .order-status[data-status=under-refunded],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-master .order-status[data-status=refund-pending],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-all-pending],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-partially-pending],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-preparing],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-master .order-status[data-status=under-refunded],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-master .order-status[data-status=refund-pending],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-master .order-status[data-status=shipping-all-pending],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-master .order-status[data-status=shipping-partially-pending],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-master .order-status[data-status=shipping-preparing],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-master .order-status[data-status=under-refunded]{border-color:#f6ad3b;color:#f6ad3b}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-master .order-status[data-status=paid],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-master .order-status[data-status=partially-refunded],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-master .order-status[data-status=refunded],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-all-arrived],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-all-shipped],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-partially-shipped],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-received],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-master .order-status[data-status=paid],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-master .order-status[data-status=partially-refunded],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-master .order-status[data-status=refunded],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-all-arrived],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-all-shipped],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-partially-shipped],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-received],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-master .order-status[data-status=paid],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-master .order-status[data-status=partially-refunded],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-master .order-status[data-status=refunded],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-all-arrived],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-all-shipped],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-partially-shipped],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-master .order-status[data-status=shipping-received],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-master .order-status[data-status=paid],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-master .order-status[data-status=partially-refunded],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-master .order-status[data-status=refunded],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-master .order-status[data-status=shipping-all-arrived],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-master .order-status[data-status=shipping-all-shipped],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-master .order-status[data-status=shipping-partially-shipped],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-master .order-status[data-status=shipping-received]{border-color:#41960f;color:#41960f}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-vendor .order-status[data-status=over-paid],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-vendor .order-status[data-status=over-refunded],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-vendor .order-status[data-status=under-paid],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-vendor .order-status[data-status=over-paid],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-vendor .order-status[data-status=over-refunded],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-vendor .order-status[data-status=under-paid],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-vendor .order-status[data-status=over-paid],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-vendor .order-status[data-status=over-refunded],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-vendor .order-status[data-status=under-paid],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-vendor .order-status[data-status=over-paid],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-vendor .order-status[data-status=over-refunded],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-vendor .order-status[data-status=under-paid]{border-color:#da3a34;color:#da3a34}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-vendor .order-status[data-status=refund-in-progress],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-vendor .order-status[data-status=refund-pending],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-all-pending],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-partially-pending],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-preparing],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-vendor .order-status[data-status=refund-in-progress],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-vendor .order-status[data-status=refund-pending],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-all-pending],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-partially-pending],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-preparing],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-vendor .order-status[data-status=refund-in-progress],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-vendor .order-status[data-status=refund-pending],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-all-pending],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-partially-pending],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-preparing],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-vendor .order-status[data-status=refund-in-progress],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-vendor .order-status[data-status=refund-pending],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-vendor .order-status[data-status=shipping-all-pending],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-vendor .order-status[data-status=shipping-partially-pending],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-vendor .order-status[data-status=shipping-preparing]{border-color:#f6ad3b;color:#f6ad3b}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillment-status[data-status=arrived],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillment-status[data-status=shipped],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refund-status[data-status=accepted],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-vendor .order-status[data-status=paid],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-vendor .order-status[data-status=partially-refunded],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-vendor .order-status[data-status=refund-refunded],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-vendor .order-status[data-status=refunded],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-all-arrived],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-all-shipped],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-partially-shipped],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-received],.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-statuses .order-statuses-vendor .order-status[data-status=under-refunded],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillment-status[data-status=arrived],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillment-status[data-status=shipped],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refund-status[data-status=accepted],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-vendor .order-status[data-status=paid],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-vendor .order-status[data-status=partially-refunded],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-vendor .order-status[data-status=refund-refunded],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-vendor .order-status[data-status=refunded],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-all-arrived],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-all-shipped],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-partially-shipped],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-received],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-statuses .order-statuses-vendor .order-status[data-status=under-refunded],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillment-status[data-status=arrived],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillment-status[data-status=shipped],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refund-status[data-status=accepted],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-vendor .order-status[data-status=paid],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-vendor .order-status[data-status=partially-refunded],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-vendor .order-status[data-status=refund-refunded],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-vendor .order-status[data-status=refunded],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-all-arrived],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-all-shipped],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-partially-shipped],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-vendor .order-status[data-status=shipping-received],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-statuses .order-statuses-vendor .order-status[data-status=under-refunded],.app-view .dashboard-view .model-editor.order-editor .order-fulfillment-status[data-status=arrived],.app-view .dashboard-view .model-editor.order-editor .order-fulfillment-status[data-status=shipped],.app-view .dashboard-view .model-editor.order-editor .order-refund-status[data-status=accepted],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-vendor .order-status[data-status=paid],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-vendor .order-status[data-status=partially-refunded],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-vendor .order-status[data-status=refund-refunded],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-vendor .order-status[data-status=refunded],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-vendor .order-status[data-status=shipping-all-arrived],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-vendor .order-status[data-status=shipping-all-shipped],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-vendor .order-status[data-status=shipping-partially-shipped],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-vendor .order-status[data-status=shipping-received],.app-view .dashboard-view .model-editor.order-editor .order-statuses .order-statuses-vendor .order-status[data-status=under-refunded]{border-color:#41960f;color:#41960f}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refund-status[data-status=cancelled],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refund-status[data-status=cancelled],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refund-status[data-status=cancelled],.app-view .dashboard-view .model-editor.order-editor .order-refund-status[data-status=cancelled]{border-color:#da3a34;color:#da3a34}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr th,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr th,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr th,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr th,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr th,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr th{padding-bottom:4px;padding-right:12px;text-align:left;font-weight:500}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr th,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr th,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr th,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr th,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr th,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr th,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr th{color:#9c9c9c}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr th:after,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr th:after,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr th:after,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr th:after,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr th:after,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr th:after,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr th:after,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr th:after,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr th:after,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr th:after,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr th:after,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr th:after,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr th:after,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr th:after,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr th:after,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr th:after,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr th:after,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr th:after,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr th:after,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr th:after,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr th:after,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr th:after,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr th:after,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr th:after,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr th:after,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr th:after,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr th:after,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr th:after,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr th:after,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr th:after,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr th:after,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr th:after{content:':'}.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.custom-configuration .order-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.email-configuration .order-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.order-editor .order-address-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.order-editor .order-customer-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.order-editor .order-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.order-editor .order-total-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.order-editor .order-transaction-total-info table tbody tr td .write-memo,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.order-editor .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.order-editor .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.order-editor .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.custom-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.email-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.order-editor .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.order-editor .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.order-editor .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.custom-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.email-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-transaction-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td a,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td a,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td a,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td a,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .model-editor.order-editor .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .model-editor.order-editor .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-editor.custom-configuration .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-editor.email-configuration .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-editor.email-configuration .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td a,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-transaction-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td a,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td a,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td a,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td a,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .model-editor.order-editor .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .model-editor.order-editor .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-editor.email-configuration .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-editor.email-configuration .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td a,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.order-editor .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.order-editor .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.order-editor .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.order-editor .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.order-editor .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.email-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.email-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.email-configuration .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.email-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.email-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-transaction-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td a,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td a,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td a,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td a,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .model-editor.order-editor .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .model-editor.order-editor .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-editor.custom-configuration .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td a,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.order-editor .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.order-editor .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.order-editor .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.order-editor .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.order-editor .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.custom-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.custom-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.custom-configuration .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.custom-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.custom-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.order-editor .order-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.order-editor .order-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.order-editor .order-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.order-editor .order-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.order-editor .order-transaction-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.custom-configuration .order-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.custom-configuration .order-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.custom-configuration .order-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.custom-configuration .order-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.email-configuration .order-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.email-configuration .order-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.email-configuration .order-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.email-configuration .order-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.email-configuration .order-transaction-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.order-editor .order-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.order-editor .order-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.order-editor .order-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.order-editor .order-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.order-editor .order-transaction-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.custom-configuration .order-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.custom-configuration .order-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.custom-configuration .order-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.custom-configuration .order-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.email-configuration .order-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.email-configuration .order-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.email-configuration .order-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.email-configuration .order-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.email-configuration .order-transaction-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.order-editor .order-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.order-editor .order-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.order-editor .order-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.order-editor .order-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.order-editor .order-transaction-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.custom-configuration .order-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.custom-configuration .order-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.custom-configuration .order-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.custom-configuration .order-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.email-configuration .order-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.email-configuration .order-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.email-configuration .order-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.email-configuration .order-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.email-configuration .order-transaction-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.custom-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.custom-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.order-editor .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.order-editor .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.order-editor .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.order-editor .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.order-editor .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.custom-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.custom-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.custom-configuration .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.custom-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.custom-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.email-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.email-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.email-configuration .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.email-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.email-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.email-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.email-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.email-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.email-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.email-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.email-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.order-editor .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.order-editor .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.order-editor .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.order-editor .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.order-editor .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.custom-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.custom-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.custom-configuration .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.custom-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.custom-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.email-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.email-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.email-configuration .order-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.email-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.email-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-transaction-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-transaction-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-transaction-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-transaction-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-transaction-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-transaction-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.custom-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.email-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .model-editor.order-editor .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .model-editor.order-editor .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .model-editor.order-editor .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-address-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-customer-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-total-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-transaction-total-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-transaction-total-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td a,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td a,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td a,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td a,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .message-channels .order-editor.email-configuration .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.custom-configuration .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.email-configuration .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.email-configuration .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.custom-configuration .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.email-configuration .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.email-configuration .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.email-configuration .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td a,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td h4 ul li,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.custom-configuration .order-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.email-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.email-configuration .order-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.email-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-address-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-customer-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-total-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.custom-configuration .order-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.email-configuration .order-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.order-editor .order-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.order-editor .order-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.order-editor .order-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.order-editor .order-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.order-editor .order-transaction-total-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .model-editor.order-editor .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .model-editor.order-editor .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .model-editor.order-editor .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .model-editor.order-editor .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .model-editor.order-editor .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .model-editor.order-editor .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .model-editor.order-editor .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .model-editor.order-editor .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.custom-configuration .order-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.email-configuration .order-address-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.email-configuration .order-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.email-configuration .order-total-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .model-editor.order-editor .order-address-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .model-editor.order-editor .order-customer-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .model-editor.order-editor .order-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .model-editor.order-editor .order-total-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .model-editor.order-editor .order-transaction-total-info table tbody tr td li,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.custom-configuration .order-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.email-configuration .order-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.order-editor .order-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.order-editor .order-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.order-editor .order-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.order-editor .order-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.order-editor .order-transaction-total-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.custom-configuration .order-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.email-configuration .order-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.custom-configuration .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.email-configuration .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.email-configuration .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.email-configuration .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.order-editor .order-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.order-editor .order-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.order-editor .order-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.order-editor .order-total-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.custom-configuration .order-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.email-configuration .order-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.order-editor .order-address-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.order-editor .order-customer-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.order-editor .order-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.order-editor .order-total-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.order-editor .order-transaction-total-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-address-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-address-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-customer-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-customer-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-total-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-total-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-address-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-address-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-customer-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-customer-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-total-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-total-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .remove-app,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-address-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-address-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-customer-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-customer-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-total-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-total-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .remove-plan{color:inherit}.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.custom-configuration .order-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.email-configuration .order-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.order-editor .order-address-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.order-editor .order-customer-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.order-editor .order-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.order-editor .order-total-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.order-editor .order-transaction-total-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.order-editor .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.order-editor .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.order-editor .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.custom-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.email-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.order-editor .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.order-editor .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.order-editor .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.custom-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.email-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-transaction-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .model-editor.order-editor .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .model-editor.order-editor .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-editor.custom-configuration .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-editor.email-configuration .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-editor.email-configuration .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-transaction-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .model-editor.order-editor .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .model-editor.order-editor .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-editor.email-configuration .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-editor.email-configuration .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.order-editor .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.order-editor .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.order-editor .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.order-editor .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.order-editor .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.email-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.email-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.email-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.email-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.email-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-transaction-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-address-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-total-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .model-editor.order-editor .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .model-editor.order-editor .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-editor.custom-configuration .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.order-editor .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.order-editor .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.order-editor .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.order-editor .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.order-editor .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.custom-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.custom-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.custom-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.custom-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.custom-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.order-editor .order-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.order-editor .order-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.order-editor .order-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.order-editor .order-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.order-editor .order-transaction-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.custom-configuration .order-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.custom-configuration .order-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.custom-configuration .order-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.custom-configuration .order-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.email-configuration .order-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.email-configuration .order-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.email-configuration .order-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.email-configuration .order-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.email-configuration .order-transaction-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.order-editor .order-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.order-editor .order-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.order-editor .order-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.order-editor .order-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.order-editor .order-transaction-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.custom-configuration .order-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.custom-configuration .order-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.custom-configuration .order-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.custom-configuration .order-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.email-configuration .order-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.email-configuration .order-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.email-configuration .order-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.email-configuration .order-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.email-configuration .order-transaction-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.order-editor .order-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.order-editor .order-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.order-editor .order-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.order-editor .order-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.order-editor .order-transaction-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.custom-configuration .order-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.custom-configuration .order-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.custom-configuration .order-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.custom-configuration .order-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.email-configuration .order-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.email-configuration .order-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.email-configuration .order-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.email-configuration .order-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.email-configuration .order-transaction-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.custom-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.custom-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.order-editor .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.order-editor .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.order-editor .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.order-editor .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.order-editor .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.custom-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.custom-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.custom-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.custom-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.custom-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.email-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.email-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.email-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.email-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.email-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.email-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.email-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.email-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.email-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.email-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.email-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.email-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.email-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.order-editor .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.order-editor .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.order-editor .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.order-editor .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.order-editor .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.custom-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.custom-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.custom-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.custom-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.custom-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.email-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.email-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.email-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.email-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.email-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-transaction-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-transaction-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-transaction-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-transaction-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-transaction-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-transaction-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.custom-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.email-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .model-editor.order-editor .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .model-editor.order-editor .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .model-editor.order-editor .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-transaction-total-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-transaction-total-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td a:hover,.app-view .dashboard-view .model-editor.order-editor .order-address-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td a:hover,.app-view .dashboard-view .model-editor.order-editor .order-customer-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td a:hover,.app-view .dashboard-view .model-editor.order-editor .order-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.email-configuration .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-transaction-total-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td a:hover,.app-view .dashboard-view .model-editor.order-editor .order-total-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .message-channels .order-editor.email-configuration .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.custom-configuration .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.email-configuration .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.email-configuration .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.custom-configuration .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.email-configuration .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.email-configuration .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.email-configuration .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td a:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-total-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.custom-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.email-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.email-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.email-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.custom-configuration .order-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.email-configuration .order-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.order-editor .order-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.order-editor .order-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.order-editor .order-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.order-editor .order-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.order-editor .order-transaction-total-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-transaction-total-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .model-editor.order-editor .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .model-editor.order-editor .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .model-editor.order-editor .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .model-editor.order-editor .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .model-editor.order-editor .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .model-editor.order-editor .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .model-editor.order-editor .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .model-editor.order-editor .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .model-editor.order-editor .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-transaction-total-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.custom-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.email-configuration .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.email-configuration .order-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.email-configuration .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .model-editor.order-editor .order-address-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .model-editor.order-editor .order-customer-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .model-editor.order-editor .order-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .model-editor.order-editor .order-total-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .model-editor.order-editor .order-transaction-total-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.custom-configuration .order-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.email-configuration .order-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.order-editor .order-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.order-editor .order-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.order-editor .order-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.order-editor .order-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.order-editor .order-transaction-total-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.custom-configuration .order-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.email-configuration .order-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.custom-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.email-configuration .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.email-configuration .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.email-configuration .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.order-editor .order-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.order-editor .order-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.order-editor .order-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.order-editor .order-total-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.custom-configuration .order-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.email-configuration .order-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.order-editor .order-address-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.order-editor .order-customer-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.order-editor .order-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.order-editor .order-total-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.order-editor .order-transaction-total-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-address-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-address-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-customer-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-customer-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-total-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-total-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-address-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-address-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-customer-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-customer-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-total-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-total-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-address-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-total-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-total-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-address-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-customer-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-total-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-transaction-total-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-address-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-customer-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-total-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-transaction-total-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-address-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-address-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-customer-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-customer-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-total-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-total-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-transaction-total-info table tbody tr td .remove-plan:hover{text-decoration:underline}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info{float:right;width:49%;margin-left:2%;text-align:left}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-statuses,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-statuses,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-statuses,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-statuses{float:left;margin:0;padding:0}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .model-selector .select-model,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .model-selector .select-model,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .model-selector .select-model,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .model-selector .select-model{display:block;clear:both;margin-top:4px;width:240px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .model-selector .clayful-tag,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .model-selector .clayful-tag,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .model-selector .clayful-tag,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .model-selector .clayful-tag{background:0 0;color:#406de0}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .model-selector .clayful-tag .remove-tag .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .model-selector .clayful-tag .remove-tag .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .model-selector .clayful-tag .remove-tag .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .model-selector .clayful-tag .remove-tag .iconic,.app-view .dashboard-view .product-form-setting .item-wrap.selected .icon-box svg,.app-view .dashboard-view .product-form-setting .item-wrap:hover .icon-box svg{fill:#406de0}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .model-selector .clayful-tag>span>span:before,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .model-selector .clayful-tag>span>span:before,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .model-selector .clayful-tag>span>span:before,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .model-selector .clayful-tag>span>span:before{content:'#'}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions{margin:18px 0;padding-top:18px;border-top:#eee 1px dotted}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li{list-style:none;margin:0 0 10px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-info,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-info,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-info,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-info{width:49%;float:left}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-info .order-total-amount ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-info .order-total-amount ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-info .order-total-amount ul li,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-info .order-total-amount ul li{list-style:none;display:inline-block;text-decoration:underline}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-info .order-total-amount ul li:nth-child(2):before,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-info .order-total-amount ul li:nth-child(2):before,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-info .order-total-amount ul li:nth-child(2):before,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-info .order-total-amount ul li:nth-child(2):before{content:'–'}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-info .order-notifications,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-info .order-notifications,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-info .order-notifications,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-info .order-notifications{margin-top:12px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-info .order-notifications ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-info .order-notifications ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-info .order-notifications ul li,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-info .order-notifications ul li{list-style:none;margin:6px 0;font-size:13px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-info .order-notifications ul li .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-info .order-notifications ul li .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-info .order-notifications ul li .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-info .order-notifications ul li .iconic{position:relative;top:2px;width:13px;height:13px;margin-right:3px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-info .order-notifications ul li[data-type=warning],.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-info .order-notifications ul li[data-type=warning],.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-info .order-notifications ul li[data-type=warning],.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-info .order-notifications ul li[data-type=warning]{color:#da3a34}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-info .order-notifications ul li[data-type=warning] .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-info .order-notifications ul li[data-type=warning] .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-info .order-notifications ul li[data-type=warning] .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-info .order-notifications ul li[data-type=warning] .iconic{fill:#da3a34}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-info .order-cancellation,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-info .order-request,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-info .order-cancellation,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-info .order-request,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-info .order-cancellation,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-info .order-request,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-info .order-cancellation,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-info .order-request{margin:18px 0}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-info .order-cancellation>div,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-info .order-request>div,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-info .order-cancellation>div,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-info .order-request>div,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-info .order-cancellation>div,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-info .order-request>div,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-info .subscription-cancellation>div,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-info .subscription-request>div,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-info .subscription-cancellation>div,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-info .subscription-request>div,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-info .subscription-cancellation>div,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-info .subscription-request>div,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-info .order-cancellation>div,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-info .order-request>div,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-info .subscription-cancellation>div,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-info .subscription-request>div{color:#777}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-info .order-cancellation+.order-request,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-info .order-cancellation+.order-request,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-info .order-cancellation+.order-request,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-info .order-cancellation+.order-request{margin-top:24px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-info .order-request .subscription-request,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-info .order-request .subscription-request,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-info .order-request .subscription-request,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-info .order-request .subscription-request{display:inline-block;margin-bottom:8px;font-size:12px;color:#b7b7b7}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info{margin-top:32px;margin-bottom:40px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info{width:49%;float:left}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction{font-size:13px;font-weight:500;float:right}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction svg,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction svg,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction svg,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction svg,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction svg,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction svg,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction svg,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction svg{width:12px;height:12px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-tax-detail .data-label .tax-key-path:after,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-tax-detail .data-label .tax-key-path:after,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-tax-detail .data-label .tax-key-path:after,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-tax-detail .data-label .tax-key-path:after{content:'/';margin-right:2px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-tax-detail .data-label .tax-key-path:last-child:after,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-tax-detail .data-label .tax-key-path:last-child:after,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-tax-detail .data-label .tax-key-path:last-child:after,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-tax-detail .data-label .tax-key-path:last-child:after{display:none}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info{margin-left:2%}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .transaction-vbank,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .transaction-vbank,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .transaction-vbank,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .transaction-vbank{margin-top:6px;padding-top:6px;border-top:#dfdfdf 1px dotted}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-and-addresses,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-and-addresses,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-and-addresses,.app-view .dashboard-view .model-editor.order-editor .order-customer-and-addresses{margin-top:24px;margin-bottom:32px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-and-addresses .order-address-info,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-and-addresses .order-customer-info,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-and-addresses .order-address-info,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-and-addresses .order-customer-info,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-and-addresses .order-address-info,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-and-addresses .order-customer-info,.app-view .dashboard-view .model-editor.order-editor .order-customer-and-addresses .order-address-info,.app-view .dashboard-view .model-editor.order-editor .order-customer-and-addresses .order-customer-info{width:49%;float:left}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-and-addresses .order-customer-info .customer-groups ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-and-addresses .order-customer-info .customer-groups ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-and-addresses .order-customer-info .customer-groups ul li,.app-view .dashboard-view .model-editor.order-editor .order-customer-and-addresses .order-customer-info .customer-groups ul li{list-style:none;display:inline-block;text-decoration:underline}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-and-addresses .order-customer-info .customer-groups ul li:after,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-and-addresses .order-customer-info .customer-groups ul li:after,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-and-addresses .order-customer-info .customer-groups ul li:after,.app-view .dashboard-view .model-editor.order-editor .order-customer-and-addresses .order-customer-info .customer-groups ul li:after{content:',';margin-right:4px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-and-addresses .order-customer-info .customer-groups ul li:last-child:after,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-and-addresses .order-customer-info .customer-groups ul li:last-child:after,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-and-addresses .order-customer-info .customer-groups ul li:last-child:after,.app-view .dashboard-view .model-editor.order-editor .order-customer-and-addresses .order-customer-info .customer-groups ul li:last-child:after{content:'';margin-right:0}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-customer-and-addresses .order-address-info,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-customer-and-addresses .order-address-info,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-customer-and-addresses .order-address-info,.app-view .dashboard-view .model-editor.order-editor .order-customer-and-addresses .order-address-info{margin-left:2%}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments,.app-view .dashboard-view .message-channels .variant-editor .bizm-kakao-sms-configuration,.app-view .dashboard-view .message-channels .variant-editor .custom-configuration,.app-view .dashboard-view .message-channels .variant-editor .email-configuration,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments,.app-view .dashboard-view .model-editor.order-editor .order-items,.app-view .dashboard-view .model-editor.order-editor .order-refunds,.app-view .dashboard-view .model-editor.order-editor .order-shipments,.app-view .dashboard-view .variant-editor .message-channels .bizm-kakao-sms-configuration,.app-view .dashboard-view .variant-editor .message-channels .custom-configuration,.app-view .dashboard-view .variant-editor .message-channels .email-configuration,.app-view .dashboard-view .variant-editor .model-editor{width:100%}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments thead tr th,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items thead tr th,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds thead tr th,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments thead tr th,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments thead tr th,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items thead tr th,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds thead tr th,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments thead tr th,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments thead tr th,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items thead tr th,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds thead tr th,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments thead tr th,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments thead tr th,.app-view .dashboard-view .model-editor.order-editor .order-items thead tr th,.app-view .dashboard-view .model-editor.order-editor .order-refunds thead tr th,.app-view .dashboard-view .model-editor.order-editor .order-shipments thead tr th{padding-bottom:14px;text-align:left;font-size:16px;font-weight:300}.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.order-editor .order-items td :not(.order-entity-actions) .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .write-memo,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) a,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) a,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) a,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) a,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) h4 ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) a,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) a,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) a,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) a,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) h4 ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.order-editor .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.order-editor .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.order-editor .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.email-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) a,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) a,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) a,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) a,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) h4 ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.order-editor .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.order-editor .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.order-editor .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.custom-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.order-editor .order-items td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.email-configuration .order-items td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.order-editor .order-items td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.email-configuration .order-items td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.order-editor .order-items td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.email-configuration .order-items td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.order-editor .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.order-editor .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.order-editor .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.custom-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.email-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.order-editor .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.order-editor .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.order-editor .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.custom-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.email-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-items td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-items td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-items td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-items td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-items td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-items td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-items td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-items td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) a,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) a,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) a,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .section-global-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .section-local-actions li span,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) a,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) h4 ul li,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-fulfillments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-items td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-refunds td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-shipments td :not(.order-entity-actions) span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.order-editor .order-items td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .edit-metafields,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .show-operations,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .model-editor.order-editor .order-items td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .model-editor.order-editor .order-refunds td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .model-editor.order-editor .order-shipments td :not(.order-entity-actions) li,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.order-editor .order-items td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.order-editor .order-items td :not(.order-entity-actions) .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .edit-fulfillment-company,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .remove-shipping-carrier,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .remove-app,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .remove-plan{color:inherit}.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.order-editor .order-items td :not(.order-entity-actions) .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .write-memo:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) a:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) a:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) a:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) a:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) a:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) a:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) a:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) a:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.order-editor .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.order-editor .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.order-editor .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.email-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) a:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) a:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) a:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) a:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) h4 ul li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.order-editor .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.order-editor .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.order-editor .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.custom-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.order-editor .order-items td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.email-configuration .order-items td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.order-editor .order-items td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.email-configuration .order-items td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.order-editor .order-items td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.email-configuration .order-items td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.order-editor .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.order-editor .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.order-editor .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.order-editor .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.custom-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.email-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.email-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.order-editor .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.order-editor .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.order-editor .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.custom-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.email-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-items td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-items td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-items td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-items td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-items td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-items td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-items td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-items td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) a:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) a:hover,.app-view .dashboard-view .model-editor.order-editor .order-items td :not(.order-entity-actions) h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-shipments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) a:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds td :not(.order-entity-actions) h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-fulfillments td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-items td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-refunds td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li td :not(.order-entity-actions) .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) a:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments td :not(.order-entity-actions) h4 ul li:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-fulfillments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-items td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-refunds td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-shipments td :not(.order-entity-actions) span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.order-editor .order-items td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .edit-metafields:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-items td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .model-editor.order-editor .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-items td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .model-editor.order-editor .order-items td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .model-editor.order-editor .order-refunds td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .model-editor.order-editor .order-shipments td :not(.order-entity-actions) li:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.order-editor .order-items td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.order-editor .order-items td :not(.order-entity-actions) .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .edit-fulfillment-company:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .remove-shipping-carrier:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .remove-app:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td :not(.order-entity-actions) .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td :not(.order-entity-actions) .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td :not(.order-entity-actions) .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td :not(.order-entity-actions) .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-fulfillments td :not(.order-entity-actions) .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-items td :not(.order-entity-actions) .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-refunds td :not(.order-entity-actions) .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.custom-configuration .order-shipments td :not(.order-entity-actions) .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-fulfillments td :not(.order-entity-actions) .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-items td :not(.order-entity-actions) .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-refunds td :not(.order-entity-actions) .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .order-editor.email-configuration .order-shipments td :not(.order-entity-actions) .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-fulfillments td :not(.order-entity-actions) .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-items td :not(.order-entity-actions) .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-refunds td :not(.order-entity-actions) .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.order-editor .order-shipments td :not(.order-entity-actions) .remove-plan:hover{text-decoration:underline}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-label,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-label,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-label,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-label,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-label,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-label,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-label,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-label,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-label,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-label,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-label,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-label,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-label,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-label,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-label,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-label{color:#9c9c9c}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-label:after,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-label:after,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-label:after,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-label:after,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-label:after,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-label:after,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-label:after,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-label:after,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-label:after,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-label:after,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-label:after,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-label:after,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-label:after,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-label:after,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-label:after,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-label:after{content:':';margin-right:4px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .bundle-item h5.order-item-name:before,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .bundle-item h5.order-item-name:before,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .bundle-item h5.order-item-name:before,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .bundle-item h5.order-item-name:before,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .bundle-item h5.order-item-name:before,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .bundle-item h5.order-item-name:before,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .bundle-item h5.order-item-name:before,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .bundle-item h5.order-item-name:before,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .bundle-item h5.order-item-name:before,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .bundle-item h5.order-item-name:before,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .bundle-item h5.order-item-name:before,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .bundle-item h5.order-item-name:before,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-item.bundle-item h5.order-item-name:before,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-item.bundle-item h5.order-item-name:before,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-item.bundle-item h5.order-item-name:before,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .bundle-item h5.order-item-name:before,.app-view .dashboard-view .model-editor.order-editor .order-items .bundle-item h5.order-item-name:before,.app-view .dashboard-view .model-editor.order-editor .order-refunds .bundle-item h5.order-item-name:before,.app-view .dashboard-view .model-editor.order-editor .order-shipments .bundle-item h5.order-item-name:before,.app-view .dashboard-view .model-editor.subscription-editor .order-items .order-item.bundle-item h5.order-item-name:before,.app-view .dashboard-view .order-refund-editor .refund-items .bundle-item h5.order-item-name:before,.app-view .dashboard-view .order-refund-editor .refund-shipments .bundle-item h5.order-item-name:before{content:'↪';margin-right:6px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td,.app-view .dashboard-view .model-editor.order-editor .order-items td,.app-view .dashboard-view .model-editor.order-editor .order-refunds td,.app-view .dashboard-view .model-editor.order-editor .order-shipments td{padding:12px 0;border-top:#eee 1px solid}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td.order-item-name,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td.order-item-name,.app-view .dashboard-view .model-editor.order-editor .order-items td.order-item-name,.app-view .dashboard-view .model-editor.order-editor .order-refunds td.order-item-name,.app-view .dashboard-view .model-editor.order-editor .order-shipments td.order-item-name,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items td.order-item-name{vertical-align:top}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td.order-fulfillment-items,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td.order-refund-items,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments td.order-shipment-items,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td.order-fulfillment-items,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td.order-refund-items,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items td.order-shipment-items,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td.order-fulfillment-items,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td.order-refund-items,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds td.order-shipment-items,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td.order-fulfillment-items,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td.order-refund-items,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments td.order-shipment-items,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td.order-fulfillment-items,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td.order-refund-items,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments td.order-shipment-items,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td.order-fulfillment-items,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td.order-refund-items,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items td.order-shipment-items,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td.order-fulfillment-items,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td.order-refund-items,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds td.order-shipment-items,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td.order-fulfillment-items,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td.order-refund-items,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments td.order-shipment-items,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td.order-fulfillment-items,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td.order-refund-items,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments td.order-shipment-items,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td.order-fulfillment-items,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td.order-refund-items,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items td.order-shipment-items,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td.order-fulfillment-items,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td.order-refund-items,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds td.order-shipment-items,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td.order-fulfillment-items,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td.order-item-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td.order-refund-items,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments td.order-shipment-items,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td.order-fulfillment-items,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td.order-item-name,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td.order-refund-items,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments td.order-shipment-items,.app-view .dashboard-view .model-editor.order-editor .order-items td.order-fulfillment-items,.app-view .dashboard-view .model-editor.order-editor .order-items td.order-item-name,.app-view .dashboard-view .model-editor.order-editor .order-items td.order-refund-items,.app-view .dashboard-view .model-editor.order-editor .order-items td.order-shipment-items,.app-view .dashboard-view .model-editor.order-editor .order-refunds td.order-fulfillment-items,.app-view .dashboard-view .model-editor.order-editor .order-refunds td.order-item-name,.app-view .dashboard-view .model-editor.order-editor .order-refunds td.order-refund-items,.app-view .dashboard-view .model-editor.order-editor .order-refunds td.order-shipment-items,.app-view .dashboard-view .model-editor.order-editor .order-shipments td.order-fulfillment-items,.app-view .dashboard-view .model-editor.order-editor .order-shipments td.order-item-name,.app-view .dashboard-view .model-editor.order-editor .order-shipments td.order-refund-items,.app-view .dashboard-view .model-editor.order-editor .order-shipments td.order-shipment-items{max-width:240px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-item-thumbnail-container,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-item-thumbnail-container,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-item-thumbnail-container,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-item-thumbnail-container,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-item-thumbnail-container,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-item-thumbnail-container,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-item-thumbnail-container,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-item-thumbnail-container,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-item-thumbnail-container,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-item-thumbnail-container,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-item-thumbnail-container,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-item-thumbnail-container,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-item-thumbnail-container,.app-view .dashboard-view .model-editor.order-editor .order-items .order-item-thumbnail-container,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-item-thumbnail-container,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-item-thumbnail-container{padding-right:14px;width:100px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-item-thumbnail-container img,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-item-thumbnail-container img,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-item-thumbnail-container img,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-item-thumbnail-container img,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-item-thumbnail-container img,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-item-thumbnail-container img,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-item-thumbnail-container img,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-item-thumbnail-container img,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-item-thumbnail-container img,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-item-thumbnail-container img,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-item-thumbnail-container img,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-item-thumbnail-container img,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-item-thumbnail-container img,.app-view .dashboard-view .model-editor.order-editor .order-items .order-item-thumbnail-container img,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-item-thumbnail-container img,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-item-thumbnail-container img{width:100px;height:auto}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .model-editor.order-editor .order-items .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-item-thumbnail-container img.order-item-thumbnail-placeholder{opacity:.5}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments h5.order-item-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items h5.order-item-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds h5.order-item-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments h5.order-item-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments h5.order-item-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items h5.order-item-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds h5.order-item-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments h5.order-item-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments h5.order-item-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items h5.order-item-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds h5.order-item-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments h5.order-item-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments h5.order-shipment-name,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments h5.order-item-name,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments h5.order-shipment-name,.app-view .dashboard-view .model-editor.order-editor .order-items h5.order-item-name,.app-view .dashboard-view .model-editor.order-editor .order-items h5.order-shipment-name,.app-view .dashboard-view .model-editor.order-editor .order-refunds h5.order-item-name,.app-view .dashboard-view .model-editor.order-editor .order-refunds h5.order-shipment-name,.app-view .dashboard-view .model-editor.order-editor .order-shipments h5.order-item-name,.app-view .dashboard-view .model-editor.order-editor .order-shipments h5.order-shipment-name{margin:0 0 6px;padding:0;font-size:15px;font-weight:600}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items h6.order-item-option,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items h6.order-item-option,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items h6.order-item-option,.app-view .dashboard-view .model-editor.order-editor .order-items h6.order-item-option{margin:0 0 6px;padding:0;font-size:13px;color:#666}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items h6.order-shipment-type,.app-view .dashboard-view .model-editor.order-editor .order-items h6.order-shipment-type{padding:0;font-size:13px;color:#666}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments h6.order-item-option,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments h6.order-item-option,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments h6.order-item-option,.app-view .dashboard-view .model-editor.order-editor .order-shipments h6.order-item-option{margin:0 0 6px;padding:0;font-size:13px;color:#666}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments h6.order-shipment-type,.app-view .dashboard-view .model-editor.order-editor .order-shipments h6.order-shipment-type{padding:0;font-size:13px;color:#666}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments h6.order-item-option,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments h6.order-item-option,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments h6.order-item-option,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments h6.order-item-option{margin:0 0 6px;padding:0;font-size:13px;color:#666}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments h6.order-shipment-type,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments h6.order-shipment-type{padding:0;font-size:13px;color:#666}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds h6.order-item-option,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds h6.order-item-option,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds h6.order-item-option,.app-view .dashboard-view .model-editor.order-editor .order-refunds h6.order-item-option{margin:0 0 6px;padding:0;font-size:13px;color:#666}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds h6.order-shipment-type,.app-view .dashboard-view .model-editor.order-editor .order-refunds h6.order-shipment-type{padding:0;font-size:13px;color:#666}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments h5.order-shipment-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments h6.order-shipment-type,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments h5.order-shipment-name,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments h6.order-shipment-type,.app-view .dashboard-view .model-editor.order-editor .order-items h5.order-shipment-name,.app-view .dashboard-view .model-editor.order-editor .order-items h6.order-shipment-type,.app-view .dashboard-view .model-editor.order-editor .order-refunds h5.order-shipment-name,.app-view .dashboard-view .model-editor.order-editor .order-refunds h6.order-shipment-type,.app-view .dashboard-view .model-editor.order-editor .order-shipments h5.order-shipment-name,.app-view .dashboard-view .model-editor.order-editor .order-shipments h6.order-shipment-type,.app-view .dashboard-view .store-front div.storefront-site-section div.field-input.right-align div.label-remove,.app-view .dashboard-view .store-front div.storefront-site-section div.field-input.right-align div.section-actions{display:inline-block}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds h6.order-shipment-type,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments h6.order-shipment-type,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments h6.order-shipment-type,.app-view .dashboard-view .model-editor.order-editor .order-items h6.order-shipment-type,.app-view .dashboard-view .model-editor.order-editor .order-refunds h6.order-shipment-type,.app-view .dashboard-view .model-editor.order-editor .order-shipments h6.order-shipment-type{margin:0 0 6px 4px}.app-view .dashboard-view .store-notification-editor .email-addresses li .iconic{margin-left:4px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-item-request,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-item-request,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-item-request,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-item-request,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-item-request,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-item-request,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-item-request,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-item-request,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-item-request,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-item-request,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-item-request,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-item-request,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-item-request,.app-view .dashboard-view .model-editor.order-editor .order-items .order-item-request,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-item-request,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-item-request{margin-top:4px;margin-bottom:0;font-size:13px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-detail ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-item-summary ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-detail ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-identity ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-detail ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-item-summary ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-detail ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-identity ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-detail ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-item-summary ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-detail ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-identity ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-detail ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-item-summary ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-detail ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-identity ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-detail ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-item-summary ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-detail ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-identity ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-detail ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-item-summary ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-detail ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-identity ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-detail ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-item-summary ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-detail ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-identity ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-detail ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-item-summary ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-detail ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-identity ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-detail ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-item-summary ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-detail ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-identity ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-detail ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-item-summary ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-detail ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-identity ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-detail ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-item-summary ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-detail ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-identity ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-detail ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-item-summary ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-detail ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-identity ul li,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-detail ul li,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-item-summary ul li,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-detail ul li,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-identity ul li,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-detail ul li,.app-view .dashboard-view .model-editor.order-editor .order-items .order-item-summary ul li,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-detail ul li,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-identity ul li,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-detail ul li,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-item-summary ul li,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-detail ul li,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-identity ul li,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-detail ul li,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-item-summary ul li,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-detail ul li,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-identity ul li{list-style:none;margin-bottom:2px;font-size:13.5px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items ul li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items ul li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items ul li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items ul li,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items ul li,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items ul li,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items ul li,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items ul li,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items ul li,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items ul li,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items ul li,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items ul li,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items ul li,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items ul li,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items ul li,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items ul li{list-style:none}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items>ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items>ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items>ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items>ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items>ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items>ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items>ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items>ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items>ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items>ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items>ul,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items>ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items>ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items>ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items>ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items>ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items>ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items>ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items>ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items>ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items>ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items>ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items>ul,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items>ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items>ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items>ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items>ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items>ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items>ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items>ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items>ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items>ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items>ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items>ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items>ul,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items>ul,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items>ul,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items>ul,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items>ul,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items>ul,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items>ul,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items>ul,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items>ul,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items>ul,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items>ul,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items>ul,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items>ul,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items>ul{padding-bottom:6px;margin-bottom:6px;border-bottom:#ddd 1px dotted}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items>ul:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items>ul:last-child,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items>ul:last-child,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items>ul:last-child,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items>ul:last-child,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items>ul:last-child,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items>ul:last-child,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items>ul:last-child,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items>ul:last-child,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items>ul:last-child,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items>ul:last-child,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items>ul:last-child,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items>ul:last-child,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items>ul:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items .order-shipment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items .order-fulfillment-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items .order-refund-item,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items .order-shipment-item,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items .order-fulfillment-item,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items .order-refund-item,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items .order-shipment-item,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items .order-fulfillment-item,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items .order-refund-item,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items .order-shipment-item,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items .order-fulfillment-item,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items .order-refund-item,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items .order-shipment-item,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items .order-fulfillment-item,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items .order-refund-item,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items .order-shipment-item,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items .order-fulfillment-item,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items .order-refund-item,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items .order-shipment-item,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items .order-fulfillment-item,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items .order-refund-item,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items .order-shipment-item,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items .order-fulfillment-item,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items .order-refund-item,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items .order-shipment-item,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items .order-fulfillment-item,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items .order-refund-item,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items .order-shipment-item,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items .order-fulfillment-item,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items .order-refund-item,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items .order-shipment-item,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items .order-fulfillment-item,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items .order-refund-item,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items .order-shipment-item,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items .order-fulfillment-item,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items .order-refund-item,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items .order-shipment-item,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items .order-fulfillment-item,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items .order-refund-item,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items .order-shipment-item,.app-view .dashboard-view .store-notification-editor .email-addresses li{margin-bottom:6px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items .order-shipment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items .order-refund-item:last-child,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items .order-shipment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items .order-refund-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items .order-shipment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items .order-fulfillment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items .order-refund-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items .order-shipment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items .order-refund-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items .order-shipment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items .order-refund-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items .order-shipment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items .order-fulfillment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items .order-refund-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items .order-shipment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items .order-refund-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items .order-shipment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items .order-refund-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items .order-shipment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items .order-fulfillment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items .order-refund-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items .order-shipment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items .order-refund-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items .order-shipment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items .order-refund-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items .order-shipment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items .order-fulfillment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items .order-refund-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items .order-shipment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items .order-fulfillment-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items .order-refund-item:last-child,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items .order-shipment-item:last-child,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li input.company-bank-info:last-child,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li input.company-bank-info:last-child,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li input.company-bank-info:last-child,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li input.company-bank-info:last-child,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li input.company-bank-info:last-child,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li input.company-bank-info:last-child,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li input.company-bank-info:last-child,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li input.company-bank-info:last-child,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li input.company-bank-info:last-child,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li input.company-bank-info:last-child,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li input.company-bank-info:last-child,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li input.company-bank-info:last-child,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li input.company-bank-info:last-child,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li input.company-bank-info:last-child,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li input.company-bank-info:last-child{margin-bottom:0}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items .order-shipment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items .order-fulfillment-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items .order-refund-item-props,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items .order-shipment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items .order-fulfillment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items .order-refund-item-props,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items .order-shipment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items .order-fulfillment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items .order-refund-item-props,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items .order-shipment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items .order-fulfillment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items .order-refund-item-props,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items .order-shipment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items .order-fulfillment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items .order-refund-item-props,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items .order-shipment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items .order-fulfillment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items .order-refund-item-props,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items .order-shipment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items .order-fulfillment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items .order-refund-item-props,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items .order-shipment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items .order-fulfillment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items .order-refund-item-props,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items .order-shipment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items .order-fulfillment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items .order-refund-item-props,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items .order-shipment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items .order-fulfillment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items .order-refund-item-props,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items .order-shipment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items .order-fulfillment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items .order-refund-item-props,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items .order-shipment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items .order-fulfillment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items .order-refund-item-props,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items .order-shipment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items .order-fulfillment-item-props,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items .order-refund-item-props,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items .order-shipment-item-props{font-size:13px;margin-bottom:1px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items .order-fulfillment-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items .order-refund-item-props .item-product-name,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items .order-shipment-item-props .item-product-name{font-weight:700;margin-bottom:2px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items .order-refund-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items .order-refund-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items .order-refund-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items .order-refund-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items .order-fulfillment-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items .order-refund-item-props .info-mark,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items .order-shipment-item-props .info-mark{width:13px;height:13px;margin-left:1px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-fulfillment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-refund-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-shipment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-refund-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-shipment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-fulfillment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-refund-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-shipment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-fulfillment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-refund-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-shipment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-fulfillment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-refund-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-shipment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-fulfillment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-refund-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-shipment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-fulfillment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-refund-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-shipment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-fulfillment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-refund-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-shipment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-fulfillment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-refund-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-shipment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-fulfillment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-refund-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-shipment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-fulfillment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-refund-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-shipment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-fulfillment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-refund-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-shipment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-fulfillment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-refund-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-shipment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-fulfillment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-refund-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-shipment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-fulfillment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-refund-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-shipment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-fulfillment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-refund-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items .order-fulfillment-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items .order-refund-item-props .info-mark .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-shipment-items .order-shipment-item-props .info-mark .iconic{width:13px;left:0}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-item-quantity-value:before,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-item-quantity-value:before,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-item-quantity-value:before,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-item-quantity-value:before,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-item-quantity-value:before,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-item-quantity-value:before,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-item-quantity-value:before,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-item-quantity-value:before,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-item-quantity-value:before,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-item-quantity-value:before,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-item-quantity-value:before,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-item-quantity-value:before,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-item-quantity-value:before,.app-view .dashboard-view .model-editor.order-editor .order-items .order-item-quantity-value:before,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-item-quantity-value:before,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-item-quantity-value:before{content:'×';margin-right:4px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-item-price .order-item-sale-price,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-item-price .order-item-sale-price,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-item-price .order-item-sale-price,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-item-price .order-item-sale-price,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-item-price .order-item-sale-price,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-item-price .order-item-sale-price,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-item-price .order-item-sale-price,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-item-price .order-item-sale-price,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-item-price .order-item-sale-price,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-item-price .order-item-sale-price,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-item-price .order-item-sale-price,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-item-price .order-item-sale-price,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-item-price .order-item-sale-price,.app-view .dashboard-view .model-editor.order-editor .order-items .order-item-price .order-item-sale-price,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-item-price .order-item-sale-price,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-item-price .order-item-sale-price{display:block}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-item-price .order-item-compare-price,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-item-price .order-item-compare-price,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-item-price .order-item-compare-price,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-item-price .order-item-compare-price,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-item-price .order-item-compare-price,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-item-price .order-item-compare-price,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-item-price .order-item-compare-price,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-item-price .order-item-compare-price,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-item-price .order-item-compare-price,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-item-price .order-item-compare-price,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-item-price .order-item-compare-price,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-item-price .order-item-compare-price,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-item-price .order-item-compare-price,.app-view .dashboard-view .model-editor.order-editor .order-items .order-item-price .order-item-compare-price,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-item-price .order-item-compare-price,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-item-price .order-item-compare-price{display:block;text-decoration:line-through;color:#888}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-base-info,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-base-info,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-base-info,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-base-info,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-base-info,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-base-info,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-base-info,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-base-info,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-base-info,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-base-info,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-base-info,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-base-info,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-base-info,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-base-info,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-base-info,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-base-info{margin:0 0 3px!important;padding:0}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-base-info li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-base-info li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-base-info li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-base-info li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-base-info li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-base-info li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-base-info li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-base-info li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-base-info li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-base-info li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-base-info li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-base-info li,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-base-info li,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-base-info li,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-base-info li,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-base-info li{list-style:none;margin-bottom:0!important}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-base-info li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-base-info li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-base-info li span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-base-info li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-base-info li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-base-info li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-base-info li span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-base-info li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-base-info li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-base-info li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-base-info li span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-base-info li span,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-base-info li span,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-base-info li span,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-base-info li span,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-base-info li span{font-size:12px;color:gray}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .options-editor .product-option ul,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list tbody td.variant-types ul,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .options-editor .product-option ul,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list tbody td.variant-types ul,.app-view .dashboard-view .message-channels .product-editor.email-configuration .options-editor .product-option ul,.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list tbody td.variant-types ul,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions,.app-view .dashboard-view .model-editor.product-editor .options-editor .product-option ul,.app-view .dashboard-view .model-editor.product-editor .variant-list tbody td.variant-types ul,.app-view .dashboard-view .variant-editor .variant-types ul{margin:0;padding:0}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li{list-style:none;margin-bottom:6px}.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action{font-size:13px;text-decoration:none!important}.app-view .dashboard-view .list-view.pointer-list .card h2{padding:0;margin:0 0 10px;font-size:16px}.app-view .dashboard-view .list-view.pointer-list .card .pointer-filter{margin-top:8px;margin-bottom:8px}.app-view .dashboard-view .list-view.pointer-list .card .pointers{position:relative;margin:0;padding:0;width:100%;height:360px;border:#d0d0d0 1px solid;font-size:14px;overflow:auto;background-color:#f0f0f0}.app-view .dashboard-view .list-view.pointer-list .card .pointers li{padding:8px 12px;border-bottom:#d0d0d0 1px solid;background-color:#fff}.app-view .dashboard-view .list-view.pointer-list .card .pointers li h4{margin:0 0 6px}.app-view .dashboard-view .list-view.pointer-list .card .pointers li h4 .pointer-slug{font-size:12px;font-weight:400;color:#aaa}.app-view .dashboard-view .list-view.pointer-list .card .pointers li p{margin:0;font-size:13px}.app-view .dashboard-view .list-view.pointer-list .card .new-prefixed-pointer{margin:8px 0;text-align:right;font-size:13px}.app-view .dashboard-view .list-view.pointer-list .card .new-prefixed-pointer .iconic{position:relative;top:2px;width:12px;height:12px}.app-view .dashboard-view .variant-editor{max-width:856px}.app-view .dashboard-view .variant-editor .variant-types ul li{display:inline-block;list-style:none;margin:0 9px 0 0;padding:4px 8px;border:#ddd 1px solid;border-radius:4px;font-size:13px}.app-view .dashboard-view .variant-editor .variant-size input.unit,.app-view .dashboard-view .variant-editor .variant-weight input.unit{width:90px}.app-view .dashboard-view .variant-editor .variant-size .separator,.app-view .dashboard-view .variant-editor .variant-weight .separator{margin:0 8px}.app-view .dashboard-view .variant-editor .variant-sale-price .discounted{font-size:12px;color:#da3a34}.app-view .dashboard-view .variant-editor .button-group{margin-bottom:14px;text-align:right}.app-view .dashboard-view .variant-editor .button-group .clayful-button{max-width:240px}.app-view .dashboard-view .product-form-setting .item-wrap{display:inline-block;text-align:center;padding:16px;margin-right:8px;box-sizing:border-box;width:23.8%;border:1px solid #e2e2e2;border-radius:2px;cursor:pointer}.app-view .dashboard-view .product-form-setting .item-wrap:last-child{margin-right:0}.app-view .dashboard-view .product-form-setting .item-wrap .item-title{margin:10px 0 0;color:#999}.app-view .dashboard-view .product-form-setting .item-wrap .icon-box{display:inherit}.app-view .dashboard-view .product-form-setting .item-wrap .icon-box svg{fill:#999;width:40px;height:40px}.app-view .dashboard-view .product-form-setting .item-wrap.selected,.app-view .dashboard-view .product-form-setting .item-wrap:hover{border:1px solid #406de0}.app-view .dashboard-view .product-form-setting .item-wrap.selected .item-title,.app-view .dashboard-view .product-form-setting .item-wrap:hover .item-title{color:#406de0}.app-view .dashboard-view .product-form-setting.popup .item-wrap .icon-box svg{width:42px;height:42px}.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-title,.app-view .dashboard-view .product-form-setting.popup .item-wrap .item-title{font-size:14px}.app-view .dashboard-view .product-form-setting .form-field:not(:first-child){display:inline-block;width:50%}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies{overflow-y:auto;max-height:180px;font-size:13px;border-bottom:#eaeaea 1px solid}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table table,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table table,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table table,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table table{border-collapse:collapse;width:100%}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table>thead>tr>th,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table>thead>tr>th,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table>thead>tr>th,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table>thead>tr>th{position:-webkit-sticky;position:sticky;top:0;background:#fff}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table>tbody>tr:hover td,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table>tbody>tr:hover th,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table>tbody>tr:hover td,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table>tbody>tr:hover th,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table>tbody>tr:hover td,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table>tbody>tr:hover th,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table>tbody>tr:hover td,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table>tbody>tr:hover th{background-color:#fafafa}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table>tbody>tr>th,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table>thead>tr>th,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table>tbody>tr>th,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table>thead>tr>th,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table>tbody>tr>th,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table>thead>tr>th,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table>tbody>tr>th,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table>thead>tr>th{padding:4px;border:#eaeaea 1px solid;text-align:center;font-size:12px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table>tbody>tr>td,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table>thead>tr>td,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table>tbody>tr>td,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table>thead>tr>td,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table>tbody>tr>td,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table>thead>tr>td,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table>tbody>tr>td,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table>thead>tr>td{border:#eaeaea 1px solid;text-align:center;font-size:12px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table>tbody>tr>td,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table>thead>tr>td,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table>tbody>tr>td,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table>thead>tr>td,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table>tbody>tr>td,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table>thead>tr>td,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table>tbody>tr>td,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table>thead>tr>td{padding:0;vertical-align:top}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table table tr:last-child td,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table table tr:last-child th,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table>tbody>tr:last-child>td,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table>tbody>tr:last-child>th,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table>thead>tr:last-child>td,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table>thead>tr:last-child>th,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table table tr:last-child td,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table table tr:last-child th,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table>tbody>tr:last-child>td,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table>tbody>tr:last-child>th,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table>thead>tr:last-child>td,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table>thead>tr:last-child>th,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table table tr:last-child td,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table table tr:last-child th,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table>tbody>tr:last-child>td,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table>tbody>tr:last-child>th,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table>thead>tr:last-child>td,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table>thead>tr:last-child>th,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table table tr:last-child td,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table table tr:last-child th,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table>tbody>tr:last-child>td,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table>tbody>tr:last-child>th,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table>thead>tr:last-child>td,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table>thead>tr:last-child>th{border-bottom:none}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table table td,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table table th,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table table td,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table table th,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table table td,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table table th,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table table td,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table table th{padding:6px 4px;border-bottom:#eaeaea 1px solid;text-align:center;font-size:12px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table table th,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table table th,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table table th,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table table th{border-right:#eaeaea 1px solid;width:30%}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies>table table td,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies>table table td,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies>table table td,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies>table table td{width:70%}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies .no-shipping-policy .shipping-not-supported,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies .no-shipping-policy .shipping-not-supported,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies .no-shipping-policy .shipping-not-supported,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies .no-shipping-policy .shipping-not-supported{color:#999}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies .no-shipping-policy .config-shipping-policy,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies .no-shipping-policy .config-shipping-policy,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies .no-shipping-policy .config-shipping-policy,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies .no-shipping-policy .config-shipping-policy{font-size:12px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies .no-shipping-policy .config-shipping-policy .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies .no-shipping-policy .config-shipping-policy .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies .no-shipping-policy .config-shipping-policy .iconic,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies .no-shipping-policy .config-shipping-policy .iconic{width:12px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies .shipping-fee-free-rule,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-shipping-policies .shipping-policy-without-regions,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies .shipping-fee-free-rule,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-shipping-policies .shipping-policy-without-regions,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies .shipping-fee-free-rule,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-shipping-policies .shipping-policy-without-regions,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies .shipping-fee-free-rule,.app-view .dashboard-view .model-editor.product-editor .product-shipping-policies .shipping-policy-without-regions{font-size:12px;color:#999}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .product-bundles>.dndPlaceholder,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .product-bundles>.dndPlaceholder,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .product-bundles>.dndPlaceholder,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .product-bundles>.dndPlaceholder{padding-top:19px;padding-bottom:19px;border:#406de0 2px dashed}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .product-bundle .block-header,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .product-bundle .block-header,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .product-bundle .block-header,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .product-bundle .block-header{cursor:-webkit-grab;cursor:grab}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .product-bundle .block-header .sortable-indicator,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .product-bundle .block-header .sortable-indicator,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .product-bundle .block-header .sortable-indicator,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .product-bundle .block-header .sortable-indicator{margin-right:4px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list{margin-bottom:14px;width:100%;font-size:13px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list .sortable-indicator,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody tr:hover .sortable-indicator,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list .sortable-indicator,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody tr:hover .sortable-indicator,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list .sortable-indicator,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody tr:hover .sortable-indicator,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list .sortable-indicator,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody tr:hover .sortable-indicator{padding-left:8px;padding-right:8px;width:16px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list .sortable-indicator .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list .sortable-indicator .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list .sortable-indicator .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list .sortable-indicator .iconic{fill:#ddd}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list .dndPlaceholder .drop-here,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list .dndPlaceholder .drop-here,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list .dndPlaceholder .drop-here,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list .dndPlaceholder .drop-here{padding-top:24px;padding-bottom:24px;border:#406de0 2px dashed}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list thead,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list thead,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list thead,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list thead{border-bottom:#ebebeb 1px solid}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody tr,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody tr,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody tr,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody tr{border-bottom:#ebebeb 1px solid;cursor:-webkit-grab;cursor:grab}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody tr:hover .sortable-indicator .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody tr:hover .sortable-indicator .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody tr:hover .sortable-indicator .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody tr:hover .sortable-indicator .iconic{fill:#bbb}.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .write-memo .iconic,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .write-memo .iconic,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .write-memo .iconic,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .write-memo .iconic,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.email-configuration .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.email-configuration .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.email-configuration .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .upload-new-file .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .client-editor.bizm-kakao-sms-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .client-editor.custom-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .client-editor.email-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .downloadable-editor.bizm-kakao-sms-configuration .download-file .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .downloadable-editor.custom-configuration .download-file .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .downloadable-editor.custom-configuration .upload-new-file .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .downloadable-editor.email-configuration .download-file .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .downloadable-editor.email-configuration .upload-new-file .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .memo-viewer .viewer-header .write-memo .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.client-editor .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.downloadable-editor .download-file .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.downloadable-editor .upload-new-file .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.review-editor .review-info .edit-metafields .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.store-integrations .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.store-integrations .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.tax-editor .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .review-editor.custom-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .review-editor.email-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .social-apps-editor .social-apps .social-app .app-actions .edit-app .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .social-apps-editor .social-apps .social-app .app-actions .remove-app .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .store-integrations.bizm-kakao-sms-configuration .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .store-integrations.bizm-kakao-sms-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .store-integrations.custom-configuration .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .store-integrations.custom-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .store-integrations.email-configuration .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .store-integrations.email-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.bizm-kakao-sms-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.custom-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.custom-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.custom-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.email-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.email-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.email-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.custom-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.email-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name a .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .client-editor.bizm-kakao-sms-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .client-editor.custom-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .client-editor.email-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .downloadable-editor.bizm-kakao-sms-configuration .download-file .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .downloadable-editor.custom-configuration .download-file .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .downloadable-editor.custom-configuration .upload-new-file .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .downloadable-editor.email-configuration .download-file .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .downloadable-editor.email-configuration .upload-new-file .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .memo-viewer .viewer-header .write-memo .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.client-editor .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.downloadable-editor .download-file .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.downloadable-editor .upload-new-file .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.review-editor .review-info .edit-metafields .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.store-integrations .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.store-integrations .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.tax-editor .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .review-editor.custom-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .review-editor.email-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .social-apps-editor .social-apps .social-app .app-actions .edit-app .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .social-apps-editor .social-apps .social-app .app-actions .remove-app .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .store-integrations.bizm-kakao-sms-configuration .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .store-integrations.bizm-kakao-sms-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .store-integrations.custom-configuration .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .store-integrations.custom-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .store-integrations.email-configuration .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .store-integrations.email-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.bizm-kakao-sms-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.custom-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.custom-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.custom-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.email-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.email-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.email-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.custom-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.email-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name a .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .client-editor.bizm-kakao-sms-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .client-editor.custom-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .client-editor.email-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .downloadable-editor.bizm-kakao-sms-configuration .download-file .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .downloadable-editor.custom-configuration .download-file .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .downloadable-editor.custom-configuration .upload-new-file .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .downloadable-editor.email-configuration .download-file .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .downloadable-editor.email-configuration .upload-new-file .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .memo-viewer .viewer-header .write-memo .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.client-editor .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.downloadable-editor .download-file .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.downloadable-editor .upload-new-file .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.review-editor .review-info .edit-metafields .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.store-integrations .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.store-integrations .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.tax-editor .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.bizm-kakao-sms-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.custom-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-editor.email-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .review-editor.custom-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .review-editor.email-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .social-apps-editor .social-apps .social-app .app-actions .edit-app .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .social-apps-editor .social-apps .social-app .app-actions .remove-app .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .store-integrations.bizm-kakao-sms-configuration .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .store-integrations.bizm-kakao-sms-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .store-integrations.custom-configuration .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .store-integrations.custom-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .store-integrations.email-configuration .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .store-integrations.email-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.bizm-kakao-sms-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.custom-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.custom-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.custom-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.email-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.email-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-editor.email-configuration h4 ul li .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.custom-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .tax-editor.email-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name a .iconic,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-metafields .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.client-editor .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .model-editor.client-editor .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .model-editor.client-editor .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .model-editor.client-editor .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .download-file .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .upload-new-file .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .download-file .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .upload-new-file .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .download-file .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .upload-new-file .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .download-file .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .upload-new-file .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .received-toggle .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .received-toggle .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .received-toggle .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .received-toggle .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span.register-transaction .iconic,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .model-editor.order-editor h4 ul .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .memo-viewer .viewer-header .write-memo .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .client-editor.custom-configuration .regenerate-token .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .client-editor.email-configuration .regenerate-token .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .downloadable-editor.custom-configuration .download-file .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .downloadable-editor.custom-configuration .upload-new-file .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .downloadable-editor.email-configuration .download-file .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .downloadable-editor.email-configuration .upload-new-file .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.custom-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.custom-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.custom-configuration h4 ul li .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.email-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.email-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .order-editor.email-configuration h4 ul li .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .review-editor.custom-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .review-editor.email-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .store-integrations.custom-configuration .regenerate-secret .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .store-integrations.custom-configuration .regenerate-token .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .store-integrations.email-configuration .regenerate-secret .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .store-integrations.email-configuration .regenerate-token .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .subscription-editor.custom-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .subscription-editor.custom-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .subscription-editor.custom-configuration h4 ul li .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .subscription-editor.email-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .subscription-editor.email-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .subscription-editor.email-configuration h4 ul li .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.client-editor .regenerate-token .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.downloadable-editor .download-file .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.downloadable-editor .upload-new-file .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .section-global-actions li span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor .section-local-actions li span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.order-editor h4 ul li .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.review-editor .review-info .edit-metafields .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.store-integrations .regenerate-secret .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.store-integrations .regenerate-token .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .section-global-actions li span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .section-local-actions li span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.subscription-editor h4 ul li .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .model-editor.tax-editor .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .social-apps-editor .social-apps .social-app .app-actions .edit-app .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .social-apps-editor .social-apps .social-app .app-actions .remove-app .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name a .iconic,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-metafields .iconic,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-metafields .iconic,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-metafields .iconic,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-metafields .iconic,.app-view .dashboard-view .model-editor.store-integrations .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-secret .iconic,.app-view .dashboard-view .model-editor.store-integrations .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .model-editor.store-integrations .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-secret .iconic,.app-view .dashboard-view .model-editor.store-integrations .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .model-editor.store-integrations .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-secret .iconic,.app-view .dashboard-view .model-editor.store-integrations .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .model-editor.store-integrations .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-secret .iconic,.app-view .dashboard-view .model-editor.store-integrations .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .regenerate-token .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .cancel-entity .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .done-toggle .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .show-operations .iconic,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name li .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .delete-detail .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .delete-detail .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .delete-detail .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .delete-detail .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .copy-base-tax-details .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .copy-base-tax-details .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .copy-base-tax-details .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .copy-base-tax-details .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name span .iconic,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-fulfillment-company .iconic,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-fulfillment-company .iconic,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-fulfillment-company .iconic,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-fulfillment-company .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-shipping-carrier .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .remove-shipping-carrier .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-shipping-carrier .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .remove-shipping-carrier .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-shipping-carrier .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .remove-shipping-carrier .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-shipping-carrier .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .remove-shipping-carrier .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-app .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .remove-app .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-app .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .remove-app .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-app .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .remove-app .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-app .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .remove-app .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-plan .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .remove-plan .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-plan .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .remove-plan .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-plan .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .item-product-name .remove-plan .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .edit-plan .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .item-product-name .remove-plan .iconic{margin-left:6px;width:12px;height:12px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .clayful-select,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .clayful-select,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .clayful-select,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .clayful-select{margin-bottom:0}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .clayful-select .item-variant-sku,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .clayful-select .item-variant-sku,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .clayful-select .item-variant-sku,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .clayful-select .item-variant-sku{font-size:10px;color:#888}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .remove-item,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list tbody td.variant-thumbnail,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .remove-item,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list tbody td.variant-thumbnail,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .remove-item,.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list tbody td.variant-thumbnail,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .remove-item,.app-view .dashboard-view .model-editor.product-editor .variant-list tbody td.variant-thumbnail{width:80px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .remove-item span,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .remove-item span,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .remove-item span,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .remove-item span{color:#da3a34!important}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .remove-item span svg,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .remove-item span svg,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .remove-item span svg,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .remove-item span svg{fill:#da3a34!important}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .remove-item span:hover,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .remove-item span:hover,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .remove-item span:hover,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .remove-item span:hover{color:#cf2c26!important}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .remove-item span:hover svg,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .remove-item span:hover svg,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .remove-item span:hover svg,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .remove-item span:hover svg{fill:#cf2c26!important}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list tbody .remove-item .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list tbody .remove-item .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list tbody .remove-item .iconic,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list tbody .remove-item .iconic{position:relative;top:3px;margin-right:2px;width:13px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list td,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles-editor .bundle-item-list th,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list td,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles-editor .bundle-item-list th,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list td,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles-editor .bundle-item-list th,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list td,.app-view .dashboard-view .model-editor.product-editor .product-bundles-editor .bundle-item-list th{padding:8px 18px;text-align:left}.app-view .dashboard-view .message-channels .product-editor.existing-product.bizm-kakao-sms-configuration .product-option:last-child .clayful-block .block-contents,.app-view .dashboard-view .message-channels .product-editor.existing-product.custom-configuration .product-option:last-child .clayful-block .block-contents,.app-view .dashboard-view .message-channels .product-editor.existing-product.email-configuration .product-option:last-child .clayful-block .block-contents,.app-view .dashboard-view .model-editor.product-editor.existing-product .product-option:last-child .clayful-block .block-contents{border-bottom:#dadada 1px solid}.app-view .dashboard-view .message-channels .product-editor.existing-product.bizm-kakao-sms-configuration .product-option:last-child .clayful-block.closed .block-header,.app-view .dashboard-view .message-channels .product-editor.existing-product.custom-configuration .product-option:last-child .clayful-block.closed .block-header,.app-view .dashboard-view .message-channels .product-editor.existing-product.email-configuration .product-option:last-child .clayful-block.closed .block-header,.app-view .dashboard-view .model-editor.product-editor.existing-product .product-option:last-child .clayful-block.closed .block-header{border-bottom:#d7d7d7 1px solid}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .form-field-group .form-field.review-rating,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .form-field-group .form-field.review-rating,.app-view .dashboard-view .message-channels .product-editor.email-configuration .form-field-group .form-field.review-rating,.app-view .dashboard-view .model-editor.product-editor .form-field-group .form-field.review-rating,.app-view .dashboard-view .thunder-setting span.info-mark{margin-left:0}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-identity,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-identity,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-identity,.app-view .dashboard-view .model-editor.product-editor .product-identity{float:left;width:49%}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-identity .form-field,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-identity .form-field,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-identity .form-field,.app-view .dashboard-view .model-editor.product-editor .product-identity .form-field{margin-left:0;width:100%}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-states,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-states,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-states,.app-view .dashboard-view .model-editor.product-editor .product-states{float:right;width:49%}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-states .form-field,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-states .form-field,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-states .form-field,.app-view .dashboard-view .model-editor.product-editor .product-states .form-field{margin-left:0;width:100%}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-states .product-type .field-input,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-states .product-type .field-input,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-states .product-type .field-input,.app-view .dashboard-view .model-editor.product-editor .product-states .product-type .field-input{min-height:46px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-available,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-available,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-available,.app-view .dashboard-view .model-editor.product-editor .product-available{margin-bottom:20px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-summary,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-summary,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-summary,.app-view .dashboard-view .model-editor.product-editor .product-summary{clear:both}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-summary input,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-summary input,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-summary input,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-contents .review-body img,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-contents .review-body img,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-contents .review-body img,.app-view .dashboard-view .model-editor.product-editor .product-summary input,.app-view .dashboard-view .model-editor.review-editor .review-contents .review-body img{max-width:100%}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .discounted,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .discounted,.app-view .dashboard-view .message-channels .product-editor.email-configuration .discounted,.app-view .dashboard-view .model-editor.product-editor .discounted{font-size:12px;color:#da3a34}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .use-options,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .use-options,.app-view .dashboard-view .message-channels .product-editor.email-configuration .use-options,.app-view .dashboard-view .model-editor.product-editor .use-options{margin-top:0!important}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .options-editor .dndPlaceholder,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .options-editor .dndPlaceholder,.app-view .dashboard-view .message-channels .product-editor.email-configuration .options-editor .dndPlaceholder,.app-view .dashboard-view .model-editor.product-editor .options-editor .dndPlaceholder{padding-top:19px;padding-bottom:19px;border:#406de0 2px dashed}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .options-editor .product-option .block-header,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .options-editor .product-option ul li .sortable-indicator,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .options-editor .product-option .block-header,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .options-editor .product-option ul li .sortable-indicator,.app-view .dashboard-view .message-channels .product-editor.email-configuration .options-editor .product-option .block-header,.app-view .dashboard-view .message-channels .product-editor.email-configuration .options-editor .product-option ul li .sortable-indicator,.app-view .dashboard-view .model-editor.product-editor .options-editor .product-option .block-header,.app-view .dashboard-view .model-editor.product-editor .options-editor .product-option ul li .sortable-indicator{cursor:-webkit-grab;cursor:grab}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .options-editor .product-option .block-header .sortable-indicator,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .options-editor .product-option .block-header .sortable-indicator,.app-view .dashboard-view .message-channels .product-editor.email-configuration .options-editor .product-option .block-header .sortable-indicator,.app-view .dashboard-view .model-editor.product-editor .options-editor .product-option .block-header .sortable-indicator{margin-right:4px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .options-editor .product-option ul li,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .options-editor .product-option ul li,.app-view .dashboard-view .message-channels .product-editor.email-configuration .options-editor .product-option ul li,.app-view .dashboard-view .model-editor.product-editor .options-editor .product-option ul li{list-style:none;margin:0 0 8px;padding:0;position:relative;left:-19px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .options-editor .product-option ul li.dndPlaceholder,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .options-editor .product-option ul li.dndPlaceholder,.app-view .dashboard-view .message-channels .product-editor.email-configuration .options-editor .product-option ul li.dndPlaceholder,.app-view .dashboard-view .model-editor.product-editor .options-editor .product-option ul li.dndPlaceholder{max-width:260px;padding-top:16px;padding-bottom:16px;border:#406de0 2px dashed}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .options-editor .product-option ul li .sortable-indicator .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .options-editor .product-option ul li .sortable-indicator .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .options-editor .product-option ul li .sortable-indicator .iconic,.app-view .dashboard-view .model-editor.product-editor .options-editor .product-option ul li .sortable-indicator .iconic{fill:#ddd}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .options-editor .product-option ul li .sortable-indicator:hover .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .options-editor .product-option ul li .sortable-indicator:hover .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .options-editor .product-option ul li .sortable-indicator:hover .iconic,.app-view .dashboard-view .model-editor.product-editor .options-editor .product-option ul li .sortable-indicator:hover .iconic{fill:#bbb}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .options-editor .product-option ul li .remove-variation .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .options-editor .product-option ul li .remove-variation .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .options-editor .product-option ul li .remove-variation .iconic,.app-view .dashboard-view .model-editor.product-editor .options-editor .product-option ul li .remove-variation .iconic{margin-left:6px;fill:#da3a34}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .options-editor .product-option ul li .add-new-tab,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .options-editor .product-option ul li .add-new-tab,.app-view .dashboard-view .message-channels .product-editor.email-configuration .options-editor .product-option ul li .add-new-tab,.app-view .dashboard-view .model-editor.product-editor .options-editor .product-option ul li .add-new-tab{display:inline-block;margin:12px 0;padding:8px 12px;border-radius:4px;font-size:13px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .options-editor .product-option ul li .add-new-tab .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .options-editor .product-option ul li .add-new-tab .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .options-editor .product-option ul li .add-new-tab .iconic,.app-view .dashboard-view .model-editor.product-editor .options-editor .product-option ul li .add-new-tab .iconic{margin-right:4px;fill:#406de0}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .options-editor .product-option .clayful-block,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles .clayful-block,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .options-editor .product-option .clayful-block,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles .clayful-block,.app-view .dashboard-view .message-channels .product-editor.email-configuration .options-editor .product-option .clayful-block,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles .clayful-block,.app-view .dashboard-view .model-editor.product-editor .options-editor .product-option .clayful-block,.app-view .dashboard-view .model-editor.product-editor .product-bundles .clayful-block{margin-bottom:0}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .options-editor .product-option .clayful-block.closed .block-header,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .options-editor .product-option .clayful-block.closed .block-header,.app-view .dashboard-view .message-channels .product-editor.email-configuration .options-editor .product-option .clayful-block.closed .block-header,.app-view .dashboard-view .model-editor.product-editor .options-editor .product-option .clayful-block.closed .block-header{border-bottom:none}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .options-editor .product-option .clayful-block .block-contents,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .options-editor .product-option .clayful-block .block-contents,.app-view .dashboard-view .message-channels .product-editor.email-configuration .options-editor .product-option .clayful-block .block-contents,.app-view .dashboard-view .model-editor.product-editor .options-editor .product-option .clayful-block .block-contents{border-bottom:0}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .options-editor .product-option .clayful-block .block-contents .form-field,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .options-editor .product-option .clayful-block .block-contents .form-field,.app-view .dashboard-view .message-channels .product-editor.email-configuration .options-editor .product-option .clayful-block .block-contents .form-field,.app-view .dashboard-view .model-editor.product-editor .options-editor .product-option .clayful-block .block-contents .form-field{margin:0}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .options-editor .product-option .clayful-block .block-contents .option-actions,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .options-editor .product-option .clayful-block .block-contents .option-actions,.app-view .dashboard-view .message-channels .product-editor.email-configuration .options-editor .product-option .clayful-block .block-contents .option-actions,.app-view .dashboard-view .model-editor.product-editor .options-editor .product-option .clayful-block .block-contents .option-actions{text-align:right}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .options-editor .product-option .clayful-block .block-contents .clayful-button,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .options-editor .product-option .clayful-block .block-contents .clayful-button,.app-view .dashboard-view .message-channels .product-editor.email-configuration .options-editor .product-option .clayful-block .block-contents .clayful-button,.app-view .dashboard-view .model-editor.product-editor .options-editor .product-option .clayful-block .block-contents .clayful-button{padding:10px 14px;max-width:140px}.app-view .dashboard-view .list-view .clayful-table tbody tr td.images,.app-view .dashboard-view .list-view .clayful-table tbody tr td.logo,.app-view .dashboard-view .list-view .clayful-table tbody tr td.thumbnail,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list input[type=number],.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list input[type=text],.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list input[type=number],.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list input[type=text],.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list input[type=number],.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list input[type=text],.app-view .dashboard-view .model-editor.product-editor .variant-list input[type=number],.app-view .dashboard-view .model-editor.product-editor .variant-list input[type=text]{width:120px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list tbody td.variant-thumbnail img,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list tbody td.variant-thumbnail img,.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list tbody td.variant-thumbnail img,.app-view .dashboard-view .model-editor.product-editor .variant-list tbody td.variant-thumbnail img{width:48px;height:48px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list tbody td.variant-thumbnail .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list tbody td.variant-thumbnail .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list tbody td.variant-thumbnail .iconic,.app-view .dashboard-view .model-editor.product-editor .variant-list tbody td.variant-thumbnail .iconic{width:48px;height:48px;fill:#ddd}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list tbody td.variant-types .no-type,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list tbody td.variant-types .no-type,.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list tbody td.variant-types .no-type,.app-view .dashboard-view .model-editor.product-editor .variant-list tbody td.variant-types .no-type{font-style:italic;color:#999}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list tbody td.variant-types ul li,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list tbody td.variant-types ul li,.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list tbody td.variant-types ul li,.app-view .dashboard-view .model-editor.product-editor .variant-list tbody td.variant-types ul li{list-style:none;display:inline-block;margin:0 9px 0 0;padding:4px 8px;border:#ddd 1px solid;border-radius:4px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list tbody td.variant-sku,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list tbody td.variant-sku,.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list tbody td.variant-sku,.app-view .dashboard-view .model-editor.product-editor .variant-list tbody td.variant-sku{font-size:12px;color:#777}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list tbody td.variant-price .original-price,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list tbody td.variant-price .original-price,.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list tbody td.variant-price .original-price,.app-view .dashboard-view .model-editor.product-editor .variant-list tbody td.variant-price .original-price{text-decoration:line-through;font-size:12px;color:#9f9f9f}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list tbody td.variant-price .sale-price,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list tbody td.variant-price .sale-price,.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list tbody td.variant-price .sale-price,.app-view .dashboard-view .model-editor.product-editor .variant-list tbody td.variant-price .sale-price{font-size:13px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list tbody td.variant-quantity .sold-out,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list tbody td.variant-quantity .sold-out,.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list tbody td.variant-quantity .sold-out,.app-view .dashboard-view .model-editor.product-editor .variant-list tbody td.variant-quantity .sold-out{font-size:11px;color:#888}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list tbody td.variant-available .variant-available .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list tbody td.variant-available .variant-available .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list tbody td.variant-available .variant-available .iconic,.app-view .dashboard-view .model-editor.product-editor .variant-list tbody td.variant-available .variant-available .iconic{fill:#41960f}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list tbody td.variant-available .variant-unavailable .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list tbody td.variant-available .variant-unavailable .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list tbody td.variant-available .variant-unavailable .iconic,.app-view .dashboard-view .model-editor.product-editor .variant-list tbody td.variant-available .variant-unavailable .iconic{fill:#da3a34}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list tbody td.variant-available .clayful-check-button.active,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list tbody td.variant-available .clayful-check-button.active,.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list tbody td.variant-available .clayful-check-button.active,.app-view .dashboard-view .model-editor.product-editor .variant-list tbody td.variant-available .clayful-check-button.active{color:#fff}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list tbody td.variant-available .clayful-check-button.active .iconic,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list tbody td.variant-available .clayful-check-button.active .iconic,.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list tbody td.variant-available .clayful-check-button.active .iconic,.app-view .dashboard-view .model-editor.product-editor .variant-list tbody td.variant-available .clayful-check-button.active .iconic{fill:#fff}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list tbody td.variant-detail,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list tbody td.variant-detail,.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list tbody td.variant-detail,.app-view .dashboard-view .model-editor.product-editor .variant-list tbody td.variant-detail{text-align:right}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list tbody td.variant-detail .delete-variant,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list tbody td.variant-detail .delete-variant,.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list tbody td.variant-detail .delete-variant,.app-view .dashboard-view .model-editor.product-editor .variant-list tbody td.variant-detail .delete-variant{margin-left:24px;color:#da3a34!important}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list tbody td.variant-detail .delete-variant svg,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list tbody td.variant-detail .delete-variant svg,.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list tbody td.variant-detail .delete-variant svg,.app-view .dashboard-view .model-editor.product-editor .variant-list tbody td.variant-detail .delete-variant svg,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier svg{fill:#da3a34!important}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list tbody td.variant-detail .delete-variant:hover,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list tbody td.variant-detail .delete-variant:hover,.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list tbody td.variant-detail .delete-variant:hover,.app-view .dashboard-view .model-editor.product-editor .variant-list tbody td.variant-detail .delete-variant:hover{color:#cf2c26!important}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .variant-list tbody td.variant-detail .delete-variant:hover svg,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .variant-list tbody td.variant-detail .delete-variant:hover svg,.app-view .dashboard-view .message-channels .product-editor.email-configuration .variant-list tbody td.variant-detail .delete-variant:hover svg,.app-view .dashboard-view .model-editor.product-editor .variant-list tbody td.variant-detail .delete-variant:hover svg,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover svg,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .edit-app.remove-app:hover svg,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .remove-app.remove-app:hover svg,.app-view .dashboard-view .store-notification-editor .email-addresses li.email-address span.remove-email:hover svg,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan.remove-plan:hover svg,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan.remove-plan:hover svg{fill:#cf2c26!important}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles .clayful-block.closed .block-header,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles .clayful-block.closed .block-header,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles .clayful-block.closed .block-header,.app-view .dashboard-view .model-editor.product-editor .product-bundles .clayful-block.closed .block-header{border-bottom:none}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles .clayful-block .block-contents,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles .clayful-block .block-contents,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles .clayful-block .block-contents,.app-view .dashboard-view .model-editor.product-editor .product-bundles .clayful-block .block-contents{border-bottom:0}.app-view .dashboard-view .editor-info p.message-group,.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles .clayful-block .block-contents .form-field,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles .clayful-block .block-contents .form-field,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles .clayful-block .block-contents .form-field,.app-view .dashboard-view .model-editor.product-editor .product-bundles .clayful-block .block-contents .form-field,.app-view .dashboard-view .store-front div.storefront-site-section .alert-message p{margin:0}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles .clayful-block .block-contents .option-actions,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles .clayful-block .block-contents .option-actions,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles .clayful-block .block-contents .option-actions,.app-view .dashboard-view .model-editor.product-editor .product-bundles .clayful-block .block-contents .option-actions{text-align:right}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-bundles .clayful-block .block-contents .clayful-button,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-bundles .clayful-block .block-contents .clayful-button,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-bundles .clayful-block .block-contents .clayful-button,.app-view .dashboard-view .model-editor.product-editor .product-bundles .clayful-block .block-contents .clayful-button{padding:10px 14px;max-width:140px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-legal-notice,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-legal-notice,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-legal-notice,.app-view .dashboard-view .model-editor.product-editor .product-legal-notice{margin-top:36px}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-legal-notice .product-legal-notice-field,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-legal-notice .product-legal-notice-field,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-legal-notice .product-legal-notice-field,.app-view .dashboard-view .model-editor.product-editor .product-legal-notice .product-legal-notice-field{float:left;width:50%}.app-view .dashboard-view .message-channels .product-editor.bizm-kakao-sms-configuration .product-legal-notice .product-legal-notice-field input,.app-view .dashboard-view .message-channels .product-editor.custom-configuration .product-legal-notice .product-legal-notice-field input,.app-view .dashboard-view .message-channels .product-editor.email-configuration .product-legal-notice .product-legal-notice-field input,.app-view .dashboard-view .model-editor.product-editor .product-legal-notice .product-legal-notice-field input{max-width:90%}.app-view .dashboard-view clayful-box .clayful-popup-box.popup-box{max-width:800px!important}.app-view .dashboard-view clayful-box .clayful-popup-box button{width:200px;margin-right:12px}.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-contents,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-contents,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-contents,.app-view .dashboard-view .model-editor.review-editor .review-contents{box-sizing:border-box;width:70%;float:left;padding-left:.69444%;padding-right:.69444%;margin-bottom:36px;padding-bottom:36px}.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-contents .review-title,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-contents .review-title,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-contents .review-title,.app-view .dashboard-view .model-editor.review-editor .review-contents .review-title{font-size:24px;padding-bottom:18px;border-bottom:#efefef 1px solid}.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-contents .review-body,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-contents .review-body,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-contents .review-body,.app-view .dashboard-view .model-editor.review-editor .review-contents .review-body{white-space:pre-wrap}.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-contents .image-gallery,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-contents .image-gallery,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-contents .image-gallery,.app-view .dashboard-view .model-editor.review-editor .review-contents .image-gallery{margin-top:24px}.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info,.app-view .dashboard-view .model-editor.review-editor .review-info{box-sizing:border-box;width:26%;float:left;margin:18px 0 18px 2%;padding:8px 0 8px 2%;border-left:#efefef 1px solid}.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .no-rating,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .no-rating,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .no-rating,.app-view .dashboard-view .model-editor.review-editor .review-info .no-rating{color:#999}.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers{list-style:none;padding:0}.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier{margin-bottom:14px;padding:14px;border:#eaeaea 1px solid;max-width:320px}.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-identity{margin-top:0;margin-bottom:8px;padding-top:0;padding-bottom:8px;font-size:18px;border-bottom:#eaeaea 1px solid}.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-identity .shipping-carrier-slug{display:inline-block;margin-left:4px;font-size:12px;color:#aaa}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-item .order-item-summary ul,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-info .subscription-notifications ul,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-info .subscription-total-amount ul,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-and-addresses .subscription-customer-info .customer-groups ul,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-item .order-item-summary ul,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-info .subscription-notifications ul,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-info .subscription-total-amount ul,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-and-addresses .subscription-customer-info .customer-groups ul,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-item .order-item-summary ul,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-info .subscription-notifications ul,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-info .subscription-total-amount ul,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-and-addresses .subscription-customer-info .customer-groups ul,.app-view .dashboard-view .model-editor.subscription-editor .order-items .order-item .order-item-summary ul,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-info .subscription-notifications ul,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-info .subscription-total-amount ul,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-and-addresses .subscription-customer-info .customer-groups ul,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-tracking-uid-formats,.app-view .dashboard-view .store-front .policy-config div.refund-reason-categories ul.labels,.app-view .dashboard-view .thunder-setting div.refund-reason-categories ul.labels{margin:0;padding:0}.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-tracking-uid-formats li{list-style:none;margin:0;padding:0;font-size:13px;font-weight:400;color:#aaa}.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions{margin-top:8px;text-align:right;font-size:13px}.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier{margin-right:12px}.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier{color:#da3a34!important}.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .edit-app.remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .remove-app.remove-app:hover,.app-view .dashboard-view .store-notification-editor .email-addresses li.email-address span.remove-email:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan.remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan.remove-plan:hover{color:#cf2c26!important}.app-view .dashboard-view .shipping-carrier-editor .form-field .clayful-label{width:21%!important}.app-view .dashboard-view .shipping-carrier-editor .form-field .field-input{width:79%!important}.app-view .dashboard-view .message-channels .shipping-policy-editor.bizm-kakao-sms-configuration .clayful-table .delete-region,.app-view .dashboard-view .message-channels .shipping-policy-editor.bizm-kakao-sms-configuration .clayful-table .edit-region,.app-view .dashboard-view .message-channels .shipping-policy-editor.custom-configuration .clayful-table .delete-region,.app-view .dashboard-view .message-channels .shipping-policy-editor.custom-configuration .clayful-table .edit-region,.app-view .dashboard-view .message-channels .shipping-policy-editor.email-configuration .clayful-table .delete-region,.app-view .dashboard-view .message-channels .shipping-policy-editor.email-configuration .clayful-table .edit-region,.app-view .dashboard-view .model-editor.shipping-policy-editor .clayful-table .delete-region,.app-view .dashboard-view .model-editor.shipping-policy-editor .clayful-table .edit-region{width:140px}.app-view .dashboard-view .message-channels .shipping-policy-editor.bizm-kakao-sms-configuration .clayful-table .delete-region span[ng-click],.app-view .dashboard-view .message-channels .shipping-policy-editor.custom-configuration .clayful-table .delete-region span[ng-click],.app-view .dashboard-view .message-channels .shipping-policy-editor.email-configuration .clayful-table .delete-region span[ng-click],.app-view .dashboard-view .model-editor.shipping-policy-editor .clayful-table .delete-region span[ng-click]{color:#da3a34}.app-view .dashboard-view .message-channels .shipping-policy-editor.bizm-kakao-sms-configuration .clayful-table .delete-region .iconic,.app-view .dashboard-view .message-channels .shipping-policy-editor.custom-configuration .clayful-table .delete-region .iconic,.app-view .dashboard-view .message-channels .shipping-policy-editor.email-configuration .clayful-table .delete-region .iconic,.app-view .dashboard-view .model-editor.shipping-policy-editor .clayful-table .delete-region .iconic{fill:#da3a34}.app-view .dashboard-view .clayful-popup-box.shipping-policy-region-editor{max-width:856px}.app-view .dashboard-view .clayful-popup-box.shipping-policy-region-editor .message-channels .bizm-kakao-sms-configuration,.app-view .dashboard-view .clayful-popup-box.shipping-policy-region-editor .message-channels .custom-configuration,.app-view .dashboard-view .clayful-popup-box.shipping-policy-region-editor .message-channels .email-configuration,.app-view .dashboard-view .clayful-popup-box.shipping-policy-region-editor .model-editor,.app-view .dashboard-view .message-channels .clayful-popup-box.shipping-policy-region-editor .bizm-kakao-sms-configuration,.app-view .dashboard-view .message-channels .clayful-popup-box.shipping-policy-region-editor .custom-configuration,.app-view .dashboard-view .message-channels .clayful-popup-box.shipping-policy-region-editor .email-configuration{width:100%}.app-view .dashboard-view .clayful-popup-box.shipping-policy-region-editor .input-error{position:static!important}.app-view .dashboard-view .social-apps-editor .social-apps,.app-view .dashboard-view .store-notification-editor .email-addresses,.app-view .dashboard-view .subscription-plans-editor .subscription-plans{list-style:none;padding:0}.app-view .dashboard-view .social-apps-editor .social-apps .social-app{margin-bottom:14px;padding:14px;border:#eaeaea 1px solid;max-width:320px}.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-identity{margin-top:0;margin-bottom:8px;padding-top:0;padding-bottom:8px;font-size:18px;border-bottom:#eaeaea 1px solid}.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-identity .app-id{display:inline-block;margin-left:4px;font-size:12px;color:#aaa}.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions{margin-top:8px;text-align:right;font-size:13px}.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .edit-app.edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .remove-app.edit-app{margin-right:12px}.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .edit-app.remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .remove-app.remove-app,.app-view .dashboard-view .store-notification-editor .email-addresses li.email-address span.remove-email{color:#da3a34!important}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail span svg,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail span svg,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail span svg,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail span svg,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .edit-app.remove-app svg,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .remove-app.remove-app svg,.app-view .dashboard-view .store-notification-editor .email-addresses li.email-address span.remove-email svg,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan.remove-plan svg,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan.remove-plan svg{fill:#da3a34!important}.app-view .dashboard-view .social-app-editor .form-field .field-input input[type=text]{max-width:100%}.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .regenerate-token{font-size:13px}.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .regenerate-token .iconic,.app-view .dashboard-view .model-editor.store-integrations .regenerate-secret .iconic,.app-view .dashboard-view .model-editor.store-integrations .regenerate-token .iconic{width:13px;top:3px}.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan{margin-bottom:14px;padding:14px;border:#eaeaea 1px solid;max-width:320px}.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-identity{margin-top:0;margin-bottom:8px;padding-top:0;padding-bottom:8px;font-size:18px;border-bottom:#eaeaea 1px solid}.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-identity .plan-id{display:inline-block;margin-left:4px;font-size:12px;color:#aaa}.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-immediate-payment,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-interval{margin:4px 0;color:#666;font-size:13px}.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions{margin-top:8px;text-align:right;font-size:13px}.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan.edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan.edit-plan{margin-right:12px}.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan.remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan.remove-plan{color:#da3a34!important}.app-view .dashboard-view .subscription-plan-editor .interval-summary{margin-bottom:4px;font-size:16px}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 span.content-box-title,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 span.content-box-title,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 span.content-box-title,.app-view .dashboard-view .model-editor.subscription-editor h4 span.content-box-title{display:block;margin-bottom:12px;padding:8px 12px;font-weight:500;font-size:14px;background-color:#f4f4f4}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul li{color:#9c9c9c;list-style:none;display:inline-block;margin-left:8px;padding:0 0 4px 8px;font-size:13px;font-weight:500}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:first-child,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul li:first-child,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul li:first-child,.app-view .dashboard-view .model-editor.subscription-editor h4 ul li:first-child{margin-left:0;padding-left:0}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions{margin:8px 0 0;padding:8px 0 0;text-align:right}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li{list-style:none;margin-bottom:4px;font-size:13px}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions{margin:8px 0 0;padding:0}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr th,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr th,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr th,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr th,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr th,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr th,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr th,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr th,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr th,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr th,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr th,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr th{padding-bottom:4px;padding-right:12px;text-align:left;font-weight:500}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr th,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr th,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr th,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr th,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr th,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr th,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr th,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr th,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr th,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr th,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr th,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr th{color:#9c9c9c}.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.subscription-editor .subscription-address-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.subscription-editor .subscription-customer-info table tbody tr td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.subscription-editor .subscription-info table tbody tr td .write-memo,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.subscription-editor .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.subscription-editor .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.subscription-editor .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.custom-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.custom-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.email-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.email-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.email-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.subscription-editor .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.subscription-editor .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.subscription-editor .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.custom-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.custom-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.email-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.email-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.email-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.subscription-editor .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.subscription-editor .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.subscription-editor .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.custom-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.custom-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.email-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.email-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.email-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.subscription-editor .subscription-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.subscription-editor .subscription-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.custom-configuration .subscription-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.email-configuration .subscription-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.email-configuration .subscription-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.subscription-editor .subscription-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.subscription-editor .subscription-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.custom-configuration .subscription-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.email-configuration .subscription-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.email-configuration .subscription-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.subscription-editor .subscription-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.subscription-editor .subscription-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.custom-configuration .subscription-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.email-configuration .subscription-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.email-configuration .subscription-info table tbody tr td .edit-metafields,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td a,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td a,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td a,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.subscription-editor .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.subscription-editor .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.subscription-editor .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.custom-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.custom-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.email-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.email-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.email-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td a,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td a,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td a,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.subscription-editor .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.subscription-editor .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.subscription-editor .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-editor.email-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-editor.email-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-editor.email-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td a,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td a,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td a,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.subscription-editor .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.subscription-editor .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.subscription-editor .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-editor.custom-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-editor.custom-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-info table tbody tr td li,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .subscription-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .subscription-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .subscription-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .subscription-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .subscription-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .subscription-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .subscription-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .subscription-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .subscription-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .subscription-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .subscription-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .subscription-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .subscription-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .subscription-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .subscription-info table tbody tr td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .subscription-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .subscription-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .subscription-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.subscription-editor .subscription-address-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.subscription-editor .subscription-address-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.subscription-editor .subscription-customer-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.subscription-editor .subscription-customer-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.subscription-editor .subscription-info table tbody tr td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.subscription-editor .subscription-info table tbody tr td .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-address-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-info table tbody tr td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .model-editor.subscription-editor .subscription-address-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .model-editor.subscription-editor .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .model-editor.subscription-editor .subscription-info table tbody tr td li,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.subscription-editor .subscription-address-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.subscription-editor .subscription-info table tbody tr td .edit-metafields,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td a,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td a,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td a,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .subscription-address-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .subscription-customer-info table tbody tr td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .subscription-info table tbody tr td li,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-address-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-customer-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-info table tbody tr td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-info table tbody tr td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-info table tbody tr td span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.subscription-editor .subscription-address-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.subscription-editor .subscription-customer-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.subscription-editor .subscription-info table tbody tr td .edit-fulfillment-company,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.subscription-editor .subscription-info table tbody tr td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.subscription-editor .subscription-info table tbody tr td .remove-shipping-carrier,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.subscription-editor .subscription-info table tbody tr td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.subscription-editor .subscription-info table tbody tr td .remove-app,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.subscription-editor .subscription-info table tbody tr td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.subscription-editor .subscription-info table tbody tr td .remove-plan{color:inherit}.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.subscription-editor .subscription-address-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.subscription-editor .subscription-customer-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.subscription-editor .subscription-info table tbody tr td .write-memo:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.subscription-editor .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.subscription-editor .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.subscription-editor .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.custom-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.custom-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.email-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.email-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.email-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.subscription-editor .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.subscription-editor .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.subscription-editor .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.custom-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.custom-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.email-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.email-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.email-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.subscription-editor .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.subscription-editor .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.subscription-editor .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.custom-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.custom-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.email-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.email-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.email-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.subscription-editor .subscription-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.subscription-editor .subscription-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.custom-configuration .subscription-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.email-configuration .subscription-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.email-configuration .subscription-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.subscription-editor .subscription-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.subscription-editor .subscription-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.custom-configuration .subscription-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.email-configuration .subscription-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.email-configuration .subscription-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.subscription-editor .subscription-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.subscription-editor .subscription-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.custom-configuration .subscription-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.email-configuration .subscription-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.email-configuration .subscription-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.subscription-editor .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.subscription-editor .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.subscription-editor .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.custom-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.custom-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.email-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.email-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.email-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-editor.email-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.subscription-editor .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.subscription-editor .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.subscription-editor .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-editor.email-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-editor.email-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-editor.email-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-editor.custom-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td a:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.subscription-editor .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.subscription-editor .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.subscription-editor .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-editor.custom-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-editor.custom-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .subscription-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .subscription-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .subscription-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .subscription-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .subscription-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .subscription-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .subscription-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .subscription-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .subscription-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .subscription-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .subscription-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .subscription-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .subscription-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .subscription-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .subscription-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .subscription-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .subscription-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .subscription-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.subscription-editor .subscription-address-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.subscription-editor .subscription-address-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.subscription-editor .subscription-customer-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.subscription-editor .subscription-customer-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.subscription-editor .subscription-info table tbody tr td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.subscription-editor .subscription-info table tbody tr td .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .model-editor.subscription-editor .subscription-info table tbody tr td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .model-editor.subscription-editor .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-address-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .subscription-info table tbody tr td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .model-editor.subscription-editor .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .model-editor.subscription-editor .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .model-editor.subscription-editor .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .model-editor.subscription-editor .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .model-editor.subscription-editor .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .model-editor.subscription-editor .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.subscription-editor .subscription-address-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.subscription-editor .subscription-customer-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.subscription-editor .subscription-info table tbody tr td .edit-metafields:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.subscription-editor .subscription-address-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.subscription-editor .subscription-customer-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.subscription-editor .subscription-info table tbody tr td .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td a:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-address-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-address-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-customer-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-info table tbody tr td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td a:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td a:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-info table tbody tr td h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .subscription-address-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .subscription-customer-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .subscription-info table tbody tr td li:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-address-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-customer-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.subscription-editor .subscription-info table tbody tr td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .subscription-info table tbody tr td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.subscription-editor .subscription-info table tbody tr td span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.subscription-editor .subscription-address-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.subscription-editor .subscription-customer-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.subscription-editor .subscription-info table tbody tr td .edit-fulfillment-company:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.subscription-editor .subscription-info table tbody tr td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.subscription-editor .subscription-info table tbody tr td .remove-shipping-carrier:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.subscription-editor .subscription-info table tbody tr td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.subscription-editor .subscription-info table tbody tr td .remove-app:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-address-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.custom-configuration .subscription-address-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.custom-configuration .subscription-customer-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.custom-configuration .subscription-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.email-configuration .subscription-address-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.email-configuration .subscription-customer-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.email-configuration .subscription-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.subscription-editor .subscription-address-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.subscription-editor .subscription-customer-info table tbody tr td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.subscription-editor .subscription-info table tbody tr td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.subscription-editor .subscription-info table tbody tr td .remove-plan:hover{text-decoration:underline}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info:after,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-and-addresses:after,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info:after,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-and-addresses:after,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info:after,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-and-addresses:after,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info:after,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-and-addresses:after,.app-view .dashboard-view .thunder-setting div.form-field.inline div.label-with-info:after{content:"";display:table;clear:both}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info{float:right;width:49%;margin-left:2%;text-align:left}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-statuses,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-statuses,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-statuses,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-statuses{float:left;margin:0;padding:0}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status{list-style:none;float:left;display:inline-block;margin-bottom:6px;margin-right:6px;padding:8px 12px;max-width:110px;border:#bbb 1px solid;border-radius:4px;text-align:center;font-size:13px;color:#666}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status[data-status=done],.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status[data-status=done],.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status[data-status=done],.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status[data-status=done]{border-color:#41960f;color:#41960f}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status[data-status=done] .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status[data-status=done] .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status[data-status=done] .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status[data-status=done] .iconic{fill:#41960f;width:13px;height:13px;position:relative;top:3px}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status[data-status=scheduled],.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status[data-status=scheduled],.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status[data-status=scheduled],.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status[data-status=scheduled]{border-color:#41960f;color:#41960f}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status[data-status=cancelled],.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status[data-status=cancelled],.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status[data-status=cancelled],.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-statuses .subscription-status[data-status=cancelled]{border-color:#da3a34;color:#da3a34}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .model-selector .select-model,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .model-selector .select-model,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .model-selector .select-model,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .model-selector .select-model{display:block;clear:both;margin-top:4px;width:240px}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .model-selector .clayful-tag,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .model-selector .clayful-tag,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .model-selector .clayful-tag,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .model-selector .clayful-tag{background:0 0;color:#406de0}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .model-selector .clayful-tag .remove-tag .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .model-selector .clayful-tag .remove-tag .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .model-selector .clayful-tag .remove-tag .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .model-selector .clayful-tag .remove-tag .iconic,.app-view .dashboard-view .store-front div.main-cards-wrap div.main-card div.icon-box{fill:#406de0}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .model-selector .clayful-tag>span>span:before,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .model-selector .clayful-tag>span>span:before,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .model-selector .clayful-tag>span>span:before,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .model-selector .clayful-tag>span>span:before{content:'#'}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions{margin:18px 0;padding-top:18px;border-top:#eee 1px dotted}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li{list-style:none;margin:0 0 10px}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-info,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-info,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-info,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-info{width:49%;float:left}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-info .subscription-total-amount ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-info .subscription-total-amount ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-info .subscription-total-amount ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-info .subscription-total-amount ul li{list-style:none;display:inline-block}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-info .subscription-total-amount ul li:nth-child(2):before,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-info .subscription-total-amount ul li:nth-child(2):before,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-info .subscription-total-amount ul li:nth-child(2):before,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-info .subscription-total-amount ul li:nth-child(2):before{content:'–'}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-info .subscription-notifications,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-info .subscription-notifications,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-info .subscription-notifications,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-info .subscription-notifications{margin-top:12px}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-info .subscription-notifications ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-info .subscription-notifications ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-info .subscription-notifications ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-info .subscription-notifications ul li{list-style:none;margin:6px 0;font-size:13px}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-info .subscription-notifications ul li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-info .subscription-notifications ul li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-info .subscription-notifications ul li .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-info .subscription-notifications ul li .iconic{position:relative;top:2px;width:13px;height:13px;margin-right:3px}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-info .subscription-notifications ul li[data-type=warning],.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-info .subscription-notifications ul li[data-type=warning],.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-info .subscription-notifications ul li[data-type=warning],.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-info .subscription-notifications ul li[data-type=warning]{color:#da3a34}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-info .subscription-notifications ul li[data-type=warning] .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-info .subscription-notifications ul li[data-type=warning] .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-info .subscription-notifications ul li[data-type=warning] .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-info .subscription-notifications ul li[data-type=warning] .iconic,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li span.remove-bank-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li span.remove-cs-channel-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li span.remove-main-display-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li span.remove-sidebar-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li span.remove-bank-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li span.remove-cs-channel-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li span.remove-main-display-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li span.remove-sidebar-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li span.remove-bank-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li span.remove-cs-channel-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li span.remove-main-display-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li span.remove-sidebar-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li span.remove-bank-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li span.remove-cs-channel-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li span.remove-main-display-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li span.remove-sidebar-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li span.remove-bank-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li span.remove-cs-channel-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li span.remove-main-display-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li span.remove-sidebar-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li span.remove-bank-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li span.remove-cs-channel-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li span.remove-main-display-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li span.remove-sidebar-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li span.remove-bank-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li span.remove-cs-channel-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li span.remove-main-display-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li span.remove-sidebar-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li span.remove-bank-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li span.remove-cs-channel-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li span.remove-main-display-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li span.remove-sidebar-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li span.remove-bank-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li span.remove-cs-channel-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li span.remove-main-display-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li span.remove-sidebar-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li span.remove-bank-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li span.remove-cs-channel-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li span.remove-main-display-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li span.remove-sidebar-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li span.remove-bank-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li span.remove-cs-channel-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li span.remove-main-display-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li span.remove-sidebar-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li span.remove-bank-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li span.remove-cs-channel-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li span.remove-main-display-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li span.remove-sidebar-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li span.remove-bank-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li span.remove-cs-channel-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li span.remove-main-display-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li span.remove-sidebar-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li span.remove-bank-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li span.remove-cs-channel-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li span.remove-main-display-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li span.remove-sidebar-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li span.remove-bank-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li span.remove-cs-channel-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li span.remove-main-display-item,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li span.remove-sidebar-item{fill:#da3a34}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-info .subscription-cancellation,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-info .subscription-request,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-info .subscription-cancellation,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-info .subscription-request,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-info .subscription-cancellation,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-info .subscription-request,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-info .subscription-cancellation,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-info .subscription-request{margin:18px 0}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-info .subscription-cancellation+.subscription-request,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-info .subscription-cancellation+.subscription-request,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-info .subscription-cancellation+.subscription-request,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-info .subscription-cancellation+.subscription-request{margin-top:24px}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-and-addresses,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-and-addresses,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-and-addresses,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-and-addresses{margin-top:24px;margin-bottom:32px}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-and-addresses .subscription-address-info,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-and-addresses .subscription-customer-info,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-and-addresses .subscription-address-info,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-and-addresses .subscription-customer-info,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-and-addresses .subscription-address-info,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-and-addresses .subscription-customer-info,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-and-addresses .subscription-address-info,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-and-addresses .subscription-customer-info{width:49%;float:left}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-and-addresses .subscription-customer-info .customer-groups ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-and-addresses .subscription-customer-info .customer-groups ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-and-addresses .subscription-customer-info .customer-groups ul li,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-and-addresses .subscription-customer-info .customer-groups ul li{list-style:none;display:inline-block;text-decoration:underline}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-and-addresses .subscription-customer-info .customer-groups ul li:after,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-and-addresses .subscription-customer-info .customer-groups ul li:after,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-and-addresses .subscription-customer-info .customer-groups ul li:after,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-and-addresses .subscription-customer-info .customer-groups ul li:after{content:',';margin-right:4px}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-and-addresses .subscription-customer-info .customer-groups ul li:last-child:after,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-and-addresses .subscription-customer-info .customer-groups ul li:last-child:after,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-and-addresses .subscription-customer-info .customer-groups ul li:last-child:after,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-and-addresses .subscription-customer-info .customer-groups ul li:last-child:after{content:'';margin-right:0}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-customer-and-addresses .subscription-address-info,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-customer-and-addresses .subscription-address-info,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-customer-and-addresses .subscription-address-info,.app-view .dashboard-view .model-editor.subscription-editor .subscription-customer-and-addresses .subscription-address-info{margin-left:2%}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items,.app-view .dashboard-view .model-editor.subscription-editor .order-items{width:100%}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items thead tr th,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items thead tr th,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items thead tr th,.app-view .dashboard-view .model-editor.subscription-editor .order-items thead tr th,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items thead tr th{padding-bottom:14px;text-align:left;font-size:16px;font-weight:300}.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.custom-configuration .order-items .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.email-configuration .order-items .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.subscription-editor .order-items .write-memo,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .order-items .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .order-items .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .order-items .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.subscription-editor .order-items .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.custom-configuration .order-items .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.email-configuration .order-items .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.subscription-editor .order-items .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.custom-configuration .order-items .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.email-configuration .order-items .regenerate-token,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .order-items .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .order-items .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .order-items .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .order-items .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .order-items .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .order-items .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.subscription-editor .order-items .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.subscription-editor .order-items .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.custom-configuration .order-items .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.custom-configuration .order-items .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.email-configuration .order-items .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.email-configuration .order-items .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.subscription-editor .order-items .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.subscription-editor .order-items .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.custom-configuration .order-items .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.custom-configuration .order-items .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.email-configuration .order-items .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.email-configuration .order-items .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.subscription-editor .order-items span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.custom-configuration .order-items span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.email-configuration .order-items span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.subscription-editor .order-items span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.custom-configuration .order-items span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.email-configuration .order-items span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.subscription-editor .order-items li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .order-items li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.custom-configuration .order-items li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.email-configuration .order-items li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.subscription-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.subscription-editor .order-items span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.custom-configuration .order-items span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.email-configuration .order-items span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.subscription-editor .order-items span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.custom-configuration .order-items span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.email-configuration .order-items span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .subscription-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .subscription-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.subscription-editor .order-items li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .order-items li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.custom-configuration .order-items li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.email-configuration .order-items li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.subscription-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .order-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .order-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.subscription-editor .order-items span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.custom-configuration .order-items span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.email-configuration .order-items span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.subscription-editor .order-items span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.custom-configuration .order-items span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.email-configuration .order-items span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .subscription-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .subscription-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.subscription-editor .order-items li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .order-items li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.custom-configuration .order-items li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.email-configuration .order-items li,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.subscription-editor .order-items .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .order-items .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.custom-configuration .order-items .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.email-configuration .order-items .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.subscription-editor .order-items .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .order-items .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.custom-configuration .order-items .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.email-configuration .order-items .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.subscription-editor .order-items .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .order-items .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.custom-configuration .order-items .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.email-configuration .order-items .edit-metafields,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.subscription-editor .order-items .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.subscription-editor .order-items .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .order-items .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .order-items .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.email-configuration .order-items .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.email-configuration .order-items .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.subscription-editor .order-items .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.subscription-editor .order-items .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.custom-configuration .order-items .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.custom-configuration .order-items .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.email-configuration .order-items .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.email-configuration .order-items .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.subscription-editor .order-items .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.subscription-editor .order-items .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.custom-configuration .order-items .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.custom-configuration .order-items .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.email-configuration .order-items .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.email-configuration .order-items .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items a,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.subscription-editor .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.custom-configuration .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.email-configuration .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.subscription-editor .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.custom-configuration .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.email-configuration .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .order-items .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .order-items .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .order-items .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .order-items .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .order-items .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .order-items .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .order-items .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .order-items .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .order-items .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.subscription-editor .order-items li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-items li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.custom-configuration .order-items li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.email-configuration .order-items li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items a,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.subscription-editor .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-editor.email-configuration .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.subscription-editor .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-editor.email-configuration .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .order-items .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .order-items .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .order-items .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .order-items .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .order-items .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .order-items .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.subscription-editor .order-items li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-items li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .order-items li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-editor.email-configuration .order-items li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items a,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items h4 ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.subscription-editor .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-editor.custom-configuration .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.subscription-editor .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-editor.custom-configuration .order-items span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .order-items .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .order-items .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .order-items .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .order-items .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .order-items .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .order-items .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.subscription-editor .order-items li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-items li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .order-items li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-editor.custom-configuration .order-items li,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .order-items .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .order-items .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .order-items .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .order-items .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .order-items .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .order-items .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .order-items .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .order-items .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .order-items span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .order-items span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .order-items span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .order-items span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .order-items .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .order-items .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .order-items .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .order-items .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .order-items .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .order-items .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .order-items .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .order-items .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .order-items span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .order-items span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .order-items span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .order-items span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .order-items .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .order-items .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .order-items .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .order-items .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .order-items .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .order-items .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .order-items .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .order-items .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .order-items span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .order-items span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .order-items span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .order-items span,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.custom-configuration .order-items .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.email-configuration .order-items .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .model-editor.subscription-editor .order-items .regenerate-token,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.custom-configuration .order-items .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.custom-configuration .order-items .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.email-configuration .order-items .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.email-configuration .order-items .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.subscription-editor .order-items .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.subscription-editor .order-items .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .subscription-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .message-channels .subscription-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .model-editor.subscription-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .order-items .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .order-items .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .order-items .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .order-items .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .order-items .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .order-items .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .order-items .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .order-items .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.custom-configuration .order-items .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.email-configuration .order-items .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.custom-configuration .order-items .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.email-configuration .order-items .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.custom-configuration .order-items .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.email-configuration .order-items .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.custom-configuration .order-items span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.email-configuration .order-items span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .model-editor.subscription-editor .order-items span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.custom-configuration .order-items span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.email-configuration .order-items span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .order-items span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.custom-configuration .order-items span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.email-configuration .order-items span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .model-editor.subscription-editor .order-items span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.custom-configuration .order-items span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.email-configuration .order-items span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .model-editor.subscription-editor .order-items span,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.custom-configuration .order-items li,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.email-configuration .order-items li,.app-view .dashboard-view .model-editor.order-editor h4 ul .model-editor.subscription-editor .order-items li,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.custom-configuration .order-items .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.email-configuration .order-items .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.subscription-editor .order-items .edit-metafields,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.custom-configuration .order-items .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.custom-configuration .order-items .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.email-configuration .order-items .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.email-configuration .order-items .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .model-editor.subscription-editor .order-items .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .model-editor.subscription-editor .order-items .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .order-items .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .model-editor.subscription-editor .order-items .section-global-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .section-local-actions li span,.app-view .dashboard-view .model-editor.subscription-editor .order-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .model-editor.subscription-editor .order-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .model-editor.subscription-editor .order-items .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .model-editor.subscription-editor .order-items .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .model-editor.subscription-editor .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .order-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .model-editor.subscription-editor .order-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .model-editor.subscription-editor .order-items a,.app-view .dashboard-view .model-editor.subscription-editor .order-items h4 ul li,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.custom-configuration .order-items span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.email-configuration .order-items span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .order-items span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.custom-configuration .order-items span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.email-configuration .order-items span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .order-items span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .order-items .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .order-items .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .order-items .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .order-items .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .order-items .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .order-items .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .show-operations,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.custom-configuration .order-items li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.email-configuration .order-items li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .order-items li,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.custom-configuration .order-items .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.email-configuration .order-items .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.subscription-editor .order-items .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.custom-configuration .order-items .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.email-configuration .order-items .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .order-items .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.custom-configuration .order-items span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.email-configuration .order-items span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.subscription-editor .order-items span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.custom-configuration .order-items .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.email-configuration .order-items .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.subscription-editor .order-items .edit-fulfillment-company,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.custom-configuration .order-items .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.custom-configuration .order-items .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.email-configuration .order-items .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.email-configuration .order-items .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.subscription-editor .order-items .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.subscription-editor .order-items .remove-shipping-carrier,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.custom-configuration .order-items .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.custom-configuration .order-items .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.email-configuration .order-items .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.email-configuration .order-items .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.subscription-editor .order-items .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.subscription-editor .order-items .remove-app,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.custom-configuration .order-items .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.custom-configuration .order-items .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.email-configuration .order-items .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.email-configuration .order-items .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.subscription-editor .order-items .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.subscription-editor .order-items .remove-plan{color:inherit}.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.custom-configuration .order-items .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .message-channels .subscription-editor.email-configuration .order-items .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .model-editor.subscription-editor .order-items .write-memo:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .model-editor.subscription-editor .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.custom-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .subscription-editor.email-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .model-editor.subscription-editor .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.custom-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .subscription-editor.email-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .order-items .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .order-items .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .order-items .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .order-items .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .order-items .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .order-items .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.subscription-editor .order-items .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .model-editor.subscription-editor .order-items .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.custom-configuration .order-items .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.custom-configuration .order-items .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.email-configuration .order-items .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .subscription-editor.email-configuration .order-items .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.subscription-editor .order-items .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .model-editor.subscription-editor .order-items .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.custom-configuration .order-items .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.custom-configuration .order-items .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.email-configuration .order-items .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .subscription-editor.email-configuration .order-items .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .model-editor.subscription-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.subscription-editor .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.custom-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.email-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.subscription-editor .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.custom-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.email-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .subscription-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-editor.subscription-editor .order-items li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .order-items li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.custom-configuration .order-items li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.email-configuration .order-items li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .model-editor.subscription-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-editor.subscription-editor .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.custom-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .subscription-editor.email-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-editor.subscription-editor .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.custom-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .subscription-editor.email-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .subscription-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .subscription-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .model-editor.subscription-editor .order-items li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .order-items li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.custom-configuration .order-items li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .subscription-editor.email-configuration .order-items li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .model-editor.subscription-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.custom-configuration .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .subscription-editor.email-configuration .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.custom-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .subscription-editor.email-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.custom-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .subscription-editor.email-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.custom-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .subscription-editor.email-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-editor.subscription-editor .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.bizm-kakao-sms-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.custom-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .subscription-editor.email-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.bizm-kakao-sms-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.custom-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .subscription-editor.email-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .model-editor.subscription-editor .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.custom-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .subscription-editor.email-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .model-editor.subscription-editor .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.custom-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .subscription-editor.email-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .subscription-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .subscription-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .model-editor.subscription-editor .order-items li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .order-items li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.custom-configuration .order-items li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .subscription-editor.email-configuration .order-items li:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-editor.subscription-editor .order-items .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .order-items .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.custom-configuration .order-items .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .subscription-editor.email-configuration .order-items .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .model-editor.subscription-editor .order-items .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .order-items .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.custom-configuration .order-items .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .subscription-editor.email-configuration .order-items .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .model-editor.subscription-editor .order-items .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.bizm-kakao-sms-configuration .order-items .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.custom-configuration .order-items .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .subscription-editor.email-configuration .order-items .edit-metafields:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.subscription-editor .order-items .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-editor.subscription-editor .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .order-items .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.custom-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.email-configuration .order-items .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .subscription-editor.email-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.subscription-editor .order-items .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .model-editor.subscription-editor .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.custom-configuration .order-items .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.custom-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.email-configuration .order-items .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .subscription-editor.email-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.subscription-editor .order-items .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .model-editor.subscription-editor .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.custom-configuration .order-items .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.custom-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.email-configuration .order-items .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .subscription-editor.email-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items a:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-editor.subscription-editor .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.custom-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .subscription-editor.email-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-editor.subscription-editor .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.custom-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .subscription-editor.email-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-editor.subscription-editor .order-items li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-items li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.custom-configuration .order-items li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .subscription-editor.email-configuration .order-items li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items a:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-editor.subscription-editor .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .subscription-editor.email-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-editor.subscription-editor .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .subscription-editor.email-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.email-configuration .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .model-editor.subscription-editor .order-items li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-items li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .order-items li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .subscription-editor.email-configuration .order-items li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items a:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items h4 ul li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-editor.subscription-editor .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .subscription-editor.custom-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-editor.subscription-editor .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-editor.bizm-kakao-sms-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .subscription-editor.custom-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-editor.subscription-editor .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.bizm-kakao-sms-configuration .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .subscription-editor.custom-configuration .order-items .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .model-editor.subscription-editor .order-items li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-items li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-editor.bizm-kakao-sms-configuration .order-items li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .subscription-editor.custom-configuration .order-items li:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .order-items .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .order-items .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .order-items .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .order-items .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .order-items .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .order-items .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .order-items .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .order-items .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .order-items span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .order-items .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .order-items .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .order-items .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .order-items .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .order-items .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .order-items .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .order-items .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .order-items .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .order-items span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-editor.subscription-editor .order-items .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.bizm-kakao-sms-configuration .order-items .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.custom-configuration .order-items .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .subscription-editor.email-configuration .order-items .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .order-items .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.bizm-kakao-sms-configuration .order-items .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.custom-configuration .order-items .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .subscription-editor.email-configuration .order-items .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-editor.subscription-editor .order-items span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.bizm-kakao-sms-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.custom-configuration .order-items span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .subscription-editor.email-configuration .order-items span:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.custom-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .message-channels .subscription-editor.email-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .model-editor.subscription-editor .order-items .regenerate-token:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.custom-configuration .order-items .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.custom-configuration .order-items .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.email-configuration .order-items .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .message-channels .subscription-editor.email-configuration .order-items .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.subscription-editor .order-items .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .model-editor.subscription-editor .order-items .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .subscription-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .message-channels .subscription-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .model-editor.subscription-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .order-items .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.custom-configuration .order-items .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .order-items .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .message-channels .subscription-editor.email-configuration .order-items .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-editor.subscription-editor .order-items .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.custom-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .message-channels .subscription-editor.email-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.custom-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .message-channels .subscription-editor.email-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.custom-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .message-channels .subscription-editor.email-configuration .order-items .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .model-editor.subscription-editor .order-items .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.custom-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .message-channels .subscription-editor.email-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .model-editor.subscription-editor .order-items span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.custom-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .message-channels .subscription-editor.email-configuration .order-items span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .model-editor.subscription-editor .order-items span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.custom-configuration .order-items span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .message-channels .subscription-editor.email-configuration .order-items span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .model-editor.subscription-editor .order-items span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.custom-configuration .order-items span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .message-channels .subscription-editor.email-configuration .order-items span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .model-editor.subscription-editor .order-items span:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.custom-configuration .order-items li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .message-channels .subscription-editor.email-configuration .order-items li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .model-editor.subscription-editor .order-items li:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.custom-configuration .order-items .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .message-channels .subscription-editor.email-configuration .order-items .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .model-editor.subscription-editor .order-items .edit-metafields:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.custom-configuration .order-items .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.custom-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.email-configuration .order-items .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .message-channels .subscription-editor.email-configuration .order-items .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.subscription-editor .order-items .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .model-editor.subscription-editor .order-items .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .section-global-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .section-local-actions li span:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items a:hover,.app-view .dashboard-view .model-editor.subscription-editor .order-items h4 ul li:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.custom-configuration .order-items span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .message-channels .subscription-editor.email-configuration .order-items span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .order-items span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.custom-configuration .order-items span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .message-channels .subscription-editor.email-configuration .order-items span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .order-items span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.custom-configuration .order-items .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .order-items .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .order-items .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .message-channels .subscription-editor.email-configuration .order-items .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-items .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.custom-configuration .order-items li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .message-channels .subscription-editor.email-configuration .order-items li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .order-items li:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.custom-configuration .order-items .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .message-channels .subscription-editor.email-configuration .order-items .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-editor.subscription-editor .order-items .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.custom-configuration .order-items .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .message-channels .subscription-editor.email-configuration .order-items .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-editor.subscription-editor .order-items .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.custom-configuration .order-items span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .message-channels .subscription-editor.email-configuration .order-items span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .model-editor.subscription-editor .order-items span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.custom-configuration .order-items .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .message-channels .subscription-editor.email-configuration .order-items .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .model-editor.subscription-editor .order-items .edit-fulfillment-company:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.custom-configuration .order-items .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.custom-configuration .order-items .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.email-configuration .order-items .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .message-channels .subscription-editor.email-configuration .order-items .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.subscription-editor .order-items .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-editor.subscription-editor .order-items .remove-shipping-carrier:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.custom-configuration .order-items .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.custom-configuration .order-items .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.email-configuration .order-items .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .message-channels .subscription-editor.email-configuration .order-items .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.subscription-editor .order-items .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .model-editor.subscription-editor .order-items .remove-app:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.custom-configuration .order-items .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.custom-configuration .order-items .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.email-configuration .order-items .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .message-channels .subscription-editor.email-configuration .order-items .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.subscription-editor .order-items .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-editor.subscription-editor .order-items .remove-plan:hover{text-decoration:underline}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-label,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-entity-label,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-entity-label,.app-view .dashboard-view .model-editor.subscription-editor .order-items .order-entity-label{color:#9c9c9c}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-entity-label:after,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-entity-label:after,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-entity-label:after,.app-view .dashboard-view .model-editor.subscription-editor .order-items .order-entity-label:after{content:':';margin-right:4px}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-item td,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-item td,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-item td,.app-view .dashboard-view .model-editor.subscription-editor .order-items .order-item td,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items td,.app-view .dashboard-view .order-refund-editor .refund-items td,.app-view .dashboard-view .order-refund-editor .refund-shipments td{padding:12px 0;border-top:#eee 1px solid}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-item td.order-item-name,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-item td.order-item-name,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-item td.order-item-name,.app-view .dashboard-view .model-editor.subscription-editor .order-items .order-item td.order-item-name{vertical-align:top;max-width:240px}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-item .order-item-thumbnail-container,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-item .order-item-thumbnail-container,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-item .order-item-thumbnail-container,.app-view .dashboard-view .model-editor.subscription-editor .order-items .order-item .order-item-thumbnail-container{padding-right:14px;width:100px}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-item .order-item-thumbnail-container img,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-item .order-item-thumbnail-container img,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-item .order-item-thumbnail-container img,.app-view .dashboard-view .model-editor.subscription-editor .order-items .order-item .order-item-thumbnail-container img,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .order-item-thumbnail-container img{width:100px;height:auto}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-item .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-item .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-item .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .model-editor.subscription-editor .order-items .order-item .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .order-item-thumbnail-container img.order-item-thumbnail-placeholder{opacity:.5}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-item h5.order-item-name,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-item h5.order-item-name,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-item h5.order-item-name,.app-view .dashboard-view .model-editor.subscription-editor .order-items .order-item h5.order-item-name,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items h5.order-item-name{margin:0 0 6px;padding:0;font-size:15px;font-weight:600}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-item h6.order-item-option,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-item h6.order-item-option,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-item h6.order-item-option,.app-view .dashboard-view .model-editor.subscription-editor .order-items .order-item h6.order-item-option,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items h6.order-item-option,.app-view .dashboard-view .order-refund-editor .refund-items h6.order-item-option{margin:0 0 6px;padding:0;font-size:13px;color:#666}.app-view .dashboard-view .order-refund-editor .refund-items h6.order-shipment-type{padding:0;font-size:13px;color:#666}.app-view .dashboard-view .order-refund-editor .refund-shipments h6.order-item-option{margin:0 0 6px;padding:0;font-size:13px;color:#666}.app-view .dashboard-view .order-refund-editor .refund-shipments h6.order-shipment-type{padding:0;font-size:13px;color:#666}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-item .order-item-request,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-item .order-item-request,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-item .order-item-request,.app-view .dashboard-view .model-editor.subscription-editor .order-items .order-item .order-item-request{margin-top:4px;margin-bottom:0;font-size:13px}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-item .order-item-summary ul li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-item .order-item-summary ul li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-item .order-item-summary ul li,.app-view .dashboard-view .model-editor.subscription-editor .order-items .order-item .order-item-summary ul li{list-style:none;margin-bottom:2px;font-size:13.5px}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-item .order-item-quantity-value:before,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-item .order-item-quantity-value:before,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-item .order-item-quantity-value:before,.app-view .dashboard-view .model-editor.subscription-editor .order-items .order-item .order-item-quantity-value:before{content:'×';margin-right:4px}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-item .order-item-price .order-item-sale-price,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-item .order-item-price .order-item-sale-price,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-item .order-item-price .order-item-sale-price,.app-view .dashboard-view .model-editor.subscription-editor .order-items .order-item .order-item-price .order-item-sale-price{display:block}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .order-items .order-item .order-item-price .order-item-compare-price,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .order-items .order-item .order-item-price .order-item-compare-price,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .order-items .order-item .order-item-price .order-item-compare-price,.app-view .dashboard-view .model-editor.subscription-editor .order-items .order-item .order-item-price .order-item-compare-price{display:block;text-decoration:line-through;color:#888}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-schedules .schedule-status,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-schedules span.schedule-order,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-schedules .schedule-status,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-schedules span.schedule-order,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-schedules .schedule-status,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-schedules span.schedule-order,.app-view .dashboard-view .model-editor.subscription-editor .subscription-schedules .schedule-status,.app-view .dashboard-view .model-editor.subscription-editor .subscription-schedules span.schedule-order{color:#9c9c9c}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-schedules .schedule-status[data-status=done],.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-schedules .schedule-status[data-status=done],.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-schedules .schedule-status[data-status=done],.app-view .dashboard-view .model-editor.subscription-editor .subscription-schedules .schedule-status[data-status=done]{color:#41960f}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-schedules .schedule-status[data-status=fail],.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-schedules .schedule-status[data-status=fail],.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-schedules .schedule-status[data-status=fail],.app-view .dashboard-view .model-editor.subscription-editor .subscription-schedules .schedule-status[data-status=fail],.app-view .dashboard-view .store-front div.notice div.form-field.notice-list-table clayful-table table.clayful-table tbody tr td div span.edit-remove{color:#da3a34}.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-schedules .fulfill-schedule .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-schedules .fulfill-schedule .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-schedules .fulfill-schedule .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-schedules .fulfill-schedule .iconic{fill:#406de0;position:relative;top:3px;margin-left:4px;cursor:pointer}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor{margin-bottom:18px}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details{margin-bottom:12px;border:#dadada 1px solid;font-size:13px}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details thead,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details thead,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details thead,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details thead{border-bottom:#dadada 1px solid}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details tr td,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details tr th,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details tr td,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details tr th,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details tr td,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details tr th,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details tr td,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details tr th{padding:4px 8px}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details tr th,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details tr th,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details tr th,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details tr th{text-align:left;font-weight:500}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details tr:first-child td,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details tr:first-child td,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details tr:first-child td,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details tr:first-child td,.app-view .dashboard-view .sync-operations .sync-operation-list table tbody tr:first-child td{padding-top:8px}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details tr:last-child td,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details tr:last-child td,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details tr:last-child td,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details tr:last-child td{padding-bottom:8px}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details input[type=number],.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details input[type=text],.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details input[type=number],.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details input[type=text],.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details input[type=number],.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details input[type=text],.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details input[type=number],.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details input[type=text],.app-view .dashboard-view .shipping-rules-editor input[type=number]{padding:2px 8px}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .percentage-symbol,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .percentage-symbol,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .percentage-symbol,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .percentage-symbol{padding:2px}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail span,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail span{color:#da3a34!important}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail span:hover{color:#cf2c26!important}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail span:hover svg,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail span:hover svg,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail span:hover svg,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail span:hover svg,.app-view .dashboard-view .thunder-setting .method-delete:hover svg,.app-view .dashboard-view .thunder-setting .remove-refund-reason:hover svg{fill:#cf2c26!important}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .no-details td,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .no-details td,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .no-details td,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .no-details td{padding:14px}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .add-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .add-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .add-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .add-detail{border-top:#dadada 1px solid}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .add-detail .add-new-tab,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .add-detail .add-new-tab,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .add-detail .add-new-tab,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .add-detail .add-new-tab{float:right;display:inline-block;padding:6px 10px;border-radius:8px;font-size:13px}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .add-detail .add-new-tab .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .add-detail .add-new-tab .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .add-detail .add-new-tab .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .add-detail .add-new-tab .iconic{margin-right:2px}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor{max-width:100%;margin-left:auto;margin-right:auto;border-top:#ccc 1px solid}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor:after,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor:after,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor:after,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor:after{content:" ";display:block;clear:both}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-region-info,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-region-info,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-region-info,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-region-info{box-sizing:border-box;width:14%;float:left;padding:8px .69444%;font-size:18px}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules{box-sizing:border-box;width:86%;float:left;padding-left:.69444%;padding-right:0}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions{margin-bottom:8px}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .clayful-block{margin-bottom:0}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header{background-color:#efefef;border-top:none}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header h2,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header h2,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header h2,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header h2{margin:0;padding:0;font-size:16px}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .application-tags,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .application-tags,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .application-tags,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .application-tags{display:inline-block;margin-left:8px}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .application-tags .application-tag,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .application-tags .application-tag,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .application-tags .application-tag,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .application-tags .application-tag{margin-right:2px;padding:0 6px;border-radius:8px;font-size:12px;border:#ccc 1px solid;color:#aaa}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .tax-details-summary,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .tax-details-summary,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .tax-details-summary,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .tax-details-summary{display:inline-block;margin:0;font-size:13px}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .tax-details-summary .detail-name,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .tax-details-summary .detail-name,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .tax-details-summary .detail-name,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .tax-details-summary .detail-name{font-size:11px;color:#aaa}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .config-errors,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .config-errors,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .config-errors,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .config-errors{font-size:13px;color:#da3a34}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .config-errors .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .config-errors .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .config-errors .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .clayful-block .block-header .config-errors .iconic{position:relative;top:1px;width:12px;height:12px;fill:#da3a34}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .tax-detail-editor,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .tax-detail-editor,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .tax-detail-editor,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .clayful-block .tax-detail-editor{float:left}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .tax-detail-editor,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .tax-detail-editor,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .tax-detail-editor,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .clayful-block .tax-detail-editor{margin-right:14px}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules .exception-model,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules .exception-model,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules .exception-model,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules .exception-model,.app-view .dashboard-view .store-front div.storefront-site-exposure p.site-url{margin-top:0}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules .clayful-select,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules .model-selector,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules .clayful-select,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules .model-selector,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules .clayful-select,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules .model-selector,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules .clayful-select,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules .model-selector{margin-bottom:14px}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules .clayful-select,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules .clayful-select,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules .clayful-select,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .clayful-block .exception-rules .clayful-select{min-width:240px}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .rule-actions,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .rule-actions,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .rule-actions,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .clayful-block .rule-actions{text-align:right;clear:both}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .rule-actions .clayful-button,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .rule-actions .clayful-button,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .clayful-block .rule-actions .clayful-button,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .clayful-block .rule-actions .clayful-button,.app-view .dashboard-view .store-front div.storefront-site-exposure clayful-button button{max-width:240px}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .new-exception .add-new-tab,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .new-exception .add-new-tab,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .new-exception .add-new-tab,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .new-exception .add-new-tab{border-top:none;border-bottom:none}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions{margin-top:12px;font-size:12px;text-align:right}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions>div,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions>div,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions>div,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions>div{margin:4px 0}.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .iconic{position:relative;top:2px;width:12px;height:12px}.app-view .dashboard-view .thunder-setting span.social-login-service{letter-spacing:-.5px}.app-view .dashboard-view .thunder-setting div.order-field-wrap,.app-view .dashboard-view .thunder-setting div.recipient-field-wrap,.app-view .dashboard-view .thunder-setting div.registrations-wrap{display:inline-block;margin-right:32px}.app-view .dashboard-view .thunder-setting div.thunder-general-legal-setting-wrap{margin-top:4px;margin-bottom:6px}.app-view .dashboard-view .thunder-setting div.thunder-general-legal-setting-wrap span.thunder-general-legal-setting{color:#406de0;margin-right:8px}.app-view .dashboard-view .thunder-setting div.thunder-general-legal-setting-wrap span.thunder-general-legal-setting .iconic{width:14px;height:14px;position:relative;top:1px;margin-right:4px;fill:#406de0}.app-view .dashboard-view .thunder-setting div.refund-reason-categories ul.labels li{list-style:none;margin-bottom:6px}.app-view .dashboard-view .store-front .policy-config div.refund-reason-categories ul.labels li.label span.refund-reason-message,.app-view .dashboard-view .thunder-setting div.refund-reason-categories ul.labels li.label span.refund-reason-message{color:#606060;margin-right:10px}.app-view .dashboard-view .store-front .policy-config div.refund-reason-categories ul.labels li.label span.remove-refund-reason .iconic,.app-view .dashboard-view .store-front .policy-config ul.payment-method-list li span.method-delete .iconic,.app-view .dashboard-view .thunder-setting div.refund-reason-categories ul.labels li.label span.remove-refund-reason .iconic,.app-view .dashboard-view .thunder-setting ul.payment-method-list li span.method-delete .iconic{position:relative;top:3px;margin-left:8px;fill:#406de0}.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li input.cs-channels-link,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li input.footer-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li input.sidebar-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li input.site-page-home,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li input.cs-channels-link,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li input.footer-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li input.sidebar-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li input.site-page-home,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li input.cs-channels-link,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li input.footer-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li input.sidebar-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li input.site-page-home,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li input.cs-channels-link,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li input.footer-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li input.sidebar-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li input.site-page-home,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li input.cs-channels-link,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li input.footer-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li input.sidebar-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li input.site-page-home,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li input.cs-channels-link,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li input.footer-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li input.sidebar-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li input.site-page-home,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li input.cs-channels-link,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li input.footer-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li input.sidebar-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li input.site-page-home,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li input.cs-channels-link,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li input.footer-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li input.sidebar-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li input.site-page-home,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li input.cs-channels-link,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li input.footer-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li input.sidebar-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li input.site-page-home,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li input.cs-channels-link,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li input.footer-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li input.sidebar-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li input.site-page-home,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li input.cs-channels-link,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li input.footer-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li input.sidebar-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li input.site-page-home,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li input.cs-channels-link,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li input.footer-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li input.sidebar-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li input.site-page-home,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li input.cs-channels-link,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li input.footer-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li input.sidebar-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li input.site-page-home,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li input.cs-channels-link,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li input.footer-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li input.sidebar-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li input.site-page-home,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li input.cs-channels-link,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li input.footer-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li input.sidebar-display-name,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li input.site-page-home,.app-view .dashboard-view .store-front div.storefront-site-section input.link-address,.app-view .dashboard-view .thunder-setting div.refund-reason-categories ul.labels li.label input{margin-right:8px}.app-view .dashboard-view .thunder-setting div.refund-reason-sub-head>ul{margin:0;padding:0;list-style:none}.app-view .dashboard-view .thunder-setting div.refund-reason-sub-head>ul li{display:inline-block;min-width:200px;margin-bottom:10px;font-size:13px;color:#888}.app-view .dashboard-view .thunder-setting div.refund-reason-sub-head>ul li:first-child{min-width:248px}.app-view .dashboard-view .thunder-setting div.payment-method-popup div.clayful-popup-box-body{min-height:400px;position:relative}.app-view .dashboard-view .message-channels .store-front .policy-config div.payment-method-popup div.clayful-popup-box-body div.bizm-kakao-sms-configuration section.button-group,.app-view .dashboard-view .message-channels .store-front .policy-config div.payment-method-popup div.clayful-popup-box-body div.custom-configuration section.button-group,.app-view .dashboard-view .message-channels .store-front .policy-config div.payment-method-popup div.clayful-popup-box-body div.email-configuration section.button-group,.app-view .dashboard-view .message-channels .thunder-setting div.payment-method-popup div.clayful-popup-box-body div.bizm-kakao-sms-configuration section.button-group,.app-view .dashboard-view .message-channels .thunder-setting div.payment-method-popup div.clayful-popup-box-body div.custom-configuration section.button-group,.app-view .dashboard-view .message-channels .thunder-setting div.payment-method-popup div.clayful-popup-box-body div.email-configuration section.button-group,.app-view .dashboard-view .store-front .policy-config div.payment-method-popup div.clayful-popup-box-body .message-channels div.bizm-kakao-sms-configuration section.button-group,.app-view .dashboard-view .store-front .policy-config div.payment-method-popup div.clayful-popup-box-body .message-channels div.custom-configuration section.button-group,.app-view .dashboard-view .store-front .policy-config div.payment-method-popup div.clayful-popup-box-body .message-channels div.email-configuration section.button-group,.app-view .dashboard-view .store-front .policy-config div.payment-method-popup div.clayful-popup-box-body div.model-editor section.button-group,.app-view .dashboard-view .thunder-setting div.payment-method-popup div.clayful-popup-box-body .message-channels div.bizm-kakao-sms-configuration section.button-group,.app-view .dashboard-view .thunder-setting div.payment-method-popup div.clayful-popup-box-body .message-channels div.custom-configuration section.button-group,.app-view .dashboard-view .thunder-setting div.payment-method-popup div.clayful-popup-box-body .message-channels div.email-configuration section.button-group,.app-view .dashboard-view .thunder-setting div.payment-method-popup div.clayful-popup-box-body div.model-editor section.button-group{position:absolute;bottom:0;width:90%}.app-view .dashboard-view .store-front .policy-config ul.payment-method-list li,.app-view .dashboard-view .thunder-setting ul.payment-method-list li{margin-bottom:10px}.app-view .dashboard-view .store-front .policy-config ul.payment-method-list li p.thunder-config-sub-head,.app-view .dashboard-view .thunder-setting ul.payment-method-list li p.thunder-config-sub-head{margin-top:2px}.app-view .dashboard-view .store-front .policy-config .thunder-config-popup div.clayful-popup-box-body,.app-view .dashboard-view .thunder-setting .thunder-config-popup div.clayful-popup-box-body{overflow:hidden}.app-view .dashboard-view .store-front .policy-config .thunder-config-popup div.clayful-popup-box-body span.style-code-label,.app-view .dashboard-view .thunder-setting .thunder-config-popup div.clayful-popup-box-body span.style-code-label{display:block;margin-top:14px}.app-view .dashboard-view .thunder-setting .thunder-config-popup div.clayful-popup-box-body div.thunder-config-codebox pre{max-height:310px;overflow:auto;padding-left:10px;margin-bottom:14px;background-color:#fff}.app-view .dashboard-view .store-front .policy-config .thunder-config-popup div.clayful-popup-box-body div.thunder-config-codebox pre code.thunder-config-code,.app-view .dashboard-view .thunder-setting .thunder-config-popup div.clayful-popup-box-body div.thunder-config-codebox pre code.thunder-config-code{font-family:'Courier New',Courier,monospace;color:#737373}.app-view .dashboard-view .store-front .policy-config .thunder-config-popup div.clayful-popup-box-body div.thunder-config-codebox pre.style-code,.app-view .dashboard-view .thunder-setting .thunder-config-popup div.clayful-popup-box-body div.thunder-config-codebox pre.style-code{max-height:140px;overflow-y:hidden}.app-view .dashboard-view .thunder-setting .thunder-config-sub-head{font-size:13px;color:#959595;margin:0;padding:0}.app-view .dashboard-view .thunder-setting .thunder-config-alert{font-size:13px;margin:0;padding:0}.app-view .dashboard-view .store-front .policy-config .thunder-config-alert svg,.app-view .dashboard-view .thunder-setting .thunder-config-alert svg{fill:#da3a34;width:13px;height:13px}.app-view .dashboard-view .store-front .policy-config div.form-field.inline div.label-with-info,.app-view .dashboard-view .thunder-setting div.form-field.inline div.label-with-info{display:inline-block;width:16.66667%}.app-view .dashboard-view .store-front .policy-config div.form-field.inline div.label-with-info label.clayful-label,.app-view .dashboard-view .thunder-setting div.form-field.inline div.label-with-info label.clayful-label{width:auto}.app-view .dashboard-view .store-front .policy-config div.form-field.inline div.label-with-info span.label-info-mark,.app-view .dashboard-view .thunder-setting div.form-field.inline div.label-with-info span.label-info-mark{top:10px;left:7px}.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li div.clayful-select,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li div.clayful-select,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li div.clayful-select,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li div.clayful-select,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li div.clayful-select,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li div.clayful-select,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li div.clayful-select,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li div.clayful-select,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li div.clayful-select,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li div.clayful-select,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li div.clayful-select,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li div.clayful-select,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li div.clayful-select,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li div.clayful-select,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li div.clayful-select,.app-view .dashboard-view .thunder-setting .thunder-address-setting div.thunder-address-setting,.app-view .dashboard-view .thunder-setting .thunder-address-setting div.thunder-subscription-use-datepicker,.app-view .dashboard-view .thunder-setting .thunder-subscription-use-datepicker div.thunder-address-setting,.app-view .dashboard-view .thunder-setting .thunder-subscription-use-datepicker div.thunder-subscription-use-datepicker{display:inline-block;margin-right:8px}.app-view .dashboard-view .store-front .policy-config p.thunder-config-alert.iamport-id,.app-view .dashboard-view .thunder-setting p.thunder-config-alert.iamport-id{margin-top:8px}.app-view .dashboard-view .store-front .policy-config .add-new-tab.as-button.no-top-margin,.app-view .dashboard-view .thunder-setting .add-new-tab.as-button.no-top-margin{margin:0 0 8px}.app-view .dashboard-view .shipping-rules-editor .delete-rule div span,.app-view .dashboard-view .store-front .method-delete,.app-view .dashboard-view .store-front .remove-refund-reason,.app-view .dashboard-view .thunder-setting .method-delete,.app-view .dashboard-view .thunder-setting .remove-refund-reason{color:#da3a34!important}.app-view .dashboard-view .store-front .method-delete svg,.app-view .dashboard-view .store-front .remove-refund-reason svg,.app-view .dashboard-view .thunder-setting .method-delete svg,.app-view .dashboard-view .thunder-setting .remove-refund-reason svg{fill:#da3a34!important}.app-view .dashboard-view .thunder-setting .method-delete:hover,.app-view .dashboard-view .thunder-setting .remove-refund-reason:hover{color:#cf2c26!important}.app-view .dashboard-view .store-front div.main-cards-wrap div.main-card{text-align:center;width:31%;max-width:410px;vertical-align:top;line-height:1.5em;background-color:#fff;display:inline-block;margin:8px;box-sizing:border-box;border:1px solid #eaeaea;border-radius:2px;padding:40px 12px}.app-view .dashboard-view .store-front div.main-cards-wrap div.main-card h2.card-title{font-size:17px}.app-view .dashboard-view .store-front div.faq-wrap div.form-field svg.draggable-item,.app-view .dashboard-view .store-front div.storefront-site-section svg.draggable-item{position:relative;top:2px;margin-right:8px}.app-view .dashboard-view .store-front .form-field.image-suggest-size span.format-suggest{position:absolute;left:0;color:#bbb;font-size:.9em;font-weight:400}.app-view .dashboard-view .store-front .form-field.image-suggest-size span.size-suggest,.app-view .dashboard-view .store-front div.storefront-site-section span.size-suggest{position:absolute;top:22px;left:0;color:#bbb;font-size:.9em;font-weight:400}.app-view .dashboard-view .store-front div.storefront-site-section div.block-header{cursor:-webkit-grab;cursor:grab}.app-view .dashboard-view .store-front div.storefront-site-section div.field-input.right-align{text-align:right}.app-view .dashboard-view .store-front div.storefront-site-section div.field-input.right-align div.label-remove clayful-button button.clayful-button,.app-view .dashboard-view .store-front div.storefront-site-section div.field-input.right-align div.section-actions clayful-button button.clayful-button{padding:8px}.app-view .dashboard-view .store-front .policy-config ul.payment-method-list,.app-view .dashboard-view .store-front div.faq-wrap div.form-field ul.faq-categories-wrap,.app-view .dashboard-view .store-front div.notice ul.notice-list,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home,.app-view .dashboard-view .thunder-setting ul.payment-method-list{list-style:none;padding:0;margin:0}.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li svg{width:14px;height:14px}.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li span.info-mark svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li span.info-mark svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li span.info-mark svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li span.info-mark svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li span.info-mark svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li span.info-mark svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li span.info-mark svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li span.info-mark svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li span.info-mark svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li span.info-mark svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li span.info-mark svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li span.info-mark svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li span.info-mark svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li span.info-mark svg,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li span.info-mark svg{width:10px;height:10px}.app-view .dashboard-view .store-front div.faq-wrap div.form-field ul.faq-categories-wrap li.dndPlaceholder,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li.dndPlaceholder,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li.dndPlaceholder,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li.dndPlaceholder,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li.dndPlaceholder,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li.dndPlaceholder,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li.dndPlaceholder,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li.dndPlaceholder,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li.dndPlaceholder,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li.dndPlaceholder,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li.dndPlaceholder,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li.dndPlaceholder,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li.dndPlaceholder,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li.dndPlaceholder,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li.dndPlaceholder,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li.dndPlaceholder{height:41px;border:2px dashed #406de0;background-color:#f9f9f9;margin-bottom:8px}.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li div.model-selector-wrap div.model-selector div.select-model,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li div.model-selector-wrap div.model-selector div.select-model,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li div.model-selector-wrap div.model-selector div.select-model,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li div.model-selector-wrap div.model-selector div.select-model,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li div.model-selector-wrap div.model-selector div.select-model,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li div.model-selector-wrap div.model-selector div.select-model,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li div.model-selector-wrap div.model-selector div.select-model,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li div.model-selector-wrap div.model-selector div.select-model,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li div.model-selector-wrap div.model-selector div.select-model,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li div.model-selector-wrap div.model-selector div.select-model,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li div.model-selector-wrap div.model-selector div.select-model,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li div.model-selector-wrap div.model-selector div.select-model,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li div.model-selector-wrap div.model-selector div.select-model,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li div.model-selector-wrap div.model-selector div.select-model,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li div.model-selector-wrap div.model-selector div.select-model{margin-right:4px;min-width:110px}.app-view .dashboard-view .store-front div.faq-wrap div.form-field div.field-input.right-align div.section-actions,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li div.model-selector-wrap,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li div.model-selector-wrap div.model-selector,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li div.model-selector-wrap div.model-selector div.clayful-tag-list,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li div.model-selector-wrap,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li div.model-selector-wrap div.model-selector,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li div.model-selector-wrap div.model-selector div.clayful-tag-list,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li div.model-selector-wrap,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li div.model-selector-wrap div.model-selector,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li div.model-selector-wrap div.model-selector div.clayful-tag-list,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li div.model-selector-wrap,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li div.model-selector-wrap div.model-selector,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li div.model-selector-wrap div.model-selector div.clayful-tag-list,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li div.model-selector-wrap,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li div.model-selector-wrap div.model-selector,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li div.model-selector-wrap div.model-selector div.clayful-tag-list,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li div.model-selector-wrap,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li div.model-selector-wrap div.model-selector,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li div.model-selector-wrap div.model-selector div.clayful-tag-list,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li div.model-selector-wrap,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li div.model-selector-wrap div.model-selector,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li div.model-selector-wrap div.model-selector div.clayful-tag-list,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li div.model-selector-wrap,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li div.model-selector-wrap div.model-selector,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li div.model-selector-wrap div.model-selector div.clayful-tag-list,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li div.model-selector-wrap,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li div.model-selector-wrap div.model-selector,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li div.model-selector-wrap div.model-selector div.clayful-tag-list,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li div.model-selector-wrap,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li div.model-selector-wrap div.model-selector,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li div.model-selector-wrap div.model-selector div.clayful-tag-list,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li div.model-selector-wrap,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li div.model-selector-wrap div.model-selector,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li div.model-selector-wrap div.model-selector div.clayful-tag-list,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li div.model-selector-wrap,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li div.model-selector-wrap div.model-selector,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li div.model-selector-wrap div.model-selector div.clayful-tag-list,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li div.model-selector-wrap,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li div.model-selector-wrap div.model-selector,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li div.model-selector-wrap div.model-selector div.clayful-tag-list,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li div.model-selector-wrap,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li div.model-selector-wrap div.model-selector,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li div.model-selector-wrap div.model-selector div.clayful-tag-list,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li div.model-selector-wrap,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li div.model-selector-wrap div.model-selector,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li div.model-selector-wrap div.model-selector div.clayful-tag-list{display:inline-block}.app-view .dashboard-view .store-front div.faq-wrap div.form-field ul.faq-categories-wrap li:last-child add-new-tab div.add-new-tab,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li:last-child add-new-tab.cs-channel div.add-new-tab,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li:last-child add-new-tab.cs-channel div.add-new-tab,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li:last-child add-new-tab.cs-channel div.add-new-tab,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li:last-child add-new-tab.cs-channel div.add-new-tab,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li:last-child add-new-tab.cs-channel div.add-new-tab,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li:last-child add-new-tab.cs-channel div.add-new-tab,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li:last-child add-new-tab.cs-channel div.add-new-tab,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li:last-child add-new-tab.cs-channel div.add-new-tab,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li:last-child add-new-tab.cs-channel div.add-new-tab,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li:last-child add-new-tab.cs-channel div.add-new-tab,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li:last-child add-new-tab.cs-channel div.add-new-tab,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li:last-child add-new-tab.cs-channel div.add-new-tab,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li:last-child add-new-tab.cs-channel div.add-new-tab,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li:last-child add-new-tab.cs-channel div.add-new-tab,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li:last-child add-new-tab.cs-channel div.add-new-tab{margin-top:0}.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li input.company-bank-info,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li input.company-bank-info{margin-bottom:8px}.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.bank-info li div.clayful-checkbox,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.cs-channels li div.clayful-checkbox,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.footer-menu li div.clayful-checkbox,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.sidebar li div.clayful-checkbox,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.footer ul.site-page-home li div.clayful-checkbox,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.bank-info li div.clayful-checkbox,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.cs-channels li div.clayful-checkbox,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.footer-menu li div.clayful-checkbox,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.sidebar li div.clayful-checkbox,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.left-sidebar ul.site-page-home li div.clayful-checkbox,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.bank-info li div.clayful-checkbox,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.cs-channels li div.clayful-checkbox,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.footer-menu li div.clayful-checkbox,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.sidebar li div.clayful-checkbox,.app-view .dashboard-view .store-front div.storefront-site-section clayful-box.main-page ul.site-page-home li div.clayful-checkbox{margin:5px 0 10px}.app-view .dashboard-view .store-front div.notice .notice-list-title{width:60%}.app-view .dashboard-view .store-front div.notice .edit-notice{margin-right:24px}.app-view .dashboard-view .store-front div.faq-wrap div.form-field div.field-input.right-align,.app-view .dashboard-view .store-front div.notice .table-edit{text-align:right}.app-view .dashboard-view .store-front div.about-wrap section.clayful-collapsible-group div.collapsible-group-header,.app-view .dashboard-view .store-front div.notice div.form-field.notice-list-table{margin-bottom:0}.app-view .dashboard-view .store-front div.faq-wrap div.form-field clayful-table table.clayful-table tbody tr td div span.edit-remove svg,.app-view .dashboard-view .store-front div.notice div.form-field.notice-list-table clayful-table table.clayful-table tbody tr td div span.edit-remove svg{fill:#da3a34;width:13px;height:13px;top:2px}.app-view .dashboard-view .store-front div.notice div.empty-notice{position:relative;top:3px;font-size:1.2em;margin-bottom:24px}.app-view .dashboard-view .store-front div.notice ul.notice-list li{width:100%;margin-bottom:8px}.app-view .dashboard-view .store-front div.faq-wrap ul.faq-items li p:last-child,.app-view .dashboard-view .store-front div.notice ul.notice-list li:last-child{margin-bottom:0}.app-view .dashboard-view .store-front div.notice ul.notice-list li div{padding:13px 0 14px 8px;border:1px solid #eaeaea;border-radius:4px;display:inline-block}.app-view .dashboard-view .store-front div.notice ul.notice-list li div.notice-list-title{width:60%;border-right:0}.app-view .dashboard-view .store-front div.notice ul.notice-list li div.notice-list-date{width:20%;border-left:0;margin-right:16px}.app-view .dashboard-view .store-front div.notice ul.notice-list li div.notice-edit-group{border:0}.app-view .dashboard-view .store-front div.notice ul.notice-list li div.notice-edit-group span.notice-edit{color:#406de0;margin-right:16px}.app-view .dashboard-view .store-front div.faq-wrap div.form-field clayful-table table.clayful-table tbody tr td div span.edit-remove,.app-view .dashboard-view .store-front div.notice ul.notice-list li div.notice-edit-group span.notice-remove{color:#da3a34}.app-view .dashboard-view .store-front div.notice ul.notice-list li span.remove-notice-item{background:#da3a34;width:3%;display:inline-block;text-align:center;padding:15px 0 13px;position:relative;top:2px}.app-view .dashboard-view .store-front div.notice ul.notice-list li span.remove-notice-item svg{fill:#fff}.app-view .dashboard-view .store-front div.notice input.notice-title-input{max-width:none}.app-view .dashboard-view .store-front div.about-wrap section.clayful-collapsible-group{position:relative;margin:14px 0}.app-view .dashboard-view .store-front div.about-wrap section.clayful-collapsible-group div.collapsible-group-header h2{height:19px}.app-view .dashboard-view .store-front div.about-wrap section.clayful-collapsible-group div.collapsible-group-content{margin-bottom:32px}.app-view .dashboard-view .store-front div.about-wrap section.clayful-collapsible-group div.collapsible-group-content div.remove-about-section{top:0;right:42px;position:absolute;margin-bottom:12px;text-align:right}.app-view .dashboard-view .store-front div.about-wrap section.clayful-collapsible-group div.collapsible-group-content div.remove-about-section span.remove-about-item{padding:4px 8px;border-radius:4px;background-color:#da3a34;color:#fff}.app-view .dashboard-view .store-front div.about-wrap section.clayful-collapsible-group div.collapsible-group-content div.remove-about-section span.remove-about-item svg{position:relative;top:2px;width:14px;height:14px;fill:#fff}.app-view .dashboard-view .store-front div.about-wrap section.clayful-collapsible-group div.collapsible-group-content div.remove-about-section span.remove-about-item:hover{background-color:#da3832}.app-view .dashboard-view .store-front div.faq-wrap div.form-field{margin-bottom:0}.app-view .dashboard-view .store-front div.faq-wrap div.form-field.faq-question{margin-bottom:16px}.app-view .dashboard-view .address-viewer div.edit-group span.delete-category svg,.app-view .dashboard-view .address-viewer div.edit-group span.edit-category svg,.app-view .dashboard-view .store-front div.faq-wrap div.form-field span.edit-category svg{margin-right:4px;position:relative;top:1px;width:14px;height:14px;fill:#406de0}.app-view .dashboard-view .store-front div.faq-wrap div.form-field div.block-header{cursor:-webkit-grab;cursor:grab}.app-view .dashboard-view .store-front div.faq-wrap div.form-field add-new-tab.category-add div.add-new-tab{margin-top:0;margin-bottom:16px}.app-view .dashboard-view .store-front div.faq-wrap div.form-field div.faq-list{padding:10px;background-color:#fafafa}.app-view .dashboard-view .store-front .policy-config .thunder-address-setting div.thunder-address-setting,.app-view .dashboard-view .store-front .policy-config .thunder-address-setting div.thunder-subscription-use-datepicker,.app-view .dashboard-view .store-front .policy-config .thunder-subscription-use-datepicker div.thunder-address-setting,.app-view .dashboard-view .store-front .policy-config .thunder-subscription-use-datepicker div.thunder-subscription-use-datepicker,.app-view .dashboard-view .store-front div.faq-wrap div.form-field ul.faq-categories-wrap li div.clayful-select{display:inline-block;margin-right:8px}.app-view .dashboard-view .address-viewer div.edit-group span.delete-category.delete-category svg,.app-view .dashboard-view .address-viewer div.edit-group span.edit-category.delete-category svg,.app-view .dashboard-view .store-front div.faq-wrap div.form-field ul.faq-categories-wrap li span.remove-faq-item{fill:#da3a34}.app-view .dashboard-view .long-text-editor textarea.ta-editor,.app-view .dashboard-view .store-front div.faq-wrap div.form-field div.field-input.right-align div.section-actions clayful-button button.clayful-button{padding:8px}.app-view .dashboard-view .store-front div.faq-wrap .table-category{width:12%}.app-view .dashboard-view .store-front div.client-setting-popup div.clayful-popup-box-body div.form-field.inline section.form-field div.field-input,.app-view .dashboard-view .store-front div.faq-wrap .table-question{width:67%}.app-view .dashboard-view .store-front div.faq-wrap .table-edit{text-align:right}.app-view .dashboard-view .store-front div.faq-wrap .edit-faq{margin-right:24px}.app-view .dashboard-view .store-front div.faq-wrap ul{margin:0 0 16px}.app-view .dashboard-view .store-front div.faq-wrap ul.faq-categories li{display:inline-block;padding:8px 16px;font-size:1.2em;border:1px solid #eaeaea;border-radius:4px;margin-right:4px;position:relative}.app-view .dashboard-view .store-front div.faq-wrap ul.faq-categories li:last-child{margin:0}.app-view .dashboard-view .store-front div.faq-wrap ul.faq-categories li:hover{background-color:#da3a34}.app-view .dashboard-view .store-front div.faq-wrap ul.faq-categories li:hover span{color:#da3a34;z-index:-10}.app-view .dashboard-view .store-front div.faq-wrap ul.faq-categories li span,.app-view .dashboard-view .store-front div.faq-wrap ul.faq-categories li:hover svg{z-index:5}.app-view .dashboard-view .store-front div.faq-wrap ul.faq-categories li svg{position:absolute;z-index:-10;left:50%;top:50%;transform:translate(-50%,-50%);fill:#fff}.app-view .dashboard-view .store-front div.faq-wrap ul.faq-items li p{display:inline-block;width:70%;padding:8px 16px;font-size:1.2em;border:1px solid #eaeaea;border-radius:4px;margin:0 16px 8px 0}.app-view .dashboard-view .store-front div.faq-wrap ul.faq-items li div.faq-edit-group{display:inline-block}.app-view .dashboard-view .store-front div.faq-wrap ul.faq-items li div.faq-edit-group span.faq-edit{color:#406de0;margin-right:16px}.app-view .dashboard-view .alert-message p,.app-view .dashboard-view .store-front div.faq-wrap ul.faq-items li div.faq-edit-group span.faq-remove{color:#da3a34}.app-view .dashboard-view .store-front .policy-config div.refund-reason-categories ul.labels li.label input,.app-view .dashboard-view .store-front div.faq-wrap input.faq-category-add-input{margin-right:8px}.app-view .dashboard-view .store-front div.faq-wrap input.faq-add-question{max-width:none}.app-view .dashboard-view .address-viewer div.edit-group span.delete-category,.app-view .dashboard-view .address-viewer div.edit-group span.edit-category,.app-view .dashboard-view .store-front div.storefront-site-exposure span[ng-click]{color:#406de0}.app-view .dashboard-view .store-front .policy-config div.general-client,.app-view .dashboard-view .store-front .policy-config div.general-header,.app-view .dashboard-view .store-front .policy-config div.general-root,.app-view .dashboard-view .store-front .policy-config div.reveiw-address-search-address{display:none}.app-view .dashboard-view .store-front .policy-config div.order-field-wrap,.app-view .dashboard-view .store-front .policy-config div.recipient-field-wrap,.app-view .dashboard-view .store-front .policy-config div.registrations-wrap{display:inline-block;margin-right:32px}.app-view .dashboard-view .store-front .policy-config div.refund-reason-categories ul.labels li{list-style:none;margin-bottom:6px}.app-view .dashboard-view .store-front .policy-config div.refund-reason-sub-head>ul{margin:0;padding:0;list-style:none}.app-view .dashboard-view .store-front .policy-config div.refund-reason-sub-head>ul li{display:inline-block;min-width:200px;margin-bottom:10px;font-size:13px;color:#888}.app-view .dashboard-view .store-front .policy-config div.refund-reason-sub-head>ul li:first-child{min-width:248px}.app-view .dashboard-view .store-front .policy-config div.payment-method-popup div.clayful-popup-box-body{min-height:400px;position:relative}.app-view .dashboard-view .store-front .policy-config .thunder-config-popup div.clayful-popup-box-body div.thunder-config-codebox pre{max-height:310px;overflow:auto;padding-left:10px;margin-bottom:14px;background-color:#fff}.app-view .dashboard-view .store-front .policy-config .thunder-config-sub-head{font-size:13px;color:#959595;margin:0;padding:0}.app-view .dashboard-view .store-front .policy-config .thunder-config-alert{font-size:13px;margin:0;padding:0}.app-view .dashboard-view .authorization-editor:after,.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer .comment-editor:after,.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer .comments-wrapper .comment .comment-header:after,.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer .comments-wrapper .comment:after,.app-view .dashboard-view .store-front .policy-config div.form-field.inline div.label-with-info:after{content:"";display:table;clear:both}.app-view .dashboard-view .store-front .form-field.image-suggest-size{position:relative}.app-view .dashboard-view .store-front .form-field.image-suggest-size span.format-suggest{top:40px}.app-view .dashboard-view .store-front div.site-url-wrap{margin-bottom:6px}.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header{display:inline-block;background-color:#fff;border:1px solid #e2e4e3;border-radius:2px;text-align:center;width:100%;padding:18px;box-sizing:border-box;margin:0}.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header span.site-head{display:block;text-align:left}.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url{border-top:1px solid #dadada;margin-top:8px;padding-top:8px}.app-view .dashboard-view .memo-viewer .viewer-header .store-front div.site-url-wrap section.site-url-header div.site-url .write-memo,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .store-front div.site-url-wrap section.site-url-header div.site-url .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .store-front div.site-url-wrap section.site-url-header div.site-url .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .store-front div.site-url-wrap section.site-url-header div.site-url .regenerate-token,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .store-front div.site-url-wrap section.site-url-header div.site-url .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .store-front div.site-url-wrap section.site-url-header div.site-url .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .store-front div.site-url-wrap section.site-url-header div.site-url .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .store-front div.site-url-wrap section.site-url-header div.site-url .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .store-front div.site-url-wrap section.site-url-header div.site-url .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .store-front div.site-url-wrap section.site-url-header div.site-url .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .store-front div.site-url-wrap section.site-url-header div.site-url .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .store-front div.site-url-wrap section.site-url-header div.site-url .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .store-front div.site-url-wrap section.site-url-header div.site-url .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .store-front div.site-url-wrap section.site-url-header div.site-url .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .store-front div.site-url-wrap section.site-url-header div.site-url span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .store-front div.site-url-wrap section.site-url-header div.site-url span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .store-front div.site-url-wrap section.site-url-header div.site-url li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .store-front div.site-url-wrap section.site-url-header div.site-url .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .store-front div.site-url-wrap section.site-url-header div.site-url .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .store-front div.site-url-wrap section.site-url-header div.site-url .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .store-front div.site-url-wrap section.site-url-header div.site-url .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .store-front div.site-url-wrap section.site-url-header div.site-url span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .store-front div.site-url-wrap section.site-url-header div.site-url span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .store-front div.site-url-wrap section.site-url-header div.site-url li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .store-front div.site-url-wrap section.site-url-header div.site-url .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .store-front div.site-url-wrap section.site-url-header div.site-url .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .store-front div.site-url-wrap section.site-url-header div.site-url .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .store-front div.site-url-wrap section.site-url-header div.site-url .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .store-front div.site-url-wrap section.site-url-header div.site-url span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .store-front div.site-url-wrap section.site-url-header div.site-url span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .store-front div.site-url-wrap section.site-url-header div.site-url li,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .store-front div.site-url-wrap section.site-url-header div.site-url .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .store-front div.site-url-wrap section.site-url-header div.site-url .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .store-front div.site-url-wrap section.site-url-header div.site-url .edit-metafields,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .store-front div.site-url-wrap section.site-url-header div.site-url .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .store-front div.site-url-wrap section.site-url-header div.site-url .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .store-front div.site-url-wrap section.site-url-header div.site-url .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .store-front div.site-url-wrap section.site-url-header div.site-url .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .store-front div.site-url-wrap section.site-url-header div.site-url .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .store-front div.site-url-wrap section.site-url-header div.site-url .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .store-front div.site-url-wrap section.site-url-header div.site-url li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .store-front div.site-url-wrap section.site-url-header div.site-url li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .store-front div.site-url-wrap section.site-url-header div.site-url li,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .store-front div.site-url-wrap section.site-url-header div.site-url .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .store-front div.site-url-wrap section.site-url-header div.site-url .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .store-front div.site-url-wrap section.site-url-header div.site-url .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .store-front div.site-url-wrap section.site-url-header div.site-url .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .store-front div.site-url-wrap section.site-url-header div.site-url .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .store-front div.site-url-wrap section.site-url-header div.site-url .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .model-editor.client-editor .store-front div.site-url-wrap section.site-url-header div.site-url .regenerate-token,.app-view .dashboard-view .model-editor.downloadable-editor .store-front div.site-url-wrap section.site-url-header div.site-url .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .store-front div.site-url-wrap section.site-url-header div.site-url .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .store-front div.site-url-wrap section.site-url-header div.site-url .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .store-front div.site-url-wrap section.site-url-header div.site-url .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .store-front div.site-url-wrap section.site-url-header div.site-url .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .store-front div.site-url-wrap section.site-url-header div.site-url .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .store-front div.site-url-wrap section.site-url-header div.site-url span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .store-front div.site-url-wrap section.site-url-header div.site-url span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .model-editor.order-editor h4 ul .store-front div.site-url-wrap section.site-url-header div.site-url li,.app-view .dashboard-view .model-editor.review-editor .review-info .store-front div.site-url-wrap section.site-url-header div.site-url .edit-metafields,.app-view .dashboard-view .model-editor.store-integrations .store-front div.site-url-wrap section.site-url-header div.site-url .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .store-front div.site-url-wrap section.site-url-header div.site-url .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .store-front div.site-url-wrap section.site-url-header div.site-url .show-operations,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .store-front div.site-url-wrap section.site-url-header div.site-url li,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .store-front div.site-url-wrap section.site-url-header div.site-url .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .store-front div.site-url-wrap section.site-url-header div.site-url .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .store-front div.site-url-wrap section.site-url-header div.site-url span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .store-front div.site-url-wrap section.site-url-header div.site-url .edit-fulfillment-company,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .store-front div.site-url-wrap section.site-url-header div.site-url .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .store-front div.site-url-wrap section.site-url-header div.site-url .remove-shipping-carrier,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .store-front div.site-url-wrap section.site-url-header div.site-url .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .store-front div.site-url-wrap section.site-url-header div.site-url .remove-app,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.order-editor h4 ul li,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .store-front div.site-url-wrap section.site-url-header div.site-url a,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .store-front div.site-url-wrap section.site-url-header div.site-url .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .store-front div.site-url-wrap section.site-url-header div.site-url .remove-plan{text-decoration:none}.app-view .dashboard-view .store-front div.tab-bar-wrap{padding:6px 18px;margin-left:8px}.app-view .dashboard-view .store-front span.info-mark{margin-left:0}.app-view .dashboard-view .store-front span.social-login-service{letter-spacing:-.5px}.app-view .dashboard-view .store-front div.client-setting-popup div.clayful-popup-box-body div.form-field.inline hr{margin:12px 0 28px}.app-view .dashboard-view .store-front div.client-setting-popup div.clayful-popup-box-body div.form-field.inline h2{text-align:center;margin-top:48px;margin-bottom:48px}.app-view .dashboard-view .store-front div.client-setting-popup div.clayful-popup-box-body div.form-field.inline section.form-field{width:65%;margin:0 auto}.app-view .dashboard-view .store-front div.client-setting-popup div.clayful-popup-box-body div.form-field.inline section.form-field:last-child{margin-bottom:32px}.app-view .dashboard-view .store-front div.client-setting-popup div.clayful-popup-box-body div.form-field.inline section.form-field div.field-input button.clayful-button.button-normal{width:240px}.app-view .dashboard-view .store-front div.client-setting-popup div.clayful-popup-box-body div.form-field.inline section.form-field label.clayful-label{width:33%}.app-view .dashboard-view .store-front .method-delete:hover,.app-view .dashboard-view .store-front .remove-refund-reason:hover{color:#cf2c26!important}.app-view .dashboard-view .store-front .method-delete:hover svg,.app-view .dashboard-view .store-front .remove-refund-reason:hover svg{fill:#cf2c26!important}.app-view .dashboard-view .message-channels .vendor-editor.bizm-kakao-sms-configuration .vendor-collaborators .corner-actions,.app-view .dashboard-view .message-channels .vendor-editor.custom-configuration .vendor-collaborators .corner-actions,.app-view .dashboard-view .message-channels .vendor-editor.email-configuration .vendor-collaborators .corner-actions,.app-view .dashboard-view .model-editor.vendor-editor .vendor-collaborators .corner-actions{float:right}.app-view .dashboard-view .message-channels .vendor-editor.bizm-kakao-sms-configuration .vendor-collaborators .collaborator-identity,.app-view .dashboard-view .message-channels .vendor-editor.custom-configuration .vendor-collaborators .collaborator-identity,.app-view .dashboard-view .message-channels .vendor-editor.email-configuration .vendor-collaborators .collaborator-identity,.app-view .dashboard-view .model-editor.vendor-editor .vendor-collaborators .collaborator-identity{margin-bottom:12px;padding-left:12px;border-left:#ddd 4px solid}.app-view .dashboard-view .message-channels .webhook-editor.bizm-kakao-sms-configuration .webhook-active .clayful-select,.app-view .dashboard-view .message-channels .webhook-editor.custom-configuration .webhook-active .clayful-select,.app-view .dashboard-view .message-channels .webhook-editor.email-configuration .webhook-active .clayful-select,.app-view .dashboard-view .model-editor.webhook-editor .webhook-active .clayful-select,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items td.order-item-name{max-width:240px}.app-view .dashboard-view .action-suggestion{box-sizing:border-box;margin-bottom:24px;padding:24px;border-radius:4px;background-color:#fff3cd}.app-view .dashboard-view .action-suggestion .action-suggestion-title{margin:0;font-weight:600;font-size:15px}.app-view .dashboard-view .action-suggestion .action-suggestion-title .iconic{position:relative;top:2px;margin-right:2px;fill:#777}.app-view .dashboard-view .action-suggestion .action-suggestion-body{margin-top:12px;font-weight:400}.app-view .dashboard-view .action-suggestion .action-suggestion-body:empty{display:none}.app-view .dashboard-view .action-suggestion div.button-group{margin-top:10px}.app-view .dashboard-view .action-suggestion div.button-group button{max-width:180px!important;padding:8px 12px!important}.app-view .dashboard-view .action-suggestion div.button-group button.button-primary-action{color:#777;font-size:13px;border:1px solid #ffe181;font-weight:500;background-color:#ffe79a}.app-view .dashboard-view .action-suggestion div.button-group button.button-primary-action:hover,.app-view .dashboard-view .editor-info div.button-group button.clayful-button.button-normal:hover{background-color:#ffe181}.app-view .dashboard-view .action-suggestion div.button-group button.button-secondary-action{margin-left:12px;color:#e7af00;font-size:13px;border:1px solid #ffce34;font-weight:500;background:0 0}.app-view .dashboard-view .action-suggestion div.button-group button.button-secondary-action:hover{color:#cd9c00;border-color:#ffc201}.app-view .dashboard-view .add-new-tab{padding:12px 14px;border:#dadada 1px solid;color:#7a7a7a}.app-view .dashboard-view .add-new-tab:hover{background-color:#fafafa}.app-view .dashboard-view .add-new-tab .iconic{position:relative;top:2px;width:14px;height:14px;margin-right:8px;fill:#7a7a7a}.app-view .dashboard-view .address-viewer .address-group-title{margin-top:0;margin-bottom:8px;padding-bottom:8px;border-bottom:#e2e4e3 1px solid;font-size:16px}.app-view .dashboard-view .address-viewer div.edit-group{margin-bottom:14px}.app-view .dashboard-view .address-viewer div.edit-group span.delete-category.delete-category,.app-view .dashboard-view .address-viewer div.edit-group span.edit-category.delete-category{margin-left:14px;color:#da3a34}.app-view .dashboard-view .address-viewer .receiver-info{margin:18px 0 14px}.app-view .dashboard-view .alert-message p svg{fill:#da3a34;width:14px;height:14px;position:relative;top:1px}.app-view .dashboard-view .authorization-editor{margin-bottom:24px}.app-view .dashboard-view .authorization-editor .authorization-by-model.form-field.inline{float:left;width:50%;border-bottom:#eee 1px solid}.app-view .dashboard-view .authorization-editor .authorization-by-model.form-field.inline .clayful-label{width:28%}.app-view .dashboard-view .authorization-editor .authorization-by-model.form-field.inline .field-input{width:72%}.app-view .dashboard-view .cards-view{max-width:100%;margin-left:auto;margin-right:auto;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.app-view .dashboard-view .cards-view:after{content:" ";display:block;clear:both}.app-view .dashboard-view .cards-view card{box-sizing:border-box;-ms-flex:0 0 24.5%;flex:0 0 24.5%;margin-right:.5%;margin-bottom:.5%}.app-view .dashboard-view .cards-view card:last-of-type{-ms-flex-positive:0;flex-grow:0}.app-view .dashboard-view .cards-view card:nth-child(4n){margin-right:0}.app-view .dashboard-view .cards-view .card{padding:14px;background-color:#fff;border:#eaeaea 1px solid}.app-view .dashboard-view .collaborator-identity{line-height:1.4}.app-view .dashboard-view .collaborator-identity .collaborator-role{font-size:12px}.app-view .dashboard-view .collaborator-identity .collaborator-email{font-size:12px;color:#999}.app-view .dashboard-view .comments-viewer-wrapper{margin-top:24px;padding-top:14px;border-top:#dfdfdf 1px dashed;clear:both}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer-header{margin:0 0 14px;padding:0;font-size:13px}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer-header li{list-style:none;display:inline-block;margin:0 12px 0 0;padding:0 12px 0 0;border-right:#dfdfdf 1px solid}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer .comments-wrapper .comment .comment-header .comment-extra li:last-child,.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer-header li:last-child{margin-right:0;padding-right:0;border:none}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer-header .collaborator-commented .iconic{position:relative;top:2px;margin-left:4px;width:13px;height:13px}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer-header .collaborator-commented .collaborator-commented .iconic{fill:#41960f}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer-header .collaborator-commented .collaborator-not-commented .iconic{fill:#da3a34}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer-header .sort-comments-by select{border:none;cursor:pointer}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer{padding:14px;background-color:#f2f4f3}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer .comment-editor textarea{float:left;width:81%}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer .comment-editor .clayful-button{float:left;margin-left:1%;width:18%}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer .comment-editor.existing-comment{margin:12px 0}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer .comments-wrapper .comment{margin:14px 0;padding:14px 8px 0;border-top:#cfcfcf 1px dotted}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer .comments-wrapper .comment .comment-header .collaborator-identity,.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer .comments-wrapper .comment .comment-header .customer-identity{float:left}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer .comments-wrapper .comment .comment-header .comment-extra{float:right;margin:0;padding:0;font-size:13px;color:#888}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer .comments-wrapper .comment .comment-header .comment-extra li{list-style:none;display:inline-block;margin:0 8px 0 0;padding:0 8px 0 0;border-right:#cfcfcf 1px solid}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer .comments-wrapper .comment .comment-header .comment-extra .iconic{position:relative;top:2px;margin-right:2px;width:13px;height:13px;fill:#888}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer .comments-wrapper .comment .comment-body{padding:6px;font-size:13px;white-space:pre-wrap}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer .comments-wrapper .comment .comment-actions{float:right;margin:0;padding:0;font-size:13px}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer .comments-wrapper .comment .comment-actions li{list-style:none;display:inline-block;margin:0 8px 0 0;padding:0 8px 0 0;border-right:#cfcfcf 1px solid;color:#888}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer .comments-wrapper .comment .comment-actions li:hover{color:#406de0}.app-view .dashboard-view .comments-viewer-wrapper .comments-viewer .comments-wrapper .comment .comment-actions li:last-child{margin-right:0;padding-right:0;border:none}.app-view .dashboard-view .corner-actions{font-size:13px}.app-view .dashboard-view .corner-actions:after{content:"";display:table;clear:both}.app-view .dashboard-view .corner-actions>ul{float:right;margin-top:0}.app-view .dashboard-view .corner-actions li{display:inline-block;margin-left:14px;list-style:none;color:#406de0}.app-view .dashboard-view .corner-actions li .iconic{position:relative;top:1px;margin-right:2px;width:12px;height:12px;fill:#406de0}.app-view .dashboard-view .corner-actions li:hover,.app-view .dashboard-view .list-view .clayful-table .empty-list .query-back>span:hover,.app-view .dashboard-view .model-list-filter .filter-body .filter-conditions li.reset-filters:hover,.app-view .dashboard-view .model-list-filter .filter-body .filter-conditions li.save-search:hover{color:#2151cc}.app-view .dashboard-view .corner-actions li:hover .iconic{fill:#2151cc}.app-view .dashboard-view .customer-identity{line-height:140%}.app-view .dashboard-view .customer-identity .guest-customer{color:inherit;cursor:text}.app-view .dashboard-view .customer-identity .deleted-customer{color:#b9b9b9}.app-view .dashboard-view .customer-identity .customer-user-id,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link{font-size:12px}.app-view .dashboard-view .customer-identity .customer-email,.app-view .dashboard-view .customer-identity .customer-mobile{font-size:12px;color:#999}.app-view .dashboard-view .editing-language-selector .selector-icon{display:inline-block;margin-right:6px}.app-view .dashboard-view .editing-language-selector .selector-icon .iconic{position:relative;top:2px;fill:#aaa;width:16px;height:16px}.app-view .dashboard-view .editing-language-selector .clayful-select{display:inline-block}.app-view .dashboard-view .editor-info{border-radius:4px;color:#777;border:#d9d9d9 1px solid}.app-view .dashboard-view .editor-info.important{background-color:#fff3cd;border:#ffe79a 1px solid}.app-view .dashboard-view .editor-info .iconic{position:relative;fill:#777}.app-view .dashboard-view .editor-info.size-full{display:block;margin:12px 0;padding:14px}.app-view .dashboard-view .editor-info.size-full .iconic{top:2px;margin-right:8px}.app-view .dashboard-view .editor-info section.corner-actions{display:inline-block;float:right}.app-view .dashboard-view .editor-info div.button-group{margin-top:10px}.app-view .dashboard-view .editor-info div.button-group button{max-width:120px!important;padding:8px 12px!important}.app-view .dashboard-view .editor-info div.button-group button.clayful-button.button-normal{color:#777;font-size:13px;border:1px solid #ffe181;font-weight:500;background-color:#ffe79a}.app-view .dashboard-view .editor-info.size-small{display:inline-block;margin:0;padding:8px 12px;font-size:13px}.app-view .dashboard-view .editor-info.size-small .iconic{width:13px;top:3px;margin-right:6px}.app-view .dashboard-view .err-message-box editor-info div.editor-info,.app-view .dashboard-view .multiple-upload-invoices .upload-err-box editor-info p.editor-info{color:rgba(228,66,54,.9);border-color:rgba(228,66,54,.15);fill:rgba(228,66,54,.9);background-color:rgba(228,66,54,.1)}.app-view .dashboard-view .err-message-box editor-info div.editor-info svg,.app-view .dashboard-view .multiple-upload-invoices .upload-err-box editor-info p.editor-info svg{fill:inherit}.app-view .dashboard-view .err-message-box editor-info div.editor-info div p.err-button,.app-view .dashboard-view .multiple-upload-invoices .upload-err-box editor-info p.editor-info p.err-list-download{color:inherit;fill:inherit;padding:8px 12px;margin-bottom:0;border-radius:4px;display:inline-block;border:1px solid rgba(228,66,54,.9)}.app-view .dashboard-view .err-message-box editor-info div.editor-info div p.err-button:hover,.app-view .dashboard-view .multiple-upload-invoices .upload-err-box editor-info p.editor-info p.err-list-download:hover{background-color:rgba(228,66,54,.15)}.app-view .dashboard-view .err-message-box editor-info div.editor-info div p.err-button svg,.app-view .dashboard-view .multiple-upload-invoices .upload-err-box editor-info p.editor-info p.err-list-download svg,.app-view .dashboard-view .success-message-box editor-info div.editor-info div p.success-button svg{fill:inherit;width:14px;height:14px}.app-view .dashboard-view .order-fulfillment-editor{max-width:856px}.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .fulfillment-tracking-identity-carrier{font-size:13px;font-weight:300;color:#888}.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company{font-size:13px;text-decoration:none!important;margin-left:12px}.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company .iconic{width:13px;top:2px;left:2px}.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items{width:100%}.app-view .dashboard-view .memo-viewer .viewer-header .order-fulfillment-editor .fulfillment-items .write-memo,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-fulfillment-editor .fulfillment-items .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-fulfillment-editor .fulfillment-items .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-fulfillment-editor .fulfillment-items .regenerate-token,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-fulfillment-editor .fulfillment-items .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-fulfillment-editor .fulfillment-items .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-fulfillment-editor .fulfillment-items .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-fulfillment-editor .fulfillment-items .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-fulfillment-editor .fulfillment-items .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-fulfillment-editor .fulfillment-items .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-fulfillment-editor .fulfillment-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-fulfillment-editor .fulfillment-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-fulfillment-editor .fulfillment-items li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-fulfillment-editor .fulfillment-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-fulfillment-editor .fulfillment-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-fulfillment-editor .fulfillment-items li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-fulfillment-editor .fulfillment-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-fulfillment-editor .fulfillment-items span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-fulfillment-editor .fulfillment-items li,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-fulfillment-editor .fulfillment-items .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-fulfillment-editor .fulfillment-items .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-fulfillment-editor .fulfillment-items .edit-metafields,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-fulfillment-editor .fulfillment-items .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-fulfillment-editor .fulfillment-items .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-fulfillment-editor .fulfillment-items .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-fulfillment-editor .fulfillment-items .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-fulfillment-editor .fulfillment-items .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-fulfillment-editor .fulfillment-items .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-fulfillment-editor .fulfillment-items li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-fulfillment-editor .fulfillment-items li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-fulfillment-editor .fulfillment-items li,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-fulfillment-editor .fulfillment-items .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-fulfillment-editor .fulfillment-items .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-fulfillment-editor .fulfillment-items .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-fulfillment-editor .fulfillment-items .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-fulfillment-editor .fulfillment-items .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-fulfillment-editor .fulfillment-items .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .model-editor.client-editor .order-fulfillment-editor .fulfillment-items .regenerate-token,.app-view .dashboard-view .model-editor.downloadable-editor .order-fulfillment-editor .fulfillment-items .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .order-fulfillment-editor .fulfillment-items .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-fulfillment-editor .fulfillment-items span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-fulfillment-editor .fulfillment-items span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-fulfillment-editor .fulfillment-items li,.app-view .dashboard-view .model-editor.review-editor .review-info .order-fulfillment-editor .fulfillment-items .edit-metafields,.app-view .dashboard-view .model-editor.store-integrations .order-fulfillment-editor .fulfillment-items .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .order-fulfillment-editor .fulfillment-items .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .show-operations,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .order-fulfillment-editor .fulfillment-items li,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .order-fulfillment-editor .fulfillment-items .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .order-fulfillment-editor .fulfillment-items .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .order-fulfillment-editor .fulfillment-items span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor h4 ul li,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items a,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .fulfillment-items .edit-fulfillment-company,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .order-fulfillment-editor .fulfillment-items .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .order-fulfillment-editor .fulfillment-items .remove-shipping-carrier,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .order-fulfillment-editor .fulfillment-items .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .order-fulfillment-editor .fulfillment-items .remove-app,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .order-fulfillment-editor .fulfillment-items .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .order-fulfillment-editor .fulfillment-items .remove-plan{color:inherit}.app-view .dashboard-view .memo-viewer .viewer-header .order-fulfillment-editor .fulfillment-items .write-memo:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-fulfillment-editor .fulfillment-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-fulfillment-editor .fulfillment-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-fulfillment-editor .fulfillment-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-fulfillment-editor .fulfillment-items .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-fulfillment-editor .fulfillment-items .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-fulfillment-editor .fulfillment-items .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-fulfillment-editor .fulfillment-items .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-fulfillment-editor .fulfillment-items .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-fulfillment-editor .fulfillment-items .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-fulfillment-editor .fulfillment-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-fulfillment-editor .fulfillment-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-fulfillment-editor .fulfillment-items li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-fulfillment-editor .fulfillment-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-fulfillment-editor .fulfillment-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-fulfillment-editor .fulfillment-items li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-fulfillment-editor .fulfillment-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-fulfillment-editor .fulfillment-items span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-fulfillment-editor .fulfillment-items li:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-fulfillment-editor .fulfillment-items .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-fulfillment-editor .fulfillment-items .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-fulfillment-editor .fulfillment-items .edit-metafields:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-fulfillment-editor .fulfillment-items .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-fulfillment-editor .fulfillment-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-fulfillment-editor .fulfillment-items .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-fulfillment-editor .fulfillment-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-fulfillment-editor .fulfillment-items .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-fulfillment-editor .fulfillment-items .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-fulfillment-editor .fulfillment-items li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-fulfillment-editor .fulfillment-items li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-fulfillment-editor .fulfillment-items li:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-fulfillment-editor .fulfillment-items .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-fulfillment-editor .fulfillment-items .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-fulfillment-editor .fulfillment-items .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-fulfillment-editor .fulfillment-items .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-fulfillment-editor .fulfillment-items .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-fulfillment-editor .fulfillment-items .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .model-editor.client-editor .order-fulfillment-editor .fulfillment-items .regenerate-token:hover,.app-view .dashboard-view .model-editor.downloadable-editor .order-fulfillment-editor .fulfillment-items .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .order-fulfillment-editor .fulfillment-items .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-fulfillment-editor .fulfillment-items .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-fulfillment-editor .fulfillment-items .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-fulfillment-editor .fulfillment-items span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-fulfillment-editor .fulfillment-items span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-fulfillment-editor .fulfillment-items li:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .order-fulfillment-editor .fulfillment-items .edit-metafields:hover,.app-view .dashboard-view .model-editor.store-integrations .order-fulfillment-editor .fulfillment-items .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .order-fulfillment-editor .fulfillment-items .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-fulfillment-editor .fulfillment-items .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .order-fulfillment-editor .fulfillment-items li:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .order-fulfillment-editor .fulfillment-items .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .order-fulfillment-editor .fulfillment-items .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .order-fulfillment-editor .fulfillment-items span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items a:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .fulfillment-items .edit-fulfillment-company:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .order-fulfillment-editor .fulfillment-items .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .order-fulfillment-editor .fulfillment-items .remove-shipping-carrier:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .order-fulfillment-editor .fulfillment-items .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .order-fulfillment-editor .fulfillment-items .remove-app:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .order-fulfillment-editor .fulfillment-items .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .order-fulfillment-editor .fulfillment-items .remove-plan:hover{text-decoration:underline}.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .order-entity-label{color:#9c9c9c}.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .order-entity-label:after{content:':';margin-right:4px}.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .order-item-thumbnail-container{padding-right:14px;width:100px}.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .order-item-summary ul{margin:0;padding:0}.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .order-item-summary ul li,.app-view .dashboard-view .order-refund-editor .refund-items .order-item-summary ul li,.app-view .dashboard-view .order-refund-editor .refund-items .order-shipment-identity ul li,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-item-summary ul li,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-shipment-identity ul li{list-style:none;margin-bottom:2px;font-size:13.5px}.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items button.toggle-item-quantity{margin:4px 0 0;width:auto;padding:5px 10px;font-size:12px}.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .order-item-quantity-value:before{content:'×';margin-right:4px}.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items input[type=number],.app-view .dashboard-view .order-refund-editor .refund-items input[type=number],.app-view .dashboard-view .order-refund-editor .refund-shipments input[type=number]{width:48px}.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .order-item td>:not(clayful-button),.app-view .dashboard-view .order-refund-editor .refund-items .order-item td>:not(clayful-button),.app-view .dashboard-view .order-refund-editor .refund-items .order-shipment td>:not(clayful-button),.app-view .dashboard-view .order-refund-editor .refund-shipments .order-item td>:not(clayful-button),.app-view .dashboard-view .order-refund-editor .refund-shipments .order-shipment td>:not(clayful-button){opacity:.4}.app-view .dashboard-view .order-fulfillment-editor .fulfillment-items .order-item.selected td>:not(clayful-button){opacity:1}.app-view .dashboard-view .image-catalog-editor .dndPlaceholder{padding-top:24px;padding-bottom:24px;border:#406de0 2px dashed}.app-view .dashboard-view .image-catalog-editor .clayful-block{margin-bottom:0}.app-view .dashboard-view .image-catalog-editor .clayful-block.closed .block-header{border-bottom:none}.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header{padding-top:21px;padding-bottom:21px;cursor:-webkit-grab;cursor:grab}.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-thumbnail-wrapper{position:absolute;top:5px;left:34px;width:50px;height:50px}.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-thumbnail-wrapper .item-thumbnail{width:50px;height:50px}.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-thumbnail-wrapper img{width:100%;height:auto;border-radius:2px}.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-thumbnail-wrapper .iconic{position:relative;left:4px;width:48px;height:48px;fill:#7c7c7c}.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary{position:absolute;top:4px;left:94px}.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p{margin:4px}.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .iconic{position:relative;top:3px;width:12px;margin-right:2px;fill:#9f9f9f}.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.order-editor h4 ul li,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .image-catalog-editor .clayful-block .block-header .item-summary p.item-link a,.app-view .dashboard-view .memo-viewer .viewer-header .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .write-memo,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .regenerate-token,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .image-catalog-editor .clayful-block .block-header .item-summary p.item-link li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .image-catalog-editor .clayful-block .block-header .item-summary p.item-link li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .image-catalog-editor .clayful-block .block-header .item-summary p.item-link li,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .edit-metafields,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .image-catalog-editor .clayful-block .block-header .item-summary p.item-link li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .image-catalog-editor .clayful-block .block-header .item-summary p.item-link li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .image-catalog-editor .clayful-block .block-header .item-summary p.item-link li,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .model-editor.client-editor .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .regenerate-token,.app-view .dashboard-view .model-editor.downloadable-editor .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .model-editor.order-editor h4 ul .image-catalog-editor .clayful-block .block-header .item-summary p.item-link li,.app-view .dashboard-view .model-editor.review-editor .review-info .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .edit-metafields,.app-view .dashboard-view .model-editor.store-integrations .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .show-operations,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .image-catalog-editor .clayful-block .block-header .item-summary p.item-link li,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .image-catalog-editor .clayful-block .block-header .item-summary p.item-link span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .edit-fulfillment-company,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .remove-shipping-carrier,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .remove-app,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .image-catalog-editor .clayful-block .block-header .item-summary p.item-link .remove-plan{color:#9f9f9f}.app-view .dashboard-view .image-catalog-editor .clayful-block .block-contents{border-bottom:none}.app-view .dashboard-view .image-catalog-editor .clayful-block .block-contents .form-field,.app-view .dashboard-view .multiple-upload-invoices .supported-carriers h4,.app-view .dashboard-view .tab-bar div.items-wrap{margin-bottom:8px}.app-view .dashboard-view .image-catalog-editor .clayful-block .block-contents .item-actions{text-align:right}.app-view .dashboard-view .image-catalog-editor .clayful-block .block-contents .clayful-button{padding:10px 14px;max-width:140px}.app-view .dashboard-view .image-gallery{margin:18px 0}.app-view .dashboard-view .image-gallery .loading-images .sk-spinner .sk-fading-circle{margin:34px;width:28px;height:28px}.app-view .dashboard-view .image-gallery .loading-images .sk-spinner .sk-circle{margin-top:0;margin-bottom:0}.app-view .dashboard-view .image-gallery .gallery-images:after,.app-view .dashboard-view .long-text-editor .ta-toolbar:after,.app-view .dashboard-view .memo-viewer .viewer-header:after,.app-view .dashboard-view .tab-bar div.items-wrap:after{content:"";display:table;clear:both}.app-view .dashboard-view .image-gallery .gallery-images .gallery-image{position:relative;float:left;margin:0 6px 6px 0;width:96px;height:96px;border:#d0d0d0 1px solid}.app-view .dashboard-view .image-gallery .gallery-images .gallery-image img{width:100%;height:auto}.app-view .dashboard-view .image-gallery .gallery-images .gallery-image .image-overlay{display:none}.app-view .dashboard-view .image-gallery .gallery-images .gallery-image:hover .image-overlay{display:block;position:absolute;top:0;left:0;width:96px;height:96px;background-color:rgba(0,0,0,.7);text-align:center}.app-view .dashboard-view .image-gallery .gallery-images .gallery-image:hover .image-overlay .iconic{margin-top:32px;width:32px;height:32px;fill:#fff}.app-view .dashboard-view .image-viewer{position:fixed;top:0;left:0;z-index:150;width:100%;height:100%;background-color:rgba(0,0,0,.8);color:#fff}.app-view .dashboard-view .image-viewer .viewer-header{box-sizing:border-box;position:fixed;top:0;left:0;width:80%;text-align:center;font-size:13px;background-color:#000}.app-view .dashboard-view .image-viewer .viewer-header .close-viewer{float:right;padding:17px}.app-view .dashboard-view .image-viewer .viewer-header .close-viewer:hover{background-color:#222}.app-view .dashboard-view .image-viewer .viewer-header .close-viewer .iconic{position:relative;top:2px;width:18px;height:18px;fill:#fff}.app-view .dashboard-view .image-viewer .viewer-body{position:absolute;z-index:-1;top:50%;left:0;width:80%;transform:translate(0,-50%);text-align:center}.app-view .dashboard-view .image-viewer .viewer-body img.width-base{max-width:80%;height:auto}.app-view .dashboard-view .image-viewer .viewer-body img.height-base{max-height:80%;width:auto}.app-view .dashboard-view .image-viewer .viewer-body .spinkit-spinner .sk-rect{margin:0 1px;background-color:#fff}.app-view .dashboard-view .image-viewer .viewer-body .image-status h2{margin-top:0;font-size:64px}.app-view .dashboard-view .image-viewer .viewer-body .image-status p{font-size:24px}.app-view .dashboard-view .image-viewer .viewer-next,.app-view .dashboard-view .image-viewer .viewer-prev{position:absolute;z-index:0;top:50%;transform:translate(0,-50%)}.app-view .dashboard-view .image-viewer .viewer-next .iconic,.app-view .dashboard-view .image-viewer .viewer-prev .iconic{fill:#ddd}.app-view .dashboard-view .image-viewer .viewer-prev{left:3%}.app-view .dashboard-view .image-viewer .viewer-next{right:23%}.app-view .dashboard-view .image-viewer.without-sidebar .viewer-body,.app-view .dashboard-view .image-viewer.without-sidebar .viewer-header{width:100%}.app-view .dashboard-view .image-viewer.without-sidebar .viewer-next{right:3%}.app-view .dashboard-view .image-viewer .viewer-sidebar{box-sizing:border-box;position:fixed;top:0;right:0;padding:14px 24px;width:20%;height:100%;overflow:auto;background-color:rgba(20,20,20,.8)}.app-view .dashboard-view .image-viewer .viewer-sidebar .iconic{position:relative;top:2px;width:16px;height:16px;fill:#fff}.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info{margin-bottom:24px}.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info h4{margin-top:6px;margin-bottom:12px;padding-bottom:12px;border-bottom:#eaeaea 1px solid;font-size:16px}.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info h5{margin:4px 0;font-size:14px}.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info>div{margin-bottom:14px;margin-left:16px}.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info p{margin-top:4px;margin-left:0;margin-bottom:4px;font-weight:300;color:#eaeaea}.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor h4 ul li,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .upload-new-image,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .view-original-resource,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info a,.app-view .dashboard-view .memo-viewer .viewer-header .image-viewer .viewer-sidebar .image-info .write-memo,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .image-viewer .viewer-sidebar .image-info .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .image-viewer .viewer-sidebar .image-info .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .image-viewer .viewer-sidebar .image-info .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .image-viewer .viewer-sidebar .image-info .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .image-viewer .viewer-sidebar .image-info li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .image-viewer .viewer-sidebar .image-info li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .image-viewer .viewer-sidebar .image-info li,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .image-viewer .viewer-sidebar .image-info .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .image-viewer .viewer-sidebar .image-info .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .image-viewer .viewer-sidebar .image-info .edit-metafields,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .image-viewer .viewer-sidebar .image-info .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .image-viewer .viewer-sidebar .image-info .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .image-viewer .viewer-sidebar .image-info li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .image-viewer .viewer-sidebar .image-info li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .image-viewer .viewer-sidebar .image-info li,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .image-viewer .viewer-sidebar .image-info .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .image-viewer .viewer-sidebar .image-info .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .image-viewer .viewer-sidebar .image-info .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .image-viewer .viewer-sidebar .image-info .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .image-viewer .viewer-sidebar .image-info .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .image-viewer .viewer-sidebar .image-info .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .model-editor.client-editor .image-viewer .viewer-sidebar .image-info .regenerate-token,.app-view .dashboard-view .model-editor.downloadable-editor .image-viewer .viewer-sidebar .image-info .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .image-viewer .viewer-sidebar .image-info .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .model-editor.order-editor h4 ul .image-viewer .viewer-sidebar .image-info li,.app-view .dashboard-view .model-editor.review-editor .review-info .image-viewer .viewer-sidebar .image-info .edit-metafields,.app-view .dashboard-view .model-editor.store-integrations .image-viewer .viewer-sidebar .image-info .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .image-viewer .viewer-sidebar .image-info .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .image-viewer .viewer-sidebar .image-info li,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .image-viewer .viewer-sidebar .image-info .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .image-viewer .viewer-sidebar .image-info .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .image-viewer .viewer-sidebar .image-info span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .image-viewer .viewer-sidebar .image-info .edit-fulfillment-company,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .image-viewer .viewer-sidebar .image-info .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .image-viewer .viewer-sidebar .image-info .remove-shipping-carrier,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .image-viewer .viewer-sidebar .image-info .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .image-viewer .viewer-sidebar .image-info .remove-app,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .image-viewer .viewer-sidebar .image-info .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .image-viewer .viewer-sidebar .image-info .remove-plan{color:#a8c1ff;cursor:pointer}.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .upload-new-image:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .view-original-resource:hover,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info a:hover,.app-view .dashboard-view .memo-viewer .viewer-header .image-viewer .viewer-sidebar .image-info .write-memo:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .image-viewer .viewer-sidebar .image-info .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .image-viewer .viewer-sidebar .image-info .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .image-viewer .viewer-sidebar .image-info .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .image-viewer .viewer-sidebar .image-info .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .image-viewer .viewer-sidebar .image-info li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .image-viewer .viewer-sidebar .image-info li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .image-viewer .viewer-sidebar .image-info li:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .image-viewer .viewer-sidebar .image-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .image-viewer .viewer-sidebar .image-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .image-viewer .viewer-sidebar .image-info .edit-metafields:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .image-viewer .viewer-sidebar .image-info .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .image-viewer .viewer-sidebar .image-info .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .image-viewer .viewer-sidebar .image-info li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .image-viewer .viewer-sidebar .image-info li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .image-viewer .viewer-sidebar .image-info li:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .image-viewer .viewer-sidebar .image-info .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .image-viewer .viewer-sidebar .image-info .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .image-viewer .viewer-sidebar .image-info .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .image-viewer .viewer-sidebar .image-info .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .image-viewer .viewer-sidebar .image-info .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .image-viewer .viewer-sidebar .image-info .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .model-editor.client-editor .image-viewer .viewer-sidebar .image-info .regenerate-token:hover,.app-view .dashboard-view .model-editor.downloadable-editor .image-viewer .viewer-sidebar .image-info .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .image-viewer .viewer-sidebar .image-info .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .image-viewer .viewer-sidebar .image-info li:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .image-viewer .viewer-sidebar .image-info .edit-metafields:hover,.app-view .dashboard-view .model-editor.store-integrations .image-viewer .viewer-sidebar .image-info .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .image-viewer .viewer-sidebar .image-info .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .image-viewer .viewer-sidebar .image-info li:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .image-viewer .viewer-sidebar .image-info .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .image-viewer .viewer-sidebar .image-info .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .image-viewer .viewer-sidebar .image-info span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .image-viewer .viewer-sidebar .image-info .edit-fulfillment-company:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .image-viewer .viewer-sidebar .image-info .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .image-viewer .viewer-sidebar .image-info .remove-shipping-carrier:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .image-viewer .viewer-sidebar .image-info .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .image-viewer .viewer-sidebar .image-info .remove-app:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .image-viewer .viewer-sidebar .image-info .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .image-viewer .viewer-sidebar .image-info .remove-plan:hover{color:#759dff}.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .memo-viewer .viewer-header .write-memo:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .client-editor.custom-configuration .regenerate-token:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .client-editor.email-configuration .regenerate-token:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.custom-configuration .download-file:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.email-configuration .download-file:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.email-configuration .upload-new-file:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .section-global-actions li span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .section-local-actions li span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration h4 ul li:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .section-global-actions li span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .section-local-actions li span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration h4 ul li:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.custom-configuration .regenerate-secret:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.custom-configuration .regenerate-token:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.email-configuration .regenerate-secret:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.email-configuration .regenerate-token:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration h4 ul li:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration h4 ul li:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.client-editor .regenerate-token:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.downloadable-editor .download-file:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.downloadable-editor .upload-new-file:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .section-global-actions li span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .section-local-actions li span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor h4 ul li:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.review-editor .review-info .edit-metafields:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.store-integrations .regenerate-secret:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.store-integrations .regenerate-token:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .section-global-actions li span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .section-local-actions li span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor h4 ul li:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.tax-editor .tax-region-identity .region-actions span:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .upload-new-image:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .view-original-resource:hover .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info a:hover .iconic,.app-view .dashboard-view .memo-viewer .viewer-header .image-viewer .viewer-sidebar .image-info .write-memo:hover .iconic,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token:hover .iconic,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token:hover .iconic,.app-view .dashboard-view .message-channels .client-editor.email-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token:hover .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .download-file:hover .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .upload-new-file:hover .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .image-viewer .viewer-sidebar .image-info .download-file:hover .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .image-viewer .viewer-sidebar .image-info .upload-new-file:hover .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .image-viewer .viewer-sidebar .image-info .download-file:hover .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .image-viewer .viewer-sidebar .image-info .upload-new-file:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .received-toggle:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .image-viewer .viewer-sidebar .image-info li:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .received-toggle:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .image-viewer .viewer-sidebar .image-info li:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .received-toggle:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .image-viewer .viewer-sidebar .image-info li:hover .iconic,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .image-viewer .viewer-sidebar .image-info .edit-metafields:hover .iconic,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .image-viewer .viewer-sidebar .image-info .edit-metafields:hover .iconic,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .image-viewer .viewer-sidebar .image-info .edit-metafields:hover .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .regenerate-secret:hover .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token:hover .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .image-viewer .viewer-sidebar .image-info .regenerate-secret:hover .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token:hover .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .image-viewer .viewer-sidebar .image-info .regenerate-secret:hover .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .image-viewer .viewer-sidebar .image-info li:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .image-viewer .viewer-sidebar .image-info li:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations:hover .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .image-viewer .viewer-sidebar .image-info li:hover .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .image-viewer .viewer-sidebar .image-info .delete-detail:hover .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .image-viewer .viewer-sidebar .image-info .copy-base-tax-details:hover .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .image-viewer .viewer-sidebar .image-info .delete-detail:hover .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .image-viewer .viewer-sidebar .image-info .copy-base-tax-details:hover .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .image-viewer .viewer-sidebar .image-info .delete-detail:hover .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .image-viewer .viewer-sidebar .image-info .copy-base-tax-details:hover .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .model-editor.client-editor .image-viewer .viewer-sidebar .image-info .regenerate-token:hover .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .image-viewer .viewer-sidebar .image-info .download-file:hover .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .image-viewer .viewer-sidebar .image-info .upload-new-file:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .received-toggle:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .model-editor.order-editor h4 ul .image-viewer .viewer-sidebar .image-info li:hover .iconic,.app-view .dashboard-view .model-editor.review-editor .review-info .image-viewer .viewer-sidebar .image-info .edit-metafields:hover .iconic,.app-view .dashboard-view .model-editor.store-integrations .image-viewer .viewer-sidebar .image-info .regenerate-secret:hover .iconic,.app-view .dashboard-view .model-editor.store-integrations .image-viewer .viewer-sidebar .image-info .regenerate-token:hover .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity:hover .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle:hover .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations:hover .iconic,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .image-viewer .viewer-sidebar .image-info li:hover .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .image-viewer .viewer-sidebar .image-info .delete-detail:hover .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .image-viewer .viewer-sidebar .image-info .copy-base-tax-details:hover .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .image-viewer .viewer-sidebar .image-info span:hover .iconic,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .image-viewer .viewer-sidebar .image-info .edit-fulfillment-company:hover .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .image-viewer .viewer-sidebar .image-info .edit-shipping-carrier:hover .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .image-viewer .viewer-sidebar .image-info .remove-shipping-carrier:hover .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .image-viewer .viewer-sidebar .image-info .edit-app:hover .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .image-viewer .viewer-sidebar .image-info .remove-app:hover .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .image-viewer .viewer-sidebar .image-info .edit-plan:hover .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .image-viewer .viewer-sidebar .image-info .remove-plan:hover .iconic{fill:#759dff}.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .memo-viewer .viewer-header .write-memo .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .client-editor.custom-configuration .regenerate-token .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .client-editor.email-configuration .regenerate-token .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.custom-configuration .download-file .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.custom-configuration .upload-new-file .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.email-configuration .download-file .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .downloadable-editor.email-configuration .upload-new-file .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.custom-configuration h4 ul li .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .order-editor.email-configuration h4 ul li .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .review-editor.custom-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .review-editor.email-configuration .review-info .edit-metafields .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.custom-configuration .regenerate-secret .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.custom-configuration .regenerate-token .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.email-configuration .regenerate-secret .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .store-integrations.email-configuration .regenerate-token .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.custom-configuration h4 ul li .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .section-global-actions li span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .section-local-actions li span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .subscription-editor.email-configuration h4 ul li .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.client-editor .regenerate-token .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.downloadable-editor .download-file .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.downloadable-editor .upload-new-file .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .section-global-actions li span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor .section-local-actions li span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.order-editor h4 ul li .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.review-editor .review-info .edit-metafields .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.store-integrations .regenerate-secret .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.store-integrations .regenerate-token .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .section-global-actions li span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .section-local-actions li span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.subscription-editor h4 ul li .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .model-editor.tax-editor .tax-region-identity .region-actions span .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .social-apps-editor .social-apps .social-app .app-actions .edit-app .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .social-apps-editor .social-apps .social-app .app-actions .remove-app .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .upload-new-image .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .view-original-resource .iconic,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info a .iconic,.app-view .dashboard-view .memo-viewer .viewer-header .image-viewer .viewer-sidebar .image-info .write-memo .iconic,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token .iconic,.app-view .dashboard-view .message-channels .client-editor.email-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .image-viewer .viewer-sidebar .image-info .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .image-viewer .viewer-sidebar .image-info .upload-new-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .image-viewer .viewer-sidebar .image-info .download-file .iconic,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .image-viewer .viewer-sidebar .image-info .upload-new-file .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .image-viewer .viewer-sidebar .image-info li .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .image-viewer .viewer-sidebar .image-info li .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .received-toggle .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .image-viewer .viewer-sidebar .image-info li .iconic,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .image-viewer .viewer-sidebar .image-info .edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .image-viewer .viewer-sidebar .image-info .edit-metafields .iconic,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .image-viewer .viewer-sidebar .image-info .edit-metafields .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .image-viewer .viewer-sidebar .image-info .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .image-viewer .viewer-sidebar .image-info .regenerate-secret .iconic,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .image-viewer .viewer-sidebar .image-info .regenerate-token .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .image-viewer .viewer-sidebar .image-info li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .image-viewer .viewer-sidebar .image-info li .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations .iconic,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .image-viewer .viewer-sidebar .image-info li .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .image-viewer .viewer-sidebar .image-info .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .image-viewer .viewer-sidebar .image-info .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .image-viewer .viewer-sidebar .image-info .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .image-viewer .viewer-sidebar .image-info .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .image-viewer .viewer-sidebar .image-info .delete-detail .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .image-viewer .viewer-sidebar .image-info .copy-base-tax-details .iconic,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .model-editor.client-editor .image-viewer .viewer-sidebar .image-info .regenerate-token .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .image-viewer .viewer-sidebar .image-info .download-file .iconic,.app-view .dashboard-view .model-editor.downloadable-editor .image-viewer .viewer-sidebar .image-info .upload-new-file .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .received-toggle .iconic,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations .iconic,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .image-viewer .viewer-sidebar .image-info .order-entity-action .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction .iconic,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .image-viewer .viewer-sidebar .image-info span.register-transaction .iconic,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .model-editor.order-editor h4 ul .image-viewer .viewer-sidebar .image-info li .iconic,.app-view .dashboard-view .model-editor.review-editor .review-info .image-viewer .viewer-sidebar .image-info .edit-metafields .iconic,.app-view .dashboard-view .model-editor.store-integrations .image-viewer .viewer-sidebar .image-info .regenerate-secret .iconic,.app-view .dashboard-view .model-editor.store-integrations .image-viewer .viewer-sidebar .image-info .regenerate-token .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .cancel-entity .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .done-toggle .iconic,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .image-viewer .viewer-sidebar .image-info .show-operations .iconic,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .image-viewer .viewer-sidebar .image-info li .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .image-viewer .viewer-sidebar .image-info .delete-detail .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .image-viewer .viewer-sidebar .image-info .copy-base-tax-details .iconic,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .image-viewer .viewer-sidebar .image-info span .iconic,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .image-viewer .viewer-sidebar .image-info .edit-fulfillment-company .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .image-viewer .viewer-sidebar .image-info .edit-shipping-carrier .iconic,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .image-viewer .viewer-sidebar .image-info .remove-shipping-carrier .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .image-viewer .viewer-sidebar .image-info .edit-app .iconic,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .image-viewer .viewer-sidebar .image-info .remove-app .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .image-viewer .viewer-sidebar .image-info .edit-plan .iconic,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .image-viewer .viewer-sidebar .image-info .remove-plan .iconic{position:relative;top:3px;width:13px;fill:#a8c1ff}.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .customer-identity .deleted-customer{font-weight:300}.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .upload-new-image,.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .view-original-resource{font-size:13px}.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .image-actions{margin-left:0}.app-view .dashboard-view .image-viewer .viewer-sidebar .image-info .image-actions button{width:100%;max-width:100%;padding-top:14px;padding-bottom:14px}.app-view .dashboard-view .list-sort-selector select{padding-bottom:2px;border:none;border-bottom:#ddd 1px solid;font-size:13px;font-weight:500;color:#505050;cursor:pointer}.app-view .dashboard-view .list-limit-selector ul{margin:0;padding:0;text-align:right}.app-view .dashboard-view .list-limit-selector ul li{list-style:none;display:inline-block;margin:0 12px 0 0;padding:0;font-size:13px;color:#b0b0b0}.app-view .dashboard-view .list-limit-selector ul li:last-child{margin-right:0}.app-view .dashboard-view .list-limit-selector ul li.active,.app-view .dashboard-view .list-view .clayful-table .empty-list .query-back>span{color:#406de0}.app-view .dashboard-view .long-text-editor{position:relative}.app-view .dashboard-view .long-text-editor .ta-toolbar{border:#d0d0d0 1px solid;border-bottom:none}.app-view .dashboard-view .long-text-editor .ta-toolbar .btn-group{float:left;border-right:#ddd 1px solid}.app-view .dashboard-view .long-text-editor .ta-toolbar .btn-group button{padding:6px 10px;background-color:#fff;border:none;cursor:pointer}.app-view .dashboard-view .long-text-editor .ta-toolbar .btn-group button:hover{background-color:#ddd}.app-view .dashboard-view .long-text-editor .ta-toolbar .btn-group button.active{background-color:#406de0;color:#fff}.app-view .dashboard-view .long-text-editor .ta-toolbar .btn-group #toolbarCC,.app-view .dashboard-view .long-text-editor .ta-toolbar .btn-group #toolbarWC{pointer-events:none}.app-view .dashboard-view .long-text-editor .ta-editor{width:100%;max-height:540px;overflow:auto;box-sizing:border-box;padding:0;border:#d0d0d0 1px solid;border-radius:2px}.app-view .dashboard-view .long-text-editor .ta-editor .placeholder-text{color:#b0b0b0}.app-view .dashboard-view .long-text-editor .ta-editor .ta-bind{box-sizing:border-box;min-height:300px;padding:6px 12px}.app-view .dashboard-view .long-text-editor .ta-editor img{max-width:70%}.app-view .dashboard-view .long-text-editor .ta-editor table{width:100%;max-width:720px}.app-view .dashboard-view .long-text-editor .ta-editor table tr td,.app-view .dashboard-view .long-text-editor .ta-editor table tr th{padding:2px 4px;border:#ddd 1px solid}.app-view .dashboard-view .long-text-editor .ta-scroll-window.form-control{max-height:540px;min-height:302px;overflow:auto}.app-view .dashboard-view .long-text-editor .ta-root.focussed>.ta-scroll-window.form-control{border-color:auto;box-shadow:none}.app-view .dashboard-view .long-text-editor .text-length{position:absolute;bottom:8px;right:6px;font-size:12px;color:#bbb}.app-view .dashboard-view .long-text-editor .text-length .current-length.overflow{color:#da3a34}.app-view .dashboard-view .long-text-editor .long-text-editor-errors{position:absolute;bottom:8px;left:6px;margin:0;padding:0;font-size:12px;color:#da3a34}.app-view .dashboard-view .long-text-editor .long-text-editor-errors li{list-style:none;margin:0;padding:0}.app-view .dashboard-view .memo-viewer .viewer-header .viewer-name{float:left}.app-view .dashboard-view .memo-viewer .viewer-header .write-memo{float:right;font-size:13px}.app-view .dashboard-view .memo-viewer .viewer-header .write-memo .iconic{position:relative;top:1px;width:13px;height:13px}.app-view .dashboard-view .memo-viewer .loading-memos{padding:14px 0}.app-view .dashboard-view .memo-viewer .loading-memos .sk-spinner .sk-fading-circle{margin:0 auto;width:24px;height:24px}.app-view .dashboard-view .memo-viewer .loading-memos .sk-spinner .sk-circle{margin-top:0;margin-bottom:0}.app-view .dashboard-view .memo-viewer .memos{clear:both;margin-top:8px;padding-top:8px;border-top:#dadada 1px solid;font-size:13px;overflow:auto}.app-view .dashboard-view .memo-viewer .memos .memo{margin-bottom:6px;padding:8px 12px;border:#ececec 1px solid;border-radius:2px;background-color:#f6f6f6;position:relative}.app-view .dashboard-view .memo-viewer .memos .memo .zoom-icon{position:absolute;top:11px;right:11px}.app-view .dashboard-view .memo-viewer .memos .memo .zoom-icon svg{fill:#406de0;opacity:.5}.app-view .dashboard-view .memo-viewer .memos .memo:hover .zoom-icon svg{fill:#406de0;opacity:1}.app-view .dashboard-view .memo-viewer .memos .memo .memo-subject{margin:0 0 6px;padding-right:17px}.app-view .dashboard-view .memo-viewer .memos .memo .memo-body{margin:0;font-size:13px;padding-right:17px;white-space:pre-wrap}.app-view .dashboard-view .memo-viewer .memos .memo .memo-info{text-align:right;margin-top:4px}.app-view .dashboard-view .memo-viewer .memos .memo .memo-info .memo-author{font-size:12px}.app-view .dashboard-view .memo-viewer .memos .memo .memo-info .memo-created-at{font-size:12px;color:#888}.app-view .dashboard-view .memo-viewer .memos .load-more-memos{padding:8px 0;font-size:13px}.app-view .dashboard-view .memo-viewer .memos .load-more-memos .iconic,.app-view .dashboard-view .model-list-filter .filter-body .filter-conditions li .filter-value.value-false .iconic,.app-view .dashboard-view .model-list-filter .filter-body .filter-conditions li .filter-value.value-true .iconic{position:relative;top:2px;width:13px;height:13px}.app-view .dashboard-view .memo-viewer .new-memo .clayful-button{max-width:240px;float:right}.app-view .dashboard-view .memo-viewer .current-memo{font-size:13px}.app-view .dashboard-view .memo-viewer .current-memo .memo-body{white-space:pre-wrap}.app-view .dashboard-view .memo-viewer .current-memo .memo-info{margin:6px 0 12px;padding-top:6px;text-align:right}.app-view .dashboard-view .memo-viewer .current-memo .memo-info .memo-created-at{color:#888}.app-view .dashboard-view .memo-viewer .current-memo .delete-current,.app-view .dashboard-view .memo-viewer .current-memo .edit-current,.app-view .dashboard-view .memo-viewer .current-memo .save-current{width:49%}.app-view .dashboard-view .memo-viewer .current-memo .delete-current{margin-left:1%}.app-view .dashboard-view .metafield-input ul{margin:0;padding:0}.app-view .dashboard-view .metafield-input ul li{list-style:none;margin:0 0 8px;padding:0}.app-view .dashboard-view .metafield-input ul li>span>.iconic{margin-left:6px;fill:#406de0}.app-view .dashboard-view .metafield-input .input-multilingual-text .text-value,.app-view .dashboard-view .metafield-input .input-text .text-value{display:inline-block;margin:0 12px 0 0}.app-view .dashboard-view .metafield-input .input-multilingual-text .text-value.empty,.app-view .dashboard-view .metafield-input .input-text .text-value.empty{color:#999;font-style:italic}.app-view .dashboard-view .metafield-input .clayful-popup-box{max-width:856px}.app-view .dashboard-view .metafield-input .clayful-popup-box .button-group{margin-top:8px}.app-view .dashboard-view .metafield-input .metafield-errors .metafield-error{margin:0;padding:0;font-size:12px;color:#da3a34}.app-view .dashboard-view .model-editor-tools{z-index:100}.app-view .dashboard-view .model-editor-tools .editor-tools{margin-bottom:6px;border:#e2e4e3 1px solid;background-color:#fff}.app-view .dashboard-view .model-editor-tools .editor-tools .editor-tool{padding:18px}.app-view .dashboard-view .model-editor-tools .editor-tools .editor-tool .clayful-label{font-size:14px}.app-view .dashboard-view .model-editor-tools .editor-tools .editor-tool .clayful-select{width:100%;min-width:100%}.app-view .dashboard-view .model-editor-tools .editor-tools .editor-tool p{margin:6px 0 0}.app-view .dashboard-view .model-editor-tools .editor-tools .extra-tools .editor-tool{border-top:#e2e4e3 1px dashed}.app-view .dashboard-view .model-editor-tools .editor-tools .extra-tools .editor-tool:first-child{border-top:#e2e4e3 4px double}.app-view .dashboard-view .model-editor-tools .model-memos{margin-bottom:6px;padding:18px;border:#e2e4e3 1px solid;background-color:#fff}.app-view .dashboard-view .model-editor-tools .editor-actions .go-back .iconic{position:relative;top:2px;height:16px}.app-view .dashboard-view .model-list-filter .filter-body .filter-selector .filter-options .clayful-select,.app-view .dashboard-view .tab-bar{width:100%}.app-view .dashboard-view .tab-bar div.items-wrap ul.items{list-style:none;padding:0;margin:0;text-align:left}.app-view .dashboard-view .tab-bar div.items-wrap ul.items li.item{border:1px solid #a5a5a5;color:#868686;border-radius:30px;display:inline-block;box-sizing:border-box;text-align:center;padding:8px 20px;margin-right:8px;margin-bottom:8px}.app-view .dashboard-view .tab-bar div.items-wrap ul.items li.item.selected,.app-view .dashboard-view .tab-bar div.items-wrap ul.items li.item:hover{border:1px solid #406de0;color:#406de0}.app-view .dashboard-view .model-list-filter{padding:14px 0;border:#dfdfdf 1px solid;border-right:0;border-left:0}.app-view .dashboard-view .model-list-filter .saved-searches{margin:0 0 12px;padding:0 0 12px;border-bottom:#dfdfdf 1px solid;line-height:100%}.app-view .dashboard-view .model-list-filter .saved-searches li{position:relative;top:1px;box-sizing:border-box;display:inline-block;margin:0 8px 0 0;padding:8px 12px;border:#dfdfdf 1px solid;border-radius:4px;list-style:none;font-size:13px;color:#aaa;white-space:nowrap;overflow:hidden}.app-view .dashboard-view .model-list-filter .saved-searches li .iconic{position:relative;top:2px;margin-right:4px;width:10px;height:10px;fill:#aaa}.app-view .dashboard-view .model-list-filter .saved-searches li input{display:inline;padding:0;width:100%;max-width:120px;font-size:13px}.app-view .dashboard-view .model-list-filter .saved-searches li.saved{padding-right:36px}.app-view .dashboard-view .model-list-filter .saved-searches li.saved .remove-saved{position:absolute;top:6px;right:8px}.app-view .dashboard-view .model-list-filter .saved-searches li.saved .remove-saved .iconic{margin-left:8px;width:10px;height:10px}.app-view .dashboard-view .model-list-filter .saved-searches li.active{color:#406de0;border-color:#406de0}.app-view .dashboard-view .model-list-filter .saved-searches li.active .iconic{fill:#406de0}.app-view .dashboard-view .list-view .model-list-global-actions:after,.app-view .dashboard-view .list-view .table-action:after,.app-view .dashboard-view .model-list-filter .filter-body .filter-selector:after{content:"";display:table;clear:both}.app-view .dashboard-view .model-list-filter .filter-body .filter-selector .filter-options{float:left;margin-right:18px;padding-right:14px;width:248px;border-right:#dfdfdf 1px solid}.app-view .dashboard-view .model-list-filter .filter-body .filter-selector .filter-options .clayful-select .clayful-select-option{padding-left:28px}.app-view .dashboard-view .model-list-filter .filter-body .filter-selector .filter-setting{float:left;font-size:13px}.app-view .dashboard-view .model-list-filter .filter-body .filter-selector .filter-setting .date-range-max,.app-view .dashboard-view .model-list-filter .filter-body .filter-selector .filter-setting .date-range-min,.app-view .dashboard-view .model-list-filter .filter-body .filter-selector .filter-setting .number-range-max,.app-view .dashboard-view .model-list-filter .filter-body .filter-selector .filter-setting .number-range-min,.app-view .dashboard-view .model-list-filter .filter-body .filter-selector .filter-setting input{display:inline-block}.app-view .dashboard-view .model-list-filter .filter-body .filter-selector .filter-setting input[date-time],.app-view .dashboard-view .model-list-filter .filter-body .filter-selector .filter-setting input[type=email],.app-view .dashboard-view .model-list-filter .filter-body .filter-selector .filter-setting input[type=number]{max-width:180px}.app-view .dashboard-view .model-list-filter .filter-body .filter-selector .filter-setting .clayful-select{width:240px}.app-view .dashboard-view .model-list-filter .filter-body .filter-selector .filter-buttons{float:left;margin:0 0 0 7px}.app-view .dashboard-view .model-list-filter .filter-body .filter-selector .filter-buttons .clayful-button{margin:0 0 0 7px;padding:8px 14px;width:auto;min-width:auto;font-size:13px;font-weight:400}.app-view .dashboard-view .model-list-filter .filter-body .filter-selector .filter-buttons .clayful-button .iconic{width:12px;height:12px}.app-view .dashboard-view .model-list-filter .filter-body .filter-summary{margin:0 0 14px}.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul,.app-view .dashboard-view .model-list-filter .filter-body .filter-conditions{margin:0;padding:0}.app-view .dashboard-view .model-list-filter .filter-body .filter-conditions li{display:inline-block;margin:0 14px 0 0;list-style:none;font-size:13px}.app-view .dashboard-view .model-list-filter .filter-body .filter-conditions li .filter-tag{margin-right:4px;color:#555}.app-view .dashboard-view .model-list-filter .filter-body .filter-conditions li .filter-value{color:#777}.app-view .dashboard-view .model-list-filter .filter-body .filter-conditions li .filter-value.value-true .iconic{fill:#41960f}.app-view .dashboard-view .model-list-filter .filter-body .filter-conditions li .filter-value.value-false .iconic{fill:#da3a34}.app-view .dashboard-view .model-list-filter .filter-body .filter-conditions li .remove-field{position:relative;top:1px;display:inline-block;line-height:100%;margin-left:2px;padding:0 2px;border:#969696 1px solid;border-radius:4px;background-color:#a3a3a3}.app-view .dashboard-view .model-list-filter .filter-body .filter-conditions li .remove-field .iconic{position:relative;top:-2px;width:8px;height:8px;fill:#fff}.app-view .dashboard-view .model-list-filter .filter-body .filter-conditions li.reset-filters,.app-view .dashboard-view .model-list-filter .filter-body .filter-conditions li.save-search{cursor:pointer;text-decoration:none;color:#406de0}.app-view .dashboard-view .model-list-filter .filter-body .filter-conditions li.reset-filters .iconic,.app-view .dashboard-view .model-list-filter .filter-body .filter-conditions li.save-search .iconic{position:relative;top:2px;width:14px;height:14px;fill:#406de0}.app-view .dashboard-view .model-list-filter .filter-body .filter-conditions li.reset-filters:hover .iconic,.app-view .dashboard-view .model-list-filter .filter-body .filter-conditions li.save-search:hover .iconic{fill:#2151cc}.app-view .dashboard-view .list-view .model-list-global-actions{margin-bottom:16px}.app-view .dashboard-view .list-view .model-list-global-actions>*{float:right;margin-left:14px}.app-view .dashboard-view .list-view .memo-viewer .viewer-header .model-list-global-actions>*>div>.write-memo,.app-view .dashboard-view .list-view .message-channels .client-editor.bizm-kakao-sms-configuration .model-list-global-actions>*>div>.regenerate-token,.app-view .dashboard-view .list-view .message-channels .client-editor.custom-configuration .model-list-global-actions>*>div>.regenerate-token,.app-view .dashboard-view .list-view .message-channels .client-editor.email-configuration .model-list-global-actions>*>div>.regenerate-token,.app-view .dashboard-view .list-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-list-global-actions>*>div>.download-file,.app-view .dashboard-view .list-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .model-list-global-actions>*>div>.upload-new-file,.app-view .dashboard-view .list-view .message-channels .downloadable-editor.custom-configuration .model-list-global-actions>*>div>.download-file,.app-view .dashboard-view .list-view .message-channels .downloadable-editor.custom-configuration .model-list-global-actions>*>div>.upload-new-file,.app-view .dashboard-view .list-view .message-channels .downloadable-editor.email-configuration .model-list-global-actions>*>div>.download-file,.app-view .dashboard-view .list-view .message-channels .downloadable-editor.email-configuration .model-list-global-actions>*>div>.upload-new-file,.app-view .dashboard-view .list-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-list-global-actions>*>div>.cancel-entity,.app-view .dashboard-view .list-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-list-global-actions>*>div>.done-toggle,.app-view .dashboard-view .list-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-list-global-actions>*>div>.received-toggle,.app-view .dashboard-view .list-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .model-list-global-actions>*>div>.show-operations,.app-view .dashboard-view .list-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .list-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .list-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .list-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .list-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .model-list-global-actions>*>div>span.register-transaction,.app-view .dashboard-view .list-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .model-list-global-actions>*>div>span.register-transaction,.app-view .dashboard-view .list-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .model-list-global-actions>*>div>li,.app-view .dashboard-view .list-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-list-global-actions>*>div>.cancel-entity,.app-view .dashboard-view .list-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-list-global-actions>*>div>.done-toggle,.app-view .dashboard-view .list-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-list-global-actions>*>div>.received-toggle,.app-view .dashboard-view .list-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .model-list-global-actions>*>div>.show-operations,.app-view .dashboard-view .list-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .list-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .list-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .list-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .list-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .model-list-global-actions>*>div>span.register-transaction,.app-view .dashboard-view .list-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .model-list-global-actions>*>div>span.register-transaction,.app-view .dashboard-view .list-view .message-channels .order-editor.custom-configuration .section-global-actions li .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .message-channels .order-editor.custom-configuration .section-local-actions li .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .message-channels .order-editor.custom-configuration h4 ul .model-list-global-actions>*>div>li,.app-view .dashboard-view .list-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-list-global-actions>*>div>.cancel-entity,.app-view .dashboard-view .list-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-list-global-actions>*>div>.done-toggle,.app-view .dashboard-view .list-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-list-global-actions>*>div>.received-toggle,.app-view .dashboard-view .list-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .model-list-global-actions>*>div>.show-operations,.app-view .dashboard-view .list-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .list-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .list-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .list-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .list-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .model-list-global-actions>*>div>span.register-transaction,.app-view .dashboard-view .list-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .model-list-global-actions>*>div>span.register-transaction,.app-view .dashboard-view .list-view .message-channels .order-editor.email-configuration .section-global-actions li .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .message-channels .order-editor.email-configuration .section-local-actions li .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .message-channels .order-editor.email-configuration h4 ul .model-list-global-actions>*>div>li,.app-view .dashboard-view .list-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .model-list-global-actions>*>div>.edit-metafields,.app-view .dashboard-view .list-view .message-channels .review-editor.custom-configuration .review-info .model-list-global-actions>*>div>.edit-metafields,.app-view .dashboard-view .list-view .message-channels .review-editor.email-configuration .review-info .model-list-global-actions>*>div>.edit-metafields,.app-view .dashboard-view .list-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-list-global-actions>*>div>.regenerate-secret,.app-view .dashboard-view .list-view .message-channels .store-integrations.bizm-kakao-sms-configuration .model-list-global-actions>*>div>.regenerate-token,.app-view .dashboard-view .list-view .message-channels .store-integrations.custom-configuration .model-list-global-actions>*>div>.regenerate-secret,.app-view .dashboard-view .list-view .message-channels .store-integrations.custom-configuration .model-list-global-actions>*>div>.regenerate-token,.app-view .dashboard-view .list-view .message-channels .store-integrations.email-configuration .model-list-global-actions>*>div>.regenerate-secret,.app-view .dashboard-view .list-view .message-channels .store-integrations.email-configuration .model-list-global-actions>*>div>.regenerate-token,.app-view .dashboard-view .list-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-list-global-actions>*>div>.cancel-entity,.app-view .dashboard-view .list-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-list-global-actions>*>div>.done-toggle,.app-view .dashboard-view .list-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-list-global-actions>*>div>.show-operations,.app-view .dashboard-view .list-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .model-list-global-actions>*>div>li,.app-view .dashboard-view .list-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-list-global-actions>*>div>.cancel-entity,.app-view .dashboard-view .list-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-list-global-actions>*>div>.done-toggle,.app-view .dashboard-view .list-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-list-global-actions>*>div>.show-operations,.app-view .dashboard-view .list-view .message-channels .subscription-editor.custom-configuration h4 ul .model-list-global-actions>*>div>li,.app-view .dashboard-view .list-view .message-channels .subscription-editor.email-configuration .section-global-actions li .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .message-channels .subscription-editor.email-configuration .section-local-actions li .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-list-global-actions>*>div>.cancel-entity,.app-view .dashboard-view .list-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-list-global-actions>*>div>.done-toggle,.app-view .dashboard-view .list-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-list-global-actions>*>div>.show-operations,.app-view .dashboard-view .list-view .message-channels .subscription-editor.email-configuration h4 ul .model-list-global-actions>*>div>li,.app-view .dashboard-view .list-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .model-list-global-actions>*>div>.delete-detail,.app-view .dashboard-view .list-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-list-global-actions>*>div>.copy-base-tax-details,.app-view .dashboard-view .list-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .model-list-global-actions>*>div>.delete-detail,.app-view .dashboard-view .list-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-list-global-actions>*>div>.copy-base-tax-details,.app-view .dashboard-view .list-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .model-list-global-actions>*>div>.delete-detail,.app-view .dashboard-view .list-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .model-list-global-actions>*>div>.copy-base-tax-details,.app-view .dashboard-view .list-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .model-editor.client-editor .model-list-global-actions>*>div>.regenerate-token,.app-view .dashboard-view .list-view .model-editor.downloadable-editor .model-list-global-actions>*>div>.download-file,.app-view .dashboard-view .list-view .model-editor.downloadable-editor .model-list-global-actions>*>div>.upload-new-file,.app-view .dashboard-view .list-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-list-global-actions>*>div>.cancel-entity,.app-view .dashboard-view .list-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-list-global-actions>*>div>.done-toggle,.app-view .dashboard-view .list-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-list-global-actions>*>div>.received-toggle,.app-view .dashboard-view .list-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .model-list-global-actions>*>div>.show-operations,.app-view .dashboard-view .list-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .list-view .model-editor.order-editor .order-items .order-entity-actions li .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .list-view .model-editor.order-editor .order-refunds .order-entity-actions li .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .list-view .model-editor.order-editor .order-shipments .order-entity-actions li .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .list-view .model-editor.order-editor .order-transaction-info .order-total-info .model-list-global-actions>*>div>span.register-transaction,.app-view .dashboard-view .list-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .model-list-global-actions>*>div>span.register-transaction,.app-view .dashboard-view .list-view .model-editor.order-editor .section-global-actions li .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .model-editor.order-editor .section-local-actions li .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .model-editor.order-editor h4 ul .model-list-global-actions>*>div>li,.app-view .dashboard-view .list-view .model-editor.review-editor .review-info .model-list-global-actions>*>div>.edit-metafields,.app-view .dashboard-view .list-view .model-editor.store-integrations .model-list-global-actions>*>div>.regenerate-secret,.app-view .dashboard-view .list-view .model-editor.store-integrations .model-list-global-actions>*>div>.regenerate-token,.app-view .dashboard-view .list-view .model-editor.subscription-editor .section-global-actions li .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .model-editor.subscription-editor .section-local-actions li .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-list-global-actions>*>div>.cancel-entity,.app-view .dashboard-view .list-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-list-global-actions>*>div>.done-toggle,.app-view .dashboard-view .list-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .model-list-global-actions>*>div>.show-operations,.app-view .dashboard-view .list-view .model-editor.subscription-editor h4 ul .model-list-global-actions>*>div>li,.app-view .dashboard-view .list-view .model-editor.tax-editor .tax-detail-editor .tax-details .model-list-global-actions>*>div>.delete-detail,.app-view .dashboard-view .list-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .model-list-global-actions>*>div>.copy-base-tax-details,.app-view .dashboard-view .list-view .model-editor.tax-editor .tax-region-identity .region-actions .model-list-global-actions>*>div>span,.app-view .dashboard-view .list-view .model-list-global-actions>*>div>a,.app-view .dashboard-view .list-view .order-fulfillment-editor .fulfillment-tracking-company .model-list-global-actions>*>div>.edit-fulfillment-company,.app-view .dashboard-view .list-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-list-global-actions>*>div>.edit-shipping-carrier,.app-view .dashboard-view .list-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .model-list-global-actions>*>div>.remove-shipping-carrier,.app-view .dashboard-view .list-view .social-apps-editor .social-apps .social-app .app-actions .model-list-global-actions>*>div>.edit-app,.app-view .dashboard-view .list-view .social-apps-editor .social-apps .social-app .app-actions .model-list-global-actions>*>div>.remove-app,.app-view .dashboard-view .list-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-list-global-actions>*>div>.edit-plan,.app-view .dashboard-view .list-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .model-list-global-actions>*>div>.remove-plan,.app-view .dashboard-view .memo-viewer .viewer-header .list-view .model-list-global-actions>*>div>.write-memo,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .list-view .model-list-global-actions>*>div>.regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .list-view .model-list-global-actions>*>div>.regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .list-view .model-list-global-actions>*>div>.regenerate-token,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .list-view .model-list-global-actions>*>div>.download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .list-view .model-list-global-actions>*>div>.upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .list-view .model-list-global-actions>*>div>.download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .list-view .model-list-global-actions>*>div>.upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .list-view .model-list-global-actions>*>div>.download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .list-view .model-list-global-actions>*>div>.upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view .model-list-global-actions>*>div>.cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view .model-list-global-actions>*>div>.done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view .model-list-global-actions>*>div>.received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view .model-list-global-actions>*>div>.show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .list-view .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .list-view .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .list-view .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .list-view .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .list-view .model-list-global-actions>*>div>span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .list-view .model-list-global-actions>*>div>span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .list-view .model-list-global-actions>*>div>li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view .model-list-global-actions>*>div>.cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view .model-list-global-actions>*>div>.done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view .model-list-global-actions>*>div>.received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view .model-list-global-actions>*>div>.show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .list-view .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .list-view .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .list-view .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .list-view .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .list-view .model-list-global-actions>*>div>span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .list-view .model-list-global-actions>*>div>span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .list-view .model-list-global-actions>*>div>li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view .model-list-global-actions>*>div>.cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view .model-list-global-actions>*>div>.done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view .model-list-global-actions>*>div>.received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view .model-list-global-actions>*>div>.show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .list-view .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .list-view .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .list-view .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .list-view .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .list-view .model-list-global-actions>*>div>span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .list-view .model-list-global-actions>*>div>span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .list-view .model-list-global-actions>*>div>li,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .list-view .model-list-global-actions>*>div>.edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .list-view .model-list-global-actions>*>div>.edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .list-view .model-list-global-actions>*>div>.edit-metafields,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .list-view .model-list-global-actions>*>div>.regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .list-view .model-list-global-actions>*>div>.regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .list-view .model-list-global-actions>*>div>.regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .list-view .model-list-global-actions>*>div>.regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .list-view .model-list-global-actions>*>div>.regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .list-view .model-list-global-actions>*>div>.regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view .model-list-global-actions>*>div>.cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view .model-list-global-actions>*>div>.done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view .model-list-global-actions>*>div>.show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .list-view .model-list-global-actions>*>div>li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view .model-list-global-actions>*>div>.cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view .model-list-global-actions>*>div>.done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view .model-list-global-actions>*>div>.show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .list-view .model-list-global-actions>*>div>li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view .model-list-global-actions>*>div>.cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view .model-list-global-actions>*>div>.done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view .model-list-global-actions>*>div>.show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .list-view .model-list-global-actions>*>div>li,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .list-view .model-list-global-actions>*>div>.delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .list-view .model-list-global-actions>*>div>.copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .list-view .model-list-global-actions>*>div>.delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .list-view .model-list-global-actions>*>div>.copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .list-view .model-list-global-actions>*>div>.delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .list-view .model-list-global-actions>*>div>.copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .model-editor.client-editor .list-view .model-list-global-actions>*>div>.regenerate-token,.app-view .dashboard-view .model-editor.downloadable-editor .list-view .model-list-global-actions>*>div>.download-file,.app-view .dashboard-view .model-editor.downloadable-editor .list-view .model-list-global-actions>*>div>.upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .list-view .model-list-global-actions>*>div>.cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .list-view .model-list-global-actions>*>div>.done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .list-view .model-list-global-actions>*>div>.received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .list-view .model-list-global-actions>*>div>.show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .list-view .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .list-view .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .list-view .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .list-view .model-list-global-actions>*>div>.order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .list-view .model-list-global-actions>*>div>span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .list-view .model-list-global-actions>*>div>span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .model-editor.order-editor h4 ul .list-view .model-list-global-actions>*>div>li,.app-view .dashboard-view .model-editor.review-editor .review-info .list-view .model-list-global-actions>*>div>.edit-metafields,.app-view .dashboard-view .model-editor.store-integrations .list-view .model-list-global-actions>*>div>.regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .list-view .model-list-global-actions>*>div>.regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view .model-list-global-actions>*>div>.cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view .model-list-global-actions>*>div>.done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view .model-list-global-actions>*>div>.show-operations,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .list-view .model-list-global-actions>*>div>li,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .list-view .model-list-global-actions>*>div>.delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .list-view .model-list-global-actions>*>div>.copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .list-view .model-list-global-actions>*>div>span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .list-view .model-list-global-actions>*>div>.edit-fulfillment-company,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .list-view .model-list-global-actions>*>div>.edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .list-view .model-list-global-actions>*>div>.remove-shipping-carrier,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .list-view .model-list-global-actions>*>div>.edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .list-view .model-list-global-actions>*>div>.remove-app,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .list-view .model-list-global-actions>*>div>.edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .list-view .model-list-global-actions>*>div>.remove-plan{padding:8px 12px;display:inline-block;border:1px solid #406de0;border-radius:4px}.app-view .dashboard-view .list-view .table-action{margin:24px 0 14px}.app-view .dashboard-view .list-view .table-action>div{float:left;margin-right:14px;font-size:14px}.app-view .dashboard-view .list-view .table-action>div .iconic{position:relative;top:1px;margin-right:4px;width:13px;height:13px}.app-view .dashboard-view .list-view .table-action .model-list-query-actions .model-list-query-actions-target{display:inline-block;margin:0 14px 0 0;color:#888}.app-view .dashboard-view .download-fulfillments,.app-view .dashboard-view .generate-sales-order-data,.app-view .dashboard-view .list-view .table-action .model-list-query-actions .model-list-query-action-list,.app-view .dashboard-view .list-view .table-action .model-list-query-actions .model-list-query-action-list>*,.app-view .dashboard-view .multiple-upload-invoices{display:inline-block}.app-view .dashboard-view .list-view .table-action .model-list-query-actions .model-list-query-action-list>:after{content:'|';margin:0 8px;color:#ddd}.app-view .dashboard-view .list-view .table-action .model-list-query-actions .model-list-query-action-list>:last-child:after,.app-view .dashboard-view .list-view.product-list .clayful-table tbody tr td.category ul li span:last-child:after,.app-view .dashboard-view .multiple-upload-invoices .supported-carriers ul li:last-child:after{display:none}.app-view .dashboard-view .list-view .table-action .editing-language-selector,.app-view .dashboard-view .list-view .table-action .list-limit-selector,.app-view .dashboard-view .list-view .table-action .list-sort-selector{float:right}.app-view .dashboard-view .list-view .table-action list-language-selector:before,.app-view .dashboard-view .list-view .table-action list-limit-selector:before{float:right;content:'|';margin:0 8px;color:#ddd}.app-view .dashboard-view .list-view .table-action .list-view-modes{position:relative;top:-3px;float:right;margin:6px 0 0 12px;padding:0}.app-view .dashboard-view .list-view .table-action .list-view-modes li{list-style:none;display:inline-block;margin:0 0 0 12px;padding:0}.app-view .dashboard-view .list-view .table-action .list-view-modes li .iconic{width:20px;height:auto;fill:#999}.app-view .dashboard-view .list-view .table-action .list-view-modes li.active .iconic,.app-view .dashboard-view .list-view .table-action .list-view-modes li:hover .iconic{fill:#406de0}.app-view .dashboard-view .list-view .clayful-table .empty-list{padding:24px 0;text-align:center}.app-view .dashboard-view .list-view .clayful-table .empty-list .info-icon .iconic{width:64px;height:64px;fill:#dadada;stroke:#dadada}.app-view .dashboard-view .list-view .clayful-table .empty-list h1{margin:12px 0;font-size:24px}.app-view .dashboard-view .list-view .clayful-table .empty-list .query-back{margin:12px 0;text-align:center;font-size:14px}.app-view .dashboard-view .list-view .clayful-table .empty-list .query-back>span .iconic{fill:#406de0;stroke:#406de0}.app-view .dashboard-view .list-view .clayful-table .empty-list .query-back>span:hover .iconic{fill:#2151cc;stroke:#2151cc}.app-view .dashboard-view .list-view .clayful-table .spinkit-spinner .sk-rect{background-color:#406de0;margin:0 1px}.app-view .dashboard-view .list-view .clayful-table .parent-path{font-size:12px;color:#707070}.app-view .dashboard-view .list-view .clayful-table .subresources .iconic{position:relative;top:2px;margin-left:6px;width:12px;height:12px}.app-view .dashboard-view .list-view .clayful-table tbody tr td{border-top:#f2f2f2 1px solid;padding:12px 18px}.app-view .dashboard-view .list-view .clayful-table tbody tr td.images img,.app-view .dashboard-view .list-view .clayful-table tbody tr td.logo img,.app-view .dashboard-view .list-view .clayful-table tbody tr td.thumbnail img{width:48px;height:48px;border-radius:2px}.app-view .dashboard-view .list-view .clayful-table tbody tr td.images .iconic,.app-view .dashboard-view .list-view .clayful-table tbody tr td.logo .iconic,.app-view .dashboard-view .list-view .clayful-table tbody tr td.thumbnail .iconic{width:48px;height:48px;fill:#ddd}.app-view .dashboard-view .list-view .clayful-table tbody tr td .clayful-gentle-info{display:inline-block;margin-right:12px}.app-view .dashboard-view .list-view .total-count{margin-top:8px;text-align:right;font-size:13px;color:#999}.app-view .dashboard-view .list-view .clayful-page-navigation{float:right;margin:8px 0 24px}.app-view .dashboard-view .list-view.catalog-list .clayful-table .thumbnails img{width:48px;height:auto;border-radius:2px;margin-right:3px}.app-view .dashboard-view .list-view.collaborator-list .clayful-table .collaborator-active .iconic,.app-view .dashboard-view .list-view.coupon-list .clayful-table tbody tr td .coupon-active .iconic,.app-view .dashboard-view .list-view.coupon-list .clayful-table tbody tr td .coupon-not-only .iconic,.app-view .dashboard-view .list-view.customer-list .clayful-table tbody tr td.active .customer-active .iconic{fill:#41960f}.app-view .dashboard-view .list-view.collaborator-list .clayful-table .collaborator-inactive .iconic,.app-view .dashboard-view .list-view.coupon-list .clayful-table tbody tr td .coupon-inactive .iconic,.app-view .dashboard-view .list-view.coupon-list .clayful-table tbody tr td .coupon-only .iconic,.app-view .dashboard-view .list-view.customer-list .clayful-table tbody tr td.active .customer-inactive .iconic{fill:#da3a34}.app-view .dashboard-view .list-view.collection-list .add-child-collection .iconic{position:relative;top:2px;width:12px;height:12px}.app-view .dashboard-view .list-view.coupon-list .clayful-table tbody tr td .subscription-coupon,.app-view .dashboard-view .list-view.discount-list .clayful-table tbody tr td .subscription-discount{font-size:12px;color:#888}.app-view .dashboard-view .list-view.discount-list .clayful-table tbody tr td.active .discount-active .iconic,.app-view .dashboard-view .list-view.discount-list .clayful-table tbody tr td.only .discount-active .iconic,.app-view .dashboard-view .list-view.order-list .clayful-table .done .order-done .iconic{fill:#41960f}.app-view .dashboard-view .list-view.discount-list .clayful-table tbody tr td.active .discount-inactive .iconic,.app-view .dashboard-view .list-view.discount-list .clayful-table tbody tr td.only .discount-inactive .iconic{fill:#da3a34}.app-view .dashboard-view .list-view.downloadable-list .new-file-uploader .downloadable-uploader .drop-box{padding:66px 0;max-width:100%}.app-view .dashboard-view .list-view.downloadable-list .clayful-table .status .upload-failed{color:#da3a34}.app-view .dashboard-view .multiple-upload-invoices .field-input button.clayful-button{width:auto;padding:12px 16px}.app-view .dashboard-view .multiple-upload-invoices .field-input button.clayful-button svg{fill:#fff;width:14px;height:14px}.app-view .dashboard-view .multiple-upload-invoices .clayful-popup-box-body{position:relative}.app-view .dashboard-view .multiple-upload-invoices .clayful-popup-box-body .field-input{position:unset}.app-view .dashboard-view .multiple-upload-invoices .upload-file .clayful-label{width:20%!important}.app-view .dashboard-view .multiple-upload-invoices .upload-file .field-input{width:80%!important}.app-view .dashboard-view .multiple-upload-invoices .upload-file .file-upload{padding:12px 16px;color:#606060;fill:#606060;border:1px solid #bbb;cursor:pointer;border-radius:4px;width:auto;display:inline-block}.app-view .dashboard-view .multiple-upload-invoices .upload-file .file-upload svg{width:14px;height:14px}.app-view .dashboard-view .multiple-upload-invoices .upload-file .file-upload:hover{background-color:#f5f5f5}.app-view .dashboard-view .multiple-upload-invoices .upload-file .file-upload.dragover{z-index:100;background-color:rgba(100,100,100,.3);position:absolute;width:100%;height:100%;left:0;top:0;font-size:0;text-align:center;line-height:139px;border:none;border-radius:0}.app-view .dashboard-view .multiple-upload-invoices .upload-file .file-upload.dragover svg{display:none}.app-view .dashboard-view .multiple-upload-invoices .supported-carriers ul{margin:0 0 14px;padding:0;font-weight:300;font-size:13px}.app-view .dashboard-view .multiple-upload-invoices .supported-carriers ul li{list-style:none;display:inline-block;margin:0;padding:0}.app-view .dashboard-view .multiple-upload-invoices .supported-carriers ul li:after{content:'|';margin:0 8px;color:#eaeaea}.app-view .dashboard-view .multiple-upload-invoices .delete-button{position:relative;top:2px;margin-left:10px;cursor:pointer}.app-view .dashboard-view .multiple-upload-invoices .delete-button svg{fill:#606060}.app-view .dashboard-view .list-view.order-list .clayful-table .done{padding-right:0}.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul li,.app-view .dashboard-view .list-view.subscription-list .clayful-table .subscription-statuses li{list-style:none;margin-bottom:6px;padding:2px;max-width:110px;border:#bbb 1px solid;border-radius:4px;text-align:center;color:#666}.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul.order-statuses-master li[data-status=refund-pending],.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul.order-statuses-master li[data-status=shipping-all-pending],.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul.order-statuses-master li[data-status=shipping-partially-pending],.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul.order-statuses-master li[data-status=shipping-preparing],.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul.order-statuses-master li[data-status=under-refunded]{border-color:#406de0;color:#406de0}.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul.order-statuses-master li[data-status=over-paid],.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul.order-statuses-master li[data-status=over-refunded],.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul.order-statuses-master li[data-status=under-paid],.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul.order-statuses-master li[data-status=unsynced]{border-color:#da3a34;color:#da3a34}.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul.order-statuses-vendor li[data-status=refund-in-progress],.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul.order-statuses-vendor li[data-status=refund-pending],.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul.order-statuses-vendor li[data-status=shipping-all-pending],.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul.order-statuses-vendor li[data-status=shipping-partially-pending],.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul.order-statuses-vendor li[data-status=shipping-preparing]{border-color:#406de0;color:#406de0}.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul.order-statuses-vendor li[data-status=over-paid],.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul.order-statuses-vendor li[data-status=over-refunded],.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul.order-statuses-vendor li[data-status=under-paid],.app-view .dashboard-view .list-view.order-list .clayful-table .order-statuses ul.order-statuses-vendor li[data-status=unsynced],.app-view .dashboard-view .list-view.subscription-list .clayful-table .subscription-statuses li[data-status=unfulfilled-schedule],.app-view .dashboard-view .list-view.subscription-list .clayful-table .subscription-statuses li[data-status=unsynced]{border-color:#da3a34;color:#da3a34}.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription{margin-bottom:4px;font-size:13px}.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-first-item{margin-top:4px}.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-rest-items,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.order-editor h4 ul li,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .list-view.order-list .clayful-table .order .order-subscription a,.app-view .dashboard-view .memo-viewer .viewer-header .list-view.order-list .clayful-table .order .order-subscription .write-memo,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .list-view.order-list .clayful-table .order .order-subscription .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .list-view.order-list .clayful-table .order .order-subscription .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .list-view.order-list .clayful-table .order .order-subscription .regenerate-token,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .list-view.order-list .clayful-table .order .order-subscription .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .list-view.order-list .clayful-table .order .order-subscription .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .list-view.order-list .clayful-table .order .order-subscription .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .list-view.order-list .clayful-table .order .order-subscription .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .list-view.order-list .clayful-table .order .order-subscription .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .list-view.order-list .clayful-table .order .order-subscription .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view.order-list .clayful-table .order .order-subscription .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view.order-list .clayful-table .order .order-subscription .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view.order-list .clayful-table .order .order-subscription .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view.order-list .clayful-table .order .order-subscription .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .list-view.order-list .clayful-table .order .order-subscription .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .list-view.order-list .clayful-table .order .order-subscription .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .list-view.order-list .clayful-table .order .order-subscription .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .list-view.order-list .clayful-table .order .order-subscription .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .list-view.order-list .clayful-table .order .order-subscription span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .list-view.order-list .clayful-table .order .order-subscription span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .list-view.order-list .clayful-table .order .order-subscription li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view.order-list .clayful-table .order .order-subscription .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view.order-list .clayful-table .order .order-subscription .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view.order-list .clayful-table .order .order-subscription .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view.order-list .clayful-table .order .order-subscription .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .list-view.order-list .clayful-table .order .order-subscription .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .list-view.order-list .clayful-table .order .order-subscription .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .list-view.order-list .clayful-table .order .order-subscription .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .list-view.order-list .clayful-table .order .order-subscription .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .list-view.order-list .clayful-table .order .order-subscription span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .list-view.order-list .clayful-table .order .order-subscription span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .list-view.order-list .clayful-table .order .order-subscription li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view.order-list .clayful-table .order .order-subscription .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view.order-list .clayful-table .order .order-subscription .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view.order-list .clayful-table .order .order-subscription .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .list-view.order-list .clayful-table .order .order-subscription .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .list-view.order-list .clayful-table .order .order-subscription .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .list-view.order-list .clayful-table .order .order-subscription .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .list-view.order-list .clayful-table .order .order-subscription .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .list-view.order-list .clayful-table .order .order-subscription .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .list-view.order-list .clayful-table .order .order-subscription span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .list-view.order-list .clayful-table .order .order-subscription span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .list-view.order-list .clayful-table .order .order-subscription li,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .list-view.order-list .clayful-table .order .order-subscription .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .list-view.order-list .clayful-table .order .order-subscription .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .list-view.order-list .clayful-table .order .order-subscription .edit-metafields,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .list-view.order-list .clayful-table .order .order-subscription .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .list-view.order-list .clayful-table .order .order-subscription .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .list-view.order-list .clayful-table .order .order-subscription .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .list-view.order-list .clayful-table .order .order-subscription .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .list-view.order-list .clayful-table .order .order-subscription .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .list-view.order-list .clayful-table .order .order-subscription .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view.order-list .clayful-table .order .order-subscription .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view.order-list .clayful-table .order .order-subscription .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view.order-list .clayful-table .order .order-subscription .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .list-view.order-list .clayful-table .order .order-subscription li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view.order-list .clayful-table .order .order-subscription .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view.order-list .clayful-table .order .order-subscription .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view.order-list .clayful-table .order .order-subscription .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .list-view.order-list .clayful-table .order .order-subscription li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view.order-list .clayful-table .order .order-subscription .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view.order-list .clayful-table .order .order-subscription .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view.order-list .clayful-table .order .order-subscription .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .list-view.order-list .clayful-table .order .order-subscription li,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .list-view.order-list .clayful-table .order .order-subscription .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .list-view.order-list .clayful-table .order .order-subscription .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .list-view.order-list .clayful-table .order .order-subscription .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .list-view.order-list .clayful-table .order .order-subscription .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .list-view.order-list .clayful-table .order .order-subscription .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .list-view.order-list .clayful-table .order .order-subscription .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .model-editor.client-editor .list-view.order-list .clayful-table .order .order-subscription .regenerate-token,.app-view .dashboard-view .model-editor.downloadable-editor .list-view.order-list .clayful-table .order .order-subscription .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .list-view.order-list .clayful-table .order .order-subscription .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .list-view.order-list .clayful-table .order .order-subscription .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .list-view.order-list .clayful-table .order .order-subscription .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .list-view.order-list .clayful-table .order .order-subscription .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .list-view.order-list .clayful-table .order .order-subscription .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .list-view.order-list .clayful-table .order .order-subscription .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .list-view.order-list .clayful-table .order .order-subscription .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .list-view.order-list .clayful-table .order .order-subscription .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .list-view.order-list .clayful-table .order .order-subscription .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .list-view.order-list .clayful-table .order .order-subscription span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .list-view.order-list .clayful-table .order .order-subscription span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .model-editor.order-editor h4 ul .list-view.order-list .clayful-table .order .order-subscription li,.app-view .dashboard-view .model-editor.review-editor .review-info .list-view.order-list .clayful-table .order .order-subscription .edit-metafields,.app-view .dashboard-view .model-editor.store-integrations .list-view.order-list .clayful-table .order .order-subscription .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .list-view.order-list .clayful-table .order .order-subscription .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view.order-list .clayful-table .order .order-subscription .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view.order-list .clayful-table .order .order-subscription .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .list-view.order-list .clayful-table .order .order-subscription .show-operations,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .list-view.order-list .clayful-table .order .order-subscription li,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .list-view.order-list .clayful-table .order .order-subscription .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .list-view.order-list .clayful-table .order .order-subscription .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .list-view.order-list .clayful-table .order .order-subscription span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .list-view.order-list .clayful-table .order .order-subscription .edit-fulfillment-company,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .list-view.order-list .clayful-table .order .order-subscription .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .list-view.order-list .clayful-table .order .order-subscription .remove-shipping-carrier,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .list-view.order-list .clayful-table .order .order-subscription .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .list-view.order-list .clayful-table .order .order-subscription .remove-app,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .list-view.order-list .clayful-table .order .order-subscription .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .list-view.order-list .clayful-table .order .order-subscription .remove-plan{color:#999}.app-view .dashboard-view .list-view.product-list .clayful-table tbody tr td.identity .product-type{font-size:12px}.app-view .dashboard-view .list-view.product-list .clayful-table tbody tr td.identity .product-type .bundled-product{color:#888}.app-view .dashboard-view .list-view.product-list .clayful-table tbody tr td.identity .product-review{margin-top:4px;color:#666;font-size:12px}.app-view .dashboard-view .list-view.product-list .clayful-table tbody tr td.identity .product-review .iconic{position:relative;top:1.5px;width:12px;height:12px;color:#666}.app-view .dashboard-view .list-view.product-list .clayful-table tbody tr td.identity .product-review .separator{color:#ddd;margin:0 4px}.app-view .dashboard-view .list-view.product-list .clayful-table tbody tr td.identity .product-review .rating{color:#b9b9b9}.app-view .dashboard-view .list-view.product-list .clayful-table tbody tr td.identity .product-review .rating .iconic,.app-view .dashboard-view .list-view.review-list .clayful-table tbody tr td .review-info .rating .iconic{top:0}.app-view .dashboard-view .list-view.product-list .clayful-table tbody tr td.identity .product-review .total-review .iconic,.app-view .dashboard-view .list-view.review-list .clayful-table tbody tr td .review-info .total-comment .iconic{margin-right:2px}.app-view .dashboard-view .list-view.product-list .clayful-table tbody tr td.identity .product-notifications{margin-top:4px}.app-view .dashboard-view .list-view.product-list .clayful-table tbody tr td.price .original-price{text-decoration:line-through;font-size:12px;color:#9f9f9f}.app-view .dashboard-view .list-view.product-list .clayful-table tbody tr td.price .sale-price{font-size:13px}.app-view .dashboard-view .list-view.product-list .clayful-table tbody tr td.category ul{margin:0;padding:0;font-size:12px}.app-view .dashboard-view .list-view.product-list .clayful-table tbody tr td.category ul li span:after{content:' › ';margin:0 2px}.app-view .dashboard-view .list-view.product-list .product-form-setting-popup .clayful-popup-box-body{overflow:unset}.app-view .dashboard-view .list-view.review-list .clayful-table tbody tr td.product,.app-view .dashboard-view .list-view.review-list .clayful-table tbody tr th.product{width:120px}.app-view .dashboard-view .list-view.review-list .clayful-table tbody tr td .review-info{display:inline-block;float:right;color:#666;font-size:12px}.app-view .dashboard-view .list-view.review-list .clayful-table tbody tr td .review-info .iconic{position:relative;top:1.5px;width:12px;height:12px;color:#666}.app-view .dashboard-view .list-view.review-list .clayful-table tbody tr td .review-info .separator{color:#ddd;margin:0 4px}.app-view .dashboard-view .list-view.review-list .clayful-table tbody tr td .review-info .rating{color:#b9b9b9}.app-view .dashboard-view .list-view.review-list .clayful-table tbody tr td.published .published .iconic{fill:#41960f}.app-view .dashboard-view .list-view.review-list .clayful-table tbody tr td.published .unpublished .iconic{fill:#da3a34}.app-view .dashboard-view .list-view.review-list .clayful-table tbody tr td.collaborator-assigned .collaborator-assigned .iconic{fill:#41960f}.app-view .dashboard-view .list-view.review-list .clayful-table tbody tr td.collaborator-assigned .collaborator-not-assigned .iconic{fill:#da3a34}.app-view .dashboard-view .list-view.image-list .uploaded-images:after,.app-view .dashboard-view .product-snippet:after{content:"";display:table;clear:both}.app-view .dashboard-view .list-view.image-list .uploaded-images .uploaded-image{position:relative;float:left;margin:0 6px 6px 0;width:120px;height:120px;border:#d0d0d0 1px solid}.app-view .dashboard-view .list-view.image-list .uploaded-images .uploaded-image img{width:100%;height:auto}.app-view .dashboard-view .list-view.image-list .uploaded-images .uploaded-image .image-overlay{display:none}.app-view .dashboard-view .list-view.image-list .uploaded-images .uploaded-image:hover .image-overlay{display:block;position:absolute;top:0;left:0;width:120px;height:120px;background-color:rgba(0,0,0,.7);text-align:center}.app-view .dashboard-view .list-view.image-list .uploaded-images .uploaded-image:hover .image-overlay .iconic{margin-top:44px;width:32px;height:32px;fill:#fff}.app-view .dashboard-view .list-view.image-list .clayful-table .image-model-application{color:#999}.app-view .dashboard-view .list-view.image-list .clayful-table .image-filename{font-size:12px}.app-view .dashboard-view .list-view.subscription-list .clayful-table .done{padding-right:0}.app-view .dashboard-view .list-view.subscription-list .clayful-table .done .subscription-done .iconic,.app-view .dashboard-view .list-view.webhook-list .clayful-table tbody tr td.active .webhook-active .iconic{fill:#41960f}.app-view .dashboard-view .list-view.subscription-list .clayful-table .schedules ul,.app-view .dashboard-view .list-view.subscription-list .clayful-table .subscription-statuses,.app-view .dashboard-view .list-view.subscription-list .clayful-table .total ul,.app-view .dashboard-view .model-overlay-selector .selector-tips ul,.app-view .dashboard-view .order-refund-editor .refund-items .order-item-summary ul,.app-view .dashboard-view .order-refund-editor .refund-items .order-shipment-identity ul,.app-view .dashboard-view .order-refund-editor .refund-items .order-shipment-items ul,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-item-summary ul,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-shipment-identity ul,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-shipment-items ul{margin:0;padding:0}.app-view .dashboard-view .list-view.subscription-list .clayful-table .subscription .subscription-plan{margin-bottom:4px;font-size:13px;color:#999}.app-view .dashboard-view .list-view.subscription-list .clayful-table .subscription .subscription-first-item{margin-top:4px}.app-view .dashboard-view .list-view.subscription-list .clayful-table .subscription .subscription-rest-items{color:#999}.app-view .dashboard-view .list-view.subscription-list .clayful-table .total ul li{list-style:none;display:inline-block}.app-view .dashboard-view .list-view.subscription-list .clayful-table .schedules ul li:nth-child(2):before,.app-view .dashboard-view .list-view.subscription-list .clayful-table .total ul li:nth-child(2):before{content:'–'}.app-view .dashboard-view .list-view.subscription-list .clayful-table .schedules ul li,.app-view .dashboard-view .order-refund-editor .refund-items .order-shipment-items ul li,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-shipment-items ul li{list-style:none}.app-view .dashboard-view .list-view.webhook-list .clayful-table tbody tr td.active .webhook-inactive .iconic{fill:#da3a34}.app-view .dashboard-view .popup-metafields-editor,.app-view .dashboard-view .vendor-sales-report .clayful-popup-box{max-width:640px}.app-view .dashboard-view .model-metafields-editor section.model-metafields-viewer section .field-input .multiple-wrap .multiple-viewer .pretty-language,.app-view .dashboard-view .vendor-sales-report .clayful-popup-box .date-range .date-range-max,.app-view .dashboard-view .vendor-sales-report .clayful-popup-box .date-range .date-range-min{display:inline-block}.app-view .dashboard-view .vendor-sales-report .clayful-popup-box .date-range .date-range-max input,.app-view .dashboard-view .vendor-sales-report .clayful-popup-box .date-range .date-range-min input{max-width:199.3px}.app-view .dashboard-view .vendor-sales-report .clayful-popup-box .form-field:last-child{margin-bottom:180px}.app-view .dashboard-view .vendor-sales-report .clayful-popup-box .button-group{margin-top:24px}.app-view .dashboard-view .popup-metafields-editor .loading-meta .spinkit-spinner .sk-rect{background-color:#6a96e5;margin:0 1px}.app-view .dashboard-view .popup-metafields-editor .metafields-actions{clear:both}.app-view .dashboard-view .popup-metafields-editor .metafields-actions .cancel-edit{max-width:49%;margin-right:1%}.app-view .dashboard-view .popup-metafields-editor .metafields-actions .save-changes{max-width:49%}.app-view .dashboard-view .model-metafields-editor section.model-metafields-viewer section{word-break:break-word}.app-view .dashboard-view .model-metafields-editor section.model-metafields-viewer section .field-input .multiple-wrap{padding:0;margin:0 0 8px 24px}.app-view .dashboard-view .model-name .model-name-spinner .sk-fading-circle{display:inline-block;margin:0;width:14px;height:14px}.app-view .dashboard-view .model-name .model-name-spinner .sk-fading-circle .sk-circle{margin:0;width:14px;height:14px}.app-view .dashboard-view .model-overlay-selector{max-width:856px}.app-view .dashboard-view .model-overlay-selector .clayful-page-navigation{float:left}.app-view .dashboard-view .model-overlay-selector .selector-tips{clear:both;text-align:right;font-size:13px;color:#888}.app-view .dashboard-view .model-overlay-selector .selector-tips ul li{list-style:none;margin-bottom:4px}.app-view .dashboard-view .model-overlay-selector .selector-buttons{float:right;margin-top:18px}.app-view .dashboard-view .model-overlay-selector .selector-buttons .clayful-button{width:240px}.app-view .dashboard-view .model-selector .select-model{display:inline-block;box-sizing:border-box;margin-bottom:12px;padding:8px 12px;font-size:13px;color:#999;border:#999 1px solid;border-radius:4px;text-align:center;min-width:240px}.app-view .dashboard-view .model-selector .select-model .iconic{position:relative;top:2px;margin-right:8px;width:13px;height:13px;fill:#999}.app-view .dashboard-view .model-selector .select-model:hover{color:#406de0;border-color:#406de0}.app-view .dashboard-view .model-selector .select-model:hover .iconic{fill:#406de0}.app-view .dashboard-view .model-selector .selected-model-tools{margin-bottom:12px}.app-view .dashboard-view .model-selector .selected-model-tools>span{cursor:pointer;font-size:13px;color:#888}.app-view .dashboard-view .model-selector .selected-model-tools>span .iconic{position:relative;top:2px;width:13px;fill:#888}.app-view .dashboard-view .model-selector .selected-model-tools>span:hover,.app-view .dashboard-view .sync-operations .sync-operation-list table tbody tr .sync-type{color:#666}.app-view .dashboard-view .model-selector .selected-model-tools>span:hover .iconic{fill:#666}.app-view .dashboard-view .product-snippet{width:100%;max-width:320px;margin:8px 0;padding:8px;border:#d0d0d0 1px solid;border-radius:2px}.app-view .dashboard-view .product-snippet .loading-spinner .sk-spinner .sk-fading-circle{margin-top:12px;margin-bottom:12px}.app-view .dashboard-view .product-snippet .loading-spinner .sk-spinner .sk-circle{margin-top:0;margin-bottom:0}.app-view .dashboard-view .product-snippet .product-info .product-thumbnail{float:left;width:80px;height:80px}.app-view .dashboard-view .product-snippet .product-info .product-thumbnail img{width:100%;height:auto;border-radius:2px}.app-view .dashboard-view .product-snippet .product-info .product-thumbnail .iconic{width:80px;height:auto;fill:#d0d0d0}.app-view .dashboard-view .product-snippet .product-info .product-basic-info{float:left;max-width:228px;margin-left:12px}.app-view .dashboard-view .product-snippet .product-info .product-name{margin:0 0 3px;padding:0 0 3px;border-bottom:#d0d0d0 1px solid;font-size:12px}.app-view .dashboard-view .product-snippet .product-info .product-price{margin:0;padding:0;font-size:12px}.app-view .dashboard-view .product-snippet .product-info .product-price .original-price.price-discounted{text-decoration:line-through;color:#aaa}.app-view .dashboard-view .product-snippet .product-info .product-price .discount-discounted{font-size:12px;color:#da3a34}.app-view .dashboard-view .model-snippet .without-model{color:#bcbcbc}.app-view .dashboard-view input.percentage{width:64px;border-radius:2px 0 0 2px}.app-view .dashboard-view .percentage-symbol,.app-view .dashboard-view .price-symbol{display:inline-block;padding:8px 3px;border:#777 1px solid;background-color:#848484;color:#fff}.app-view .dashboard-view .percentage-symbol.symbol-right{border-radius:0 2px 2px 0}.app-view .dashboard-view .pretty-country .flag-icon{margin-right:4px}.app-view .dashboard-view .pretty-country .country-alias,.app-view .dashboard-view .pretty-currency .currency-alias,.app-view .dashboard-view .pretty-language .language-alias,.app-view .dashboard-view .pretty-timezone .timezone-offset{font-size:12px;color:#999}.app-view .dashboard-view input.price{width:140px}.app-view .dashboard-view .price-symbol.symbol-left{border-radius:2px 0 0 2px}.app-view .dashboard-view .price-symbol.symbol-right{border-radius:0 2px 2px 0}.app-view .dashboard-view .order-refund-editor{max-width:856px}.app-view .dashboard-view .order-refund-editor .refund-reason textarea{min-height:80px}.app-view .dashboard-view .order-refund-editor .refund-items,.app-view .dashboard-view .order-refund-editor .refund-shipments{width:100%}.app-view .dashboard-view .order-refund-editor .refund-items thead tr th,.app-view .dashboard-view .order-refund-editor .refund-shipments thead tr th{padding-bottom:14px;text-align:left;font-size:16px;font-weight:300}.app-view .dashboard-view .memo-viewer .viewer-header .order-refund-editor .refund-items td .write-memo,.app-view .dashboard-view .memo-viewer .viewer-header .order-refund-editor .refund-shipments td .write-memo,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-refund-editor .refund-items td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-refund-editor .refund-shipments td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-refund-editor .refund-items td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-refund-editor .refund-shipments td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-refund-editor .refund-items td .regenerate-token,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-refund-editor .refund-shipments td .regenerate-token,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-refund-editor .refund-items td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-refund-editor .refund-items td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-refund-editor .refund-shipments td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-refund-editor .refund-shipments td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-refund-editor .refund-items td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-refund-editor .refund-items td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-refund-editor .refund-shipments td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-refund-editor .refund-shipments td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-refund-editor .refund-items td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-refund-editor .refund-items td .upload-new-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-refund-editor .refund-shipments td .download-file,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-refund-editor .refund-shipments td .upload-new-file,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .show-operations,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-refund-editor .refund-items td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-refund-editor .refund-shipments td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-refund-editor .refund-items td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-refund-editor .refund-shipments td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-refund-editor .refund-items td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-refund-editor .refund-items td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-refund-editor .refund-items td li,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-refund-editor .refund-shipments td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .show-operations,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-refund-editor .refund-items td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-refund-editor .refund-shipments td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-refund-editor .refund-items td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-refund-editor .refund-shipments td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-refund-editor .refund-items td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-refund-editor .refund-items td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-refund-editor .refund-items td li,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-refund-editor .refund-shipments td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .cancel-entity,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .done-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .received-toggle,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .show-operations,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-refund-editor .refund-items td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-refund-editor .refund-shipments td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-refund-editor .refund-items td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-refund-editor .refund-shipments td span.register-transaction,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-refund-editor .refund-items td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-refund-editor .refund-items td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-refund-editor .refund-items td li,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-refund-editor .refund-shipments td li,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-refund-editor .refund-items td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-refund-editor .refund-shipments td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-refund-editor .refund-items td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-refund-editor .refund-shipments td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-refund-editor .refund-items td .edit-metafields,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-refund-editor .refund-shipments td .edit-metafields,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-refund-editor .refund-items td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-refund-editor .refund-items td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-refund-editor .refund-shipments td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-refund-editor .refund-shipments td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-refund-editor .refund-items td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-refund-editor .refund-items td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-refund-editor .refund-shipments td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-refund-editor .refund-shipments td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-refund-editor .refund-items td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-refund-editor .refund-items td .regenerate-token,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-refund-editor .refund-shipments td .regenerate-secret,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-refund-editor .refund-shipments td .regenerate-token,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-refund-editor .refund-items td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-refund-editor .refund-items td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-refund-editor .refund-items td li,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-refund-editor .refund-shipments td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-refund-editor .refund-items td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-refund-editor .refund-items td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-refund-editor .refund-items td li,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-refund-editor .refund-shipments td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-refund-editor .refund-items td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-refund-editor .refund-items td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .cancel-entity,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .done-toggle,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .show-operations,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-refund-editor .refund-items td li,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-refund-editor .refund-shipments td li,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-refund-editor .refund-items td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-refund-editor .refund-shipments td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-refund-editor .refund-items td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-refund-editor .refund-shipments td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-refund-editor .refund-items td span,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-refund-editor .refund-items td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-refund-editor .refund-shipments td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-refund-editor .refund-items td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-refund-editor .refund-shipments td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-refund-editor .refund-items td span,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-refund-editor .refund-items td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-refund-editor .refund-shipments td .delete-detail,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-refund-editor .refund-items td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-refund-editor .refund-shipments td .copy-base-tax-details,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-refund-editor .refund-items td span,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .model-editor.client-editor .order-refund-editor .refund-items td .regenerate-token,.app-view .dashboard-view .model-editor.client-editor .order-refund-editor .refund-shipments td .regenerate-token,.app-view .dashboard-view .model-editor.downloadable-editor .order-refund-editor .refund-items td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .order-refund-editor .refund-items td .upload-new-file,.app-view .dashboard-view .model-editor.downloadable-editor .order-refund-editor .refund-shipments td .download-file,.app-view .dashboard-view .model-editor.downloadable-editor .order-refund-editor .refund-shipments td .upload-new-file,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .cancel-entity,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .done-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .received-toggle,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .show-operations,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-refund-editor .refund-items td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-refund-editor .refund-shipments td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-refund-editor .refund-items td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-refund-editor .refund-shipments td span.register-transaction,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-refund-editor .refund-items td span,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-refund-editor .refund-items td span,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-refund-editor .refund-items td li,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-refund-editor .refund-shipments td li,.app-view .dashboard-view .model-editor.review-editor .review-info .order-refund-editor .refund-items td .edit-metafields,.app-view .dashboard-view .model-editor.review-editor .review-info .order-refund-editor .refund-shipments td .edit-metafields,.app-view .dashboard-view .model-editor.store-integrations .order-refund-editor .refund-items td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .order-refund-editor .refund-items td .regenerate-token,.app-view .dashboard-view .model-editor.store-integrations .order-refund-editor .refund-shipments td .regenerate-secret,.app-view .dashboard-view .model-editor.store-integrations .order-refund-editor .refund-shipments td .regenerate-token,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .order-refund-editor .refund-items td span,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .order-refund-editor .refund-items td span,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .cancel-entity,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .done-toggle,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .show-operations,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .order-refund-editor .refund-items td li,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .order-refund-editor .refund-shipments td li,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .order-refund-editor .refund-items td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .order-refund-editor .refund-shipments td .delete-detail,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .order-refund-editor .refund-items td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .order-refund-editor .refund-shipments td .copy-base-tax-details,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .order-refund-editor .refund-items td span,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .order-refund-editor .refund-shipments td span,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .order-refund-editor .refund-items td .edit-fulfillment-company,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .order-refund-editor .refund-shipments td .edit-fulfillment-company,.app-view .dashboard-view .order-refund-editor .refund-items td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .order-refund-editor .refund-items td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .order-refund-editor .refund-items td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .order-refund-editor .refund-items td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .order-refund-editor .refund-items td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .order-refund-editor .refund-items td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .order-refund-editor .refund-items td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .order-refund-editor .refund-items td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .order-refund-editor .refund-items td a,.app-view .dashboard-view .order-refund-editor .refund-shipments td .memo-viewer .viewer-header .write-memo,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .client-editor.custom-configuration .regenerate-token,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .client-editor.email-configuration .regenerate-token,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .downloadable-editor.custom-configuration .download-file,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .downloadable-editor.custom-configuration .upload-new-file,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .downloadable-editor.email-configuration .download-file,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .downloadable-editor.email-configuration .upload-new-file,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration h4 ul li,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration h4 ul li,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .review-editor.custom-configuration .review-info .edit-metafields,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .review-editor.email-configuration .review-info .edit-metafields,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .store-integrations.custom-configuration .regenerate-secret,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .store-integrations.custom-configuration .regenerate-token,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .store-integrations.email-configuration .regenerate-secret,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .store-integrations.email-configuration .regenerate-token,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.custom-configuration .section-global-actions li span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.custom-configuration .section-local-actions li span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.custom-configuration h4 ul li,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.email-configuration .section-global-actions li span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.email-configuration .section-local-actions li span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.email-configuration h4 ul li,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.client-editor .regenerate-token,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.downloadable-editor .download-file,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.downloadable-editor .upload-new-file,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .section-global-actions li span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .section-local-actions li span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor h4 ul li,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.review-editor .review-info .edit-metafields,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.store-integrations .regenerate-secret,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.store-integrations .regenerate-token,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.subscription-editor .section-global-actions li span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.subscription-editor .section-local-actions li span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.subscription-editor h4 ul li,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.tax-editor .tax-region-identity .region-actions span,.app-view .dashboard-view .order-refund-editor .refund-shipments td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company,.app-view .dashboard-view .order-refund-editor .refund-shipments td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier,.app-view .dashboard-view .order-refund-editor .refund-shipments td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier,.app-view .dashboard-view .order-refund-editor .refund-shipments td .social-apps-editor .social-apps .social-app .app-actions .edit-app,.app-view .dashboard-view .order-refund-editor .refund-shipments td .social-apps-editor .social-apps .social-app .app-actions .remove-app,.app-view .dashboard-view .order-refund-editor .refund-shipments td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan,.app-view .dashboard-view .order-refund-editor .refund-shipments td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan,.app-view .dashboard-view .order-refund-editor .refund-shipments td a,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .order-refund-editor .refund-items td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .order-refund-editor .refund-items td .remove-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .order-refund-editor .refund-shipments td .edit-shipping-carrier,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .order-refund-editor .refund-shipments td .remove-shipping-carrier,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .order-refund-editor .refund-items td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .order-refund-editor .refund-items td .remove-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .order-refund-editor .refund-shipments td .edit-app,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .order-refund-editor .refund-shipments td .remove-app,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .order-refund-editor .refund-items td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .order-refund-editor .refund-items td .remove-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .order-refund-editor .refund-shipments td .edit-plan,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .order-refund-editor .refund-shipments td .remove-plan{color:inherit}.app-view .dashboard-view .memo-viewer .viewer-header .order-refund-editor .refund-items td .write-memo:hover,.app-view .dashboard-view .memo-viewer .viewer-header .order-refund-editor .refund-shipments td .write-memo:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-refund-editor .refund-items td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.bizm-kakao-sms-configuration .order-refund-editor .refund-shipments td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-refund-editor .refund-items td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.custom-configuration .order-refund-editor .refund-shipments td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-refund-editor .refund-items td .regenerate-token:hover,.app-view .dashboard-view .message-channels .client-editor.email-configuration .order-refund-editor .refund-shipments td .regenerate-token:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-refund-editor .refund-items td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-refund-editor .refund-items td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-refund-editor .refund-shipments td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.bizm-kakao-sms-configuration .order-refund-editor .refund-shipments td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-refund-editor .refund-items td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-refund-editor .refund-items td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-refund-editor .refund-shipments td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.custom-configuration .order-refund-editor .refund-shipments td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-refund-editor .refund-items td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-refund-editor .refund-items td .upload-new-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-refund-editor .refund-shipments td .download-file:hover,.app-view .dashboard-view .message-channels .downloadable-editor.email-configuration .order-refund-editor .refund-shipments td .upload-new-file:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-refund-editor .refund-items td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info .order-refund-editor .refund-shipments td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-refund-editor .refund-items td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info .order-refund-editor .refund-shipments td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-refund-editor .refund-items td li:hover,.app-view .dashboard-view .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul .order-refund-editor .refund-shipments td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-refund-editor .refund-items td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info .order-refund-editor .refund-shipments td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-refund-editor .refund-items td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info .order-refund-editor .refund-shipments td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-global-actions li .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration .section-local-actions li .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-refund-editor .refund-items td li:hover,.app-view .dashboard-view .message-channels .order-editor.custom-configuration h4 ul .order-refund-editor .refund-shipments td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .cancel-entity:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .done-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .received-toggle:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .show-operations:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-refund-editor .refund-items td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info .order-refund-editor .refund-shipments td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-refund-editor .refund-items td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info .order-refund-editor .refund-shipments td span.register-transaction:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-global-actions li .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration .section-local-actions li .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-refund-editor .refund-items td li:hover,.app-view .dashboard-view .message-channels .order-editor.email-configuration h4 ul .order-refund-editor .refund-shipments td li:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-refund-editor .refund-items td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .order-refund-editor .refund-shipments td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-refund-editor .refund-items td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.custom-configuration .review-info .order-refund-editor .refund-shipments td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-refund-editor .refund-items td .edit-metafields:hover,.app-view .dashboard-view .message-channels .review-editor.email-configuration .review-info .order-refund-editor .refund-shipments td .edit-metafields:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-refund-editor .refund-items td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-refund-editor .refund-items td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-refund-editor .refund-shipments td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.bizm-kakao-sms-configuration .order-refund-editor .refund-shipments td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-refund-editor .refund-items td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-refund-editor .refund-items td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-refund-editor .refund-shipments td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.custom-configuration .order-refund-editor .refund-shipments td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-refund-editor .refund-items td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-refund-editor .refund-items td .regenerate-token:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-refund-editor .refund-shipments td .regenerate-secret:hover,.app-view .dashboard-view .message-channels .store-integrations.email-configuration .order-refund-editor .refund-shipments td .regenerate-token:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-refund-editor .refund-items td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul .order-refund-editor .refund-shipments td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-global-actions li .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .section-local-actions li .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-refund-editor .refund-items td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.custom-configuration h4 ul .order-refund-editor .refund-shipments td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-global-actions li .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .section-local-actions li .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .cancel-entity:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .done-toggle:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .show-operations:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-refund-editor .refund-items td li:hover,.app-view .dashboard-view .message-channels .subscription-editor.email-configuration h4 ul .order-refund-editor .refund-shipments td li:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-refund-editor .refund-items td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .order-refund-editor .refund-shipments td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-refund-editor .refund-items td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-refund-editor .refund-shipments td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-refund-editor .refund-items td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .order-refund-editor .refund-shipments td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-refund-editor .refund-items td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-refund-editor .refund-shipments td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-refund-editor .refund-items td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .order-refund-editor .refund-shipments td .delete-detail:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-refund-editor .refund-items td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .order-refund-editor .refund-shipments td .copy-base-tax-details:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .model-editor.client-editor .order-refund-editor .refund-items td .regenerate-token:hover,.app-view .dashboard-view .model-editor.client-editor .order-refund-editor .refund-shipments td .regenerate-token:hover,.app-view .dashboard-view .model-editor.downloadable-editor .order-refund-editor .refund-items td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .order-refund-editor .refund-items td .upload-new-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .order-refund-editor .refund-shipments td .download-file:hover,.app-view .dashboard-view .model-editor.downloadable-editor .order-refund-editor .refund-shipments td .upload-new-file:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-items td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .cancel-entity:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .done-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .received-toggle:hover,.app-view .dashboard-view .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .order-refund-editor .refund-shipments td .show-operations:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-items .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-refunds .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-refund-editor .refund-items td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-shipments .order-entity-actions li .order-refund-editor .refund-shipments td .order-entity-action:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-refund-editor .refund-items td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-total-info .order-refund-editor .refund-shipments td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-refund-editor .refund-items td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .order-transaction-info .order-transaction-total-info .order-refund-editor .refund-shipments td span.register-transaction:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-global-actions li .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .model-editor.order-editor .section-local-actions li .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-refund-editor .refund-items td li:hover,.app-view .dashboard-view .model-editor.order-editor h4 ul .order-refund-editor .refund-shipments td li:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .order-refund-editor .refund-items td .edit-metafields:hover,.app-view .dashboard-view .model-editor.review-editor .review-info .order-refund-editor .refund-shipments td .edit-metafields:hover,.app-view .dashboard-view .model-editor.store-integrations .order-refund-editor .refund-items td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .order-refund-editor .refund-items td .regenerate-token:hover,.app-view .dashboard-view .model-editor.store-integrations .order-refund-editor .refund-shipments td .regenerate-secret:hover,.app-view .dashboard-view .model-editor.store-integrations .order-refund-editor .refund-shipments td .regenerate-token:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-global-actions li .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .section-local-actions li .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-items td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .cancel-entity:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .done-toggle:hover,.app-view .dashboard-view .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .order-refund-editor .refund-shipments td .show-operations:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .order-refund-editor .refund-items td li:hover,.app-view .dashboard-view .model-editor.subscription-editor h4 ul .order-refund-editor .refund-shipments td li:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .order-refund-editor .refund-items td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-detail-editor .tax-details .order-refund-editor .refund-shipments td .delete-detail:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .order-refund-editor .refund-items td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .order-refund-editor .refund-shipments td .copy-base-tax-details:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .order-refund-editor .refund-items td span:hover,.app-view .dashboard-view .model-editor.tax-editor .tax-region-identity .region-actions .order-refund-editor .refund-shipments td span:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .order-refund-editor .refund-items td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-fulfillment-editor .fulfillment-tracking-company .order-refund-editor .refund-shipments td .edit-fulfillment-company:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .order-refund-editor .refund-items td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .order-refund-editor .refund-items td a:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .memo-viewer .viewer-header .write-memo:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .client-editor.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .client-editor.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .client-editor.email-configuration .regenerate-token:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .download-file:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .downloadable-editor.bizm-kakao-sms-configuration .upload-new-file:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .downloadable-editor.custom-configuration .download-file:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .downloadable-editor.custom-configuration .upload-new-file:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .downloadable-editor.email-configuration .download-file:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .downloadable-editor.email-configuration .upload-new-file:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .order-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .review-editor.bizm-kakao-sms-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .review-editor.custom-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .review-editor.email-configuration .review-info .edit-metafields:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-secret:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .store-integrations.bizm-kakao-sms-configuration .regenerate-token:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .store-integrations.custom-configuration .regenerate-secret:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .store-integrations.custom-configuration .regenerate-token:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .store-integrations.email-configuration .regenerate-secret:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .store-integrations.email-configuration .regenerate-token:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-global-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.bizm-kakao-sms-configuration .section-local-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.bizm-kakao-sms-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.bizm-kakao-sms-configuration h4 ul li:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.custom-configuration .section-global-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.custom-configuration .section-local-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.custom-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.custom-configuration h4 ul li:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.email-configuration .section-global-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.email-configuration .section-local-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.email-configuration .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .subscription-editor.email-configuration h4 ul li:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .tax-editor.bizm-kakao-sms-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .tax-editor.custom-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .tax-editor.custom-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .tax-editor.custom-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .tax-editor.email-configuration .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .tax-editor.email-configuration .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .message-channels .tax-editor.email-configuration .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.client-editor .regenerate-token:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.downloadable-editor .download-file:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.downloadable-editor .upload-new-file:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .received-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-basic-info .order-primary-info .order-actions ul li .show-operations:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-fulfillments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-items .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-refunds .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-shipments .order-entity-actions li .order-entity-action:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-transaction-info .order-total-info span.register-transaction:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .order-transaction-info .order-transaction-total-info span.register-transaction:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .section-global-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor .section-local-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.order-editor h4 ul li:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.review-editor .review-info .edit-metafields:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.store-integrations .regenerate-secret:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.store-integrations .regenerate-token:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.subscription-editor .section-global-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.subscription-editor .section-local-actions li span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .cancel-entity:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .done-toggle:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.subscription-editor .subscription-basic-info .subscription-primary-info .subscription-actions ul li .show-operations:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.subscription-editor h4 ul li:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.tax-editor .tax-detail-editor .tax-details .delete-detail:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.tax-editor .tax-region-editor .tax-rules .tax-rule .detail-actions .copy-base-tax-details:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .model-editor.tax-editor .tax-region-identity .region-actions span:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .order-fulfillment-editor .fulfillment-tracking-company .edit-fulfillment-company:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .edit-shipping-carrier:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .remove-shipping-carrier:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .social-apps-editor .social-apps .social-app .app-actions .edit-app:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .social-apps-editor .social-apps .social-app .app-actions .remove-app:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .edit-plan:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .remove-plan:hover,.app-view .dashboard-view .order-refund-editor .refund-shipments td a:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .order-refund-editor .refund-items td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .order-refund-editor .refund-items td .remove-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .order-refund-editor .refund-shipments td .edit-shipping-carrier:hover,.app-view .dashboard-view .shipping-carriers-editor .shipping-carriers .shipping-carrier .shipping-carrier-actions .order-refund-editor .refund-shipments td .remove-shipping-carrier:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .order-refund-editor .refund-items td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .order-refund-editor .refund-items td .remove-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .order-refund-editor .refund-shipments td .edit-app:hover,.app-view .dashboard-view .social-apps-editor .social-apps .social-app .app-actions .order-refund-editor .refund-shipments td .remove-app:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .order-refund-editor .refund-items td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .order-refund-editor .refund-items td .remove-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .order-refund-editor .refund-shipments td .edit-plan:hover,.app-view .dashboard-view .subscription-plans-editor .subscription-plans .subscription-plan .plan-actions .order-refund-editor .refund-shipments td .remove-plan:hover{text-decoration:underline}.app-view .dashboard-view .order-refund-editor .refund-items .order-entity-label,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-entity-label{color:#9c9c9c}.app-view .dashboard-view .order-refund-editor .refund-items .order-entity-label:after,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-entity-label:after{content:':';margin-right:4px}.app-view .dashboard-view .order-refund-editor .refund-items td.order-item-name,.app-view .dashboard-view .order-refund-editor .refund-shipments td.order-item-name{vertical-align:top}.app-view .dashboard-view .order-refund-editor .refund-items td.order-item-name,.app-view .dashboard-view .order-refund-editor .refund-items td.order-shipment-items,.app-view .dashboard-view .order-refund-editor .refund-shipments td.order-item-name,.app-view .dashboard-view .order-refund-editor .refund-shipments td.order-shipment-items{max-width:240px}.app-view .dashboard-view .order-refund-editor .refund-items .order-item-thumbnail-container,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-item-thumbnail-container{padding-right:14px;width:100px}.app-view .dashboard-view .order-refund-editor .refund-items .order-item-thumbnail-container img,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-item-thumbnail-container img{width:100px;height:auto}.app-view .dashboard-view .order-refund-editor .refund-items .order-item-thumbnail-container img.order-item-thumbnail-placeholder,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-item-thumbnail-container img.order-item-thumbnail-placeholder{opacity:.5}.app-view .dashboard-view .order-refund-editor .refund-items h5.order-item-name,.app-view .dashboard-view .order-refund-editor .refund-items h5.order-shipment-name,.app-view .dashboard-view .order-refund-editor .refund-shipments h5.order-item-name,.app-view .dashboard-view .order-refund-editor .refund-shipments h5.order-shipment-name{margin:0 0 6px;padding:0;font-size:15px;font-weight:600}.app-view .dashboard-view .order-refund-editor .refund-items h5.order-shipment-name,.app-view .dashboard-view .order-refund-editor .refund-items h6.order-shipment-type,.app-view .dashboard-view .order-refund-editor .refund-shipments h5.order-shipment-name,.app-view .dashboard-view .order-refund-editor .refund-shipments h6.order-shipment-type{display:inline-block}.app-view .dashboard-view .order-refund-editor .refund-items h6.order-shipment-type,.app-view .dashboard-view .order-refund-editor .refund-shipments h6.order-shipment-type{margin:0 0 6px 4px}.app-view .dashboard-view .order-refund-editor .refund-items .order-shipment-items>ul,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-shipment-items>ul{padding-bottom:6px;margin-bottom:6px;border-bottom:#ddd 1px dotted}.app-view .dashboard-view .order-refund-editor .refund-items .order-shipment-items>ul:last-child,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-shipment-items>ul:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}.app-view .dashboard-view .order-refund-editor .refund-items .order-shipment-items .order-shipment-item,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-shipment-items .order-shipment-item{margin-bottom:6px}.app-view .dashboard-view .order-refund-editor .refund-items .order-shipment-items .order-shipment-item:last-child,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-shipment-items .order-shipment-item:last-child{margin-bottom:0}.app-view .dashboard-view .order-refund-editor .refund-items .order-shipment-items .order-shipment-item-props,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-shipment-items .order-shipment-item-props{font-size:13px;margin-bottom:1px}.app-view .dashboard-view .order-refund-editor .refund-items .order-shipment-items .order-shipment-item-props .item-product-name,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-shipment-items .order-shipment-item-props .item-product-name{font-weight:700;margin-bottom:2px}.app-view .dashboard-view .order-refund-editor .refund-items .order-shipment-items .order-shipment-item-props .info-mark,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-shipment-items .order-shipment-item-props .info-mark{width:13px;height:13px;margin-left:1px}.app-view .dashboard-view .order-refund-editor .refund-items .order-shipment-items .order-shipment-item-props .info-mark .iconic,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-shipment-items .order-shipment-item-props .info-mark .iconic{width:13px;left:0}.app-view .dashboard-view .order-refund-editor .refund-items .order-item-quantity-value:before,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-item-quantity-value:before{content:'×';margin-right:4px}.app-view .dashboard-view .order-refund-editor .refund-items .order-item-refund-price ul,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-item-refund-price ul{margin:0;padding:0}.app-view .dashboard-view .order-refund-editor .refund-items .order-item-refund-price ul li,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-item-refund-price ul li{list-style:none;margin-bottom:2px}.app-view .dashboard-view .order-refund-editor .refund-items .order-item-refund-price ul li.item-total,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-item-refund-price ul li.item-total{margin-top:2px;margin-bottom:0}.app-view .dashboard-view .order-refund-editor .refund-items .order-entity-base-info,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-entity-base-info{margin:0 0 3px!important;padding:0}.app-view .dashboard-view .order-refund-editor .refund-items .order-entity-base-info li,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-entity-base-info li{list-style:none;margin-bottom:0!important}.app-view .dashboard-view .order-refund-editor .refund-items .order-entity-base-info li span,.app-view .dashboard-view .order-refund-editor .refund-shipments .order-entity-base-info li span{font-size:12px;color:gray}.app-view .dashboard-view .order-refund-editor .refund-items button.toggle-item-quantity,.app-view .dashboard-view .order-refund-editor .refund-items button.toggle-shipment-amount,.app-view .dashboard-view .order-refund-editor .refund-shipments button.toggle-item-quantity,.app-view .dashboard-view .order-refund-editor .refund-shipments button.toggle-shipment-amount{margin:4px 0 0;width:auto;padding:5px 10px;font-size:12px}.app-view .dashboard-view .order-refund-editor .refund-items .order-item.selected td>:not(clayful-button),.app-view .dashboard-view .order-refund-editor .refund-items .order-shipment.selected td>:not(clayful-button),.app-view .dashboard-view .order-refund-editor .refund-shipments .order-item.selected td>:not(clayful-button),.app-view .dashboard-view .order-refund-editor .refund-shipments .order-shipment.selected td>:not(clayful-button){opacity:1}.app-view .dashboard-view .order-refund-editor .refund-items .item-tax input,.app-view .dashboard-view .order-refund-editor .refund-items .item-without-tax input,.app-view .dashboard-view .order-refund-editor .refund-shipments .item-tax input,.app-view .dashboard-view .order-refund-editor .refund-shipments .item-without-tax input{padding:0 4px;width:100px}.app-view .dashboard-view .order-refund-editor .refund-total{padding:14px;width:100%;border-top:#eee 1px solid;text-align:right}.app-view .dashboard-view .order-refund-editor .refund-total td{max-width:120px}.app-view .dashboard-view .shipping-rules-editor .price-symbol{padding:2px}.app-view .dashboard-view .shipping-rules-editor .fee input[type=number],.app-view .dashboard-view .shipping-rules-editor .free-price-over input[type=number]{width:120px}.app-view .dashboard-view .shipping-rules-editor .free-price-summary{font-size:12px;color:#999}.app-view .dashboard-view .shipping-rules-editor .delete-rule{width:140px}.app-view .dashboard-view .shipping-rules-editor .delete-rule div span svg{fill:#da3a34!important}.app-view .dashboard-view .shipping-rules-editor .delete-rule div span:hover{color:#cf2c26!important}.app-view .dashboard-view .shipping-rules-editor .delete-rule div span:hover svg{fill:#cf2c26!important}.app-view .dashboard-view .shipping-rules-editor .weight-range input[type=number]{width:80px;text-align:center}.app-view .dashboard-view .shipping-rules-editor .weight-over-from,.app-view .dashboard-view .shipping-rules-editor .weight-over-to{display:inline-block;min-width:80px;text-align:center}.app-view .dashboard-view .success-message-box editor-info div.editor-info{color:rgba(65,150,15,.9);border-color:rgba(65,150,15,.15);fill:rgba(65,150,15,.9);background-color:rgba(65,150,15,.1)}.app-view .dashboard-view .success-message-box editor-info div.editor-info svg{fill:inherit}.app-view .dashboard-view .success-message-box editor-info div.editor-info div p.success-button{color:inherit;fill:inherit;padding:8px 12px;margin-bottom:0;border-radius:4px;display:inline-block;border:1px solid rgba(65,150,15,.9)}.app-view .dashboard-view .success-message-box editor-info div.editor-info div p.success-button:hover{background-color:rgba(65,150,15,.15)}.app-view .dashboard-view .sync-operations .sync-operation-list table{margin:12px 0 24px;width:100%}.app-view .dashboard-view .sync-operations .sync-operation-list table thead tr th{padding-bottom:8px;border-bottom:#eee 1px solid}.app-view .dashboard-view .sync-operations .sync-operation-list table tbody tr td{padding:8px 4px 8px 0;border-bottom:#eee 1px solid}.app-view .dashboard-view .sync-operations .sync-operation-list table tbody tr .sync-status [data-status=error]{color:#da3a34}.app-view .dashboard-view .sync-operations .sync-operation-list table tbody tr .sync-status [data-status=done]{color:#41960f}.app-view .dashboard-view .sync-operations .sync-operation-list table tbody tr .sync-error{margin-top:6px;color:#9a9a9a}.app-view .dashboard-view .sync-operations .sync-operation-list table tbody tr .delete-operation .iconic{fill:#da3a34}.app-view .dashboard-view div.copy-text{background-color:rgba(64,109,224,.6);color:#fff;padding:5px 8px;border:none;position:absolute;top:8px;right:14px;border-radius:4px;cursor:pointer;font-size:.9em;font-weight:500}.app-view .dashboard-view div.copy-text:focus{outline:none}.app-view .dashboard-view div.copy-text:hover{background-color:rgba(64,109,224,.8)}.clayful-notifications{top:79px;right:21%}