@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-color: #f6f6f6;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

*:first-child + html .clearfix {
  min-height: 1%;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

a:hover {
  text-decoration: none;
}

textarea {
  resize: none;
}

*:link,
*:visited,
*:hover,
*:active,
*:focus,
* {
  border: none;
  outline: none;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p, select, input {
  font-family: "Noto Sans TC", Arial, "微軟正黑體", "新細明體", sans-serif;
  font-weight: normal;
  color: #333;
}

p {
  font-size: 1rem;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

a:hover {
  text-decoration: none;
}

body {
  font-size: 100%;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.c-green {
  color: #72CA3F;
}

.c-red {
  color: #FF5539;
}

.btn {
  display: flex;
  position: relative;
}

.text-description {
  padding-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.text-description a {
  color: #0058CB;
  text-decoration: underline;
}
.text-description a:hover {
  text-decoration: none;
}
@media all and (max-width: 500px) {
  .text-description {
    font-size: 0.813rem;
  }
}

.text-reminder {
  padding: 15px 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.text-reminder i {
  padding-right: 5px;
}
@media all and (max-width: 500px) {
  .text-reminder {
    font-size: 0.813rem;
    padding: 10px 0;
  }
}
@media all and (max-width: 450px) {
  .text-reminder {
    font-size: 0.75rem;
  }
}

.icon-question {
  cursor: pointer;
  margin-left: 3px;
  padding: 5px;
}
.icon-question img {
  max-height: 16px;
}

ul.list-decimal {
  list-style-type: decimal;
  padding-left: 20px;
  line-height: 1.5;
}
ul.list-decimal .text-copy {
  cursor: pointer;
}
ul.list-decimal .text-copy:hover i {
  color: #0058CB;
}
ul.list-decimal li {
  word-wrap: break-word;
}

.text-policy-note {
  background-color: #FFFEE7;
  padding: 20px;
  border: 1px solid #E2E3C1;
  border-radius: 4px;
}
.text-policy-note .text-reminder {
  font-size: 0.875rem;
  padding-top: 0;
  font-weight: bold;
  padding-bottom: 10px;
}
.text-policy-note ul {
  list-style-type: decimal;
  padding-left: 20px;
  font-size: 0.875rem;
}
.text-policy-note ul li {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media all and (max-width: 500px) {
  .text-policy-note {
    padding: 15px;
  }
  .text-policy-note .text-reminder {
    font-size: 0.813rem;
    padding-top: 0;
  }
  .text-policy-note ul li {
    font-size: 0.813rem;
  }
}

.h-price {
  padding-left: 12px;
  position: relative;
}
.h-price::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 10px;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: left center;
}

.h-p-twd {
  padding-left: 32px;
}
.h-p-twd::before {
  content: "NT$";
  width: 30px;
}

.h-p-usd::before {
  content: "$";
}

.h-p-jpy::before {
  content: "¥";
}

.h-p-krw {
  padding-left: 11px;
}
.h-p-krw::before {
  content: "₩";
}

.h-p-hkd::before {
  content: "$";
}

.h-p-mop {
  padding-left: 12px;
}
.h-p-mop::before {
  content: "P";
}

.h-p-cny::before {
  content: "¥";
}

.h-p-sgd::before {
  content: "$";
}

.h-p-eur::before {
  content: "€";
}

.h-p-aud::before {
  content: "$";
}

.h-p-gbp::before {
  content: "£";
}

.h-p-php {
  padding-left: 13px;
}
.h-p-php::before {
  content: "₱";
}

.h-p-myr {
  padding-left: 25px;
}
.h-p-myr::before {
  width: 25px;
  content: "RM";
}

.h-p-thb::before {
  content: "฿";
}

.h-p-mmk::before {
  content: "K";
}

.h-p-bnd::before {
  content: "$";
}

.h-p-inr,
.h-p-idr {
  padding-left: 21px;
}
.h-p-inr::before,
.h-p-idr::before {
  width: 19px;
  content: "₨";
}

.btn-primary-xl {
  font-size: 0.938rem;
  background-color: #222;
  border-radius: 4px;
  color: #fff;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  font-weight: bold;
  min-width: 168px;
  display: flex;
  text-align: center;
  height: 50px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px #222 solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn-primary-xl:hover {
  opacity: 0.9;
}
.btn-primary-xl span {
  padding: 0 10px;
}
.btn-primary-xl .icon {
  position: relative;
}
.btn-primary-xl .icon::before {
  content: "";
  height: 20px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-primary-xl .team-add::before {
  background-image: url(../images/svg/btn_icon_team_add.svg);
}
.btn-primary-xl .creditcard-add::before {
  background-image: url(../images/svg/credit_card_yello.svg);
}
.btn-primary-xl .invoice-add {
  padding-left: 45px;
}
.btn-primary-xl .invoice-add::before {
  background-image: url(../images/svg/file_invoice_yello.svg);
}
.btn-primary-xl .bullhorn-add {
  padding-left: 50px;
}
.btn-primary-xl .bullhorn-add::before {
  background-image: url(../images/svg/btn_icon_bullhorn.svg);
}
.btn-primary-xl .plus-add {
  padding-left: 45px;
}
.btn-primary-xl .plus-add::before {
  width: 25px;
  background-image: url(../images/svg/btn_icon_plus.svg);
}
.btn-primary-xl .web-setting::before {
  width: 35px;
  background-image: url(../images/svg/btn_icon_websetting.svg);
}
.btn-primary-xl .tools-add {
  padding-left: 50px;
}
.btn-primary-xl .tools-add::before {
  position: absolute;
  width: 35px;
  top: calc(50% - 10px);
  left: 10px;
  background-image: url(../images/svg/btn_tools.svg);
}
.btn-primary-xl .truck-add::before {
  left: 10px;
  background-image: url(../images/svg/btn_icon_truck.svg);
}
.btn-primary-xl .ticket-add::before {
  background-image: url(../images/svg/btn_icon_ticket.svg);
}
.btn-primary-xl .boxes-add {
  padding-left: 45px;
}
.btn-primary-xl .boxes-add::before {
  width: 28px;
  background-image: url(../images/svg/btn_icon_boxes.svg);
}
.btn-primary-xl .website-add {
  padding-left: 45px;
}
.btn-primary-xl .website-add::before {
  width: 20px;
  background-image: url(../images/svg/icon_globe.svg);
}
.btn-primary-xl .airplane {
  padding-left: 40px;
}
.btn-primary-xl .airplane::before {
  left: 3px;
  width: 22px;
  height: 22px;
  top: calc(50% - 11px);
  background-image: url(../images/svg/btn_icon_airplane.svg);
}
@media all and (max-width: 500px) {
  .btn-primary-xl {
    height: 45px;
    font-size: 0.875rem;
    min-width: 148px;
  }
  .btn-primary-xl .icon::before {
    width: 35px;
  }
  .btn-primary-xl .truck-add::before {
    width: 30px;
  }
  .btn-primary-xl .ticket-add::before {
    width: 28px;
  }
  .btn-primary-xl .plus-add::before {
    width: 25px;
  }
  .btn-primary-xl .website-add {
    padding-left: 40px;
  }
  .btn-primary-xl .website-add::before {
    width: 18px;
  }
}
@media all and (max-width: 450px) {
  .btn-primary-xl {
    height: 40px;
    min-width: 130px;
    font-size: 0.813rem;
  }
  .btn-primary-xl .icon::before {
    width: 30px;
  }
  .btn-primary-xl .plus-add::before {
    left: 15px;
    width: 15px;
  }
  .btn-primary-xl .truck-add::before {
    width: 20px;
    left: 12px;
  }
  .btn-primary-xl .ticket-add::before {
    width: 24px;
  }
  .btn-primary-xl .boxes-add::before {
    width: 20px;
  }
  .btn-primary-xl .plus-add {
    padding-left: 35px;
  }
  .btn-primary-xl .plus-add::before {
    left: 5px;
  }
  .btn-primary-xl .website-add {
    padding-left: 30px;
  }
  .btn-primary-xl .website-add::before {
    width: 15px;
  }
  .btn-primary-xl .web-setting::before {
    left: 5px;
    width: 25px;
  }
  .btn-primary-xl .tools-add {
    padding-left: 36px;
  }
  .btn-primary-xl .tools-add::before {
    width: 18px;
  }
}

.btn-primary-line-xl {
  font-size: 0.938rem;
  border: 1px #222 solid;
  color: #222;
  border-radius: 4px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  font-weight: bold;
  min-width: 168px;
  display: flex;
  text-align: center;
  height: 50px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px #222 solid;
}
.btn-primary-line-xl span {
  padding: 0 10px;
}
.btn-primary-line-xl:hover {
  opacity: 0.9;
  background-color: #eaeaea;
}
@media all and (max-width: 500px) {
  .btn-primary-line-xl {
    height: 45px;
    font-size: 0.875rem;
    min-width: 148px;
  }
}
@media all and (max-width: 450px) {
  .btn-primary-line-xl {
    font-size: 0.813rem;
    min-width: 130px;
    height: 40px;
  }
}

.btn-arr {
  min-width: 60px;
  font-size: 1.25rem;
}

.btn-primary-l {
  font-size: 0.938rem;
  background-color: #222;
  border-radius: 4px;
  color: #fff;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  font-size: 0.875rem;
  font-weight: bold;
  min-width: 90px;
  padding: 0 10px;
  display: flex;
  text-align: center;
  height: 46px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px #222 solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn-primary-l:hover {
  opacity: 0.9;
}
@media all and (max-width: 500px) {
  .btn-primary-l {
    font-size: 0.813rem;
  }
}
@media all and (max-width: 450px) {
  .btn-primary-l {
    font-size: 0.75rem;
  }
}

.btn-primary-m {
  font-size: 0.938rem;
  background-color: #222;
  border-radius: 4px;
  color: #fff;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  font-size: 0.813rem;
  font-weight: bold;
  min-width: 90px;
  padding: 0 10px;
  display: flex;
  text-align: center;
  height: 35px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px #222 solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn-primary-m:hover {
  opacity: 0.9;
}
@media all and (max-width: 500px) {
  .btn-primary-m {
    font-size: 0.75rem;
  }
}

.btn-bg-red {
  background-color: #FF5539;
  border-color: #FF5539;
}

.btn-line-white {
  border-color: white;
  color: white;
}
.btn-line-white:hover {
  opacity: 1;
  color: #222;
}

.btn-bg-holkee {
  background-color: #FFD14F;
}
.btn-bg-holkee:hover {
  background-color: rgb(255, 213, 98);
}

.btn-bg-white {
  background-color: white;
  border-color: white;
  color: #222;
}

.has-label {
  position: relative;
}
.has-label .label-type {
  position: absolute;
  z-index: 2;
  top: -25px;
  left: -25px;
  background-color: #F33900;
  color: #fff;
  width: 70px;
  height: 0;
  border-width: 0 22px 22px;
  background: none;
  border-style: solid;
  border-color: transparent transparent #F33900;
  -moz-transform-origin: right bottom;
  -moz-transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
  -o-transform-origin: right bottom;
  -o-transform: rotate(-45deg);
  -ms-transform-origin: right bottom;
  -ms-transform: rotate(-45deg);
  transform-origin: right bottom;
  transform: rotate(-45deg);
}
.has-label .label-type p {
  line-height: 22px;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 0.688rem;
  font-weight: bold;
}
.has-label .label-type p::before {
  content: "";
  width: 0;
  position: absolute;
  left: -22px;
  top: 21.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 3.5px 0 3.5px;
  border-color: #333 transparent transparent transparent;
  line-height: 0px;
  _border-color: #333 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
}
.has-label .label-type p::after {
  content: "";
  width: 0;
  position: absolute;
  right: -22px;
  top: 21.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 3.5px 0 3.5px;
  border-color: #333 transparent transparent transparent;
  line-height: 0px;
  _border-color: #333 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
}
@media all and (max-width: 500px) {
  .has-label .label-type {
    left: -21px;
    width: 60px;
  }
  .has-label .label-type p {
    line-height: 23px;
    transform: scale(0.75, 0.75);
    text-indent: -4px;
  }
  .has-label .label-type p::before {
    left: -32px;
    top: 24.5px;
  }
  .has-label .label-type p::after {
    right: -31px;
    top: 24.5px;
  }
}

.btn-primary-line-m {
  font-size: 0.938rem;
  border: 1px #222 solid;
  color: #222;
  border-radius: 4px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  font-size: 0.875rem;
  font-weight: bold;
  min-width: 90px;
  padding: 0 10px;
  display: flex;
  text-align: center;
  height: 35px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px #222 solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn-primary-line-m:hover {
  opacity: 0.9;
  background-color: #eaeaea;
}
@media all and (max-width: 500px) {
  .btn-primary-line-m {
    font-size: 0.75rem;
    min-width: 80px;
  }
}

.btn-disabled {
  cursor: initial;
  background-color: #B1B1B1;
  border-color: #B1B1B1;
}
.btn-disabled .airplane::before {
  background-image: url(../images/svg/btn_icon_airplane_w.svg);
}
.btn-disabled:hover {
  opacity: 1;
}

textarea {
  width: 100%;
  min-height: 105px;
  padding: 15px 20px;
  line-height: 1.5;
}
textarea.h-350 {
  min-height: 350px;
  overflow-y: auto;
}
@media all and (max-width: 500px) {
  textarea {
    padding: 10px 15px;
  }
}

article.text-terms {
  width: 100%;
  line-height: 1.5;
  white-space: pre-wrap;
}
@media all and (max-width: 500px) {
  article.text-terms {
    font-size: 0.813rem;
  }
}

.the-select {
  position: relative;
  display: block;
  border-radius: 4px;
  position: relative;
}
.the-select::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  display: inline-block;
  width: 12px;
  height: 6px;
  background: url(../images/svg/arr_down_k.svg) center center no-repeat;
  background-size: contain;
  font-weight: 900;
  pointer-events: none;
}
.the-select select {
  width: 100%;
  height: 46px;
  padding: 0px 35px 0px 20px;
  font-size: 0.938rem;
  border: #DCDCDC 1px solid;
  border-radius: 4px;
  line-height: 44px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  background-color: transparent;
  word-break: break-all;
  text-overflow: ellipsis;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.the-select select:hover {
  border-color: #888;
}
.the-select select::-ms-expand {
  display: none;
}
.the-select select:disabled {
  background-color: #F2F2F2;
}
.the-select select:disabled:hover {
  border-color: #DCDCDC;
}
.the-select select option::-ms-expand {
  display: none;
}
.the-select select option {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
  appearance: none;
}
@media all and (max-width: 500px) {
  .the-select select {
    font-size: 0.813rem;
    padding: 0 30px 0 15px;
    line-height: 40px;
    height: 40px;
  }
}

.disabled-select::after {
  opacity: 0.5;
}

.images-select {
  position: relative;
}
.images-select > div.tools {
  position: absolute;
  top: -1px;
  right: -1px;
}
.images-select .img-upload {
  position: relative;
}
.images-select .img-upload .tools {
  position: absolute;
  top: -1px;
  right: -1px;
}
.images-select .sorting-btn {
  position: absolute;
  left: -1px;
  bottom: -1px;
  border: 1px solid #DCDCDC;
  display: flex;
  background-color: #fff;
  border-radius: 4px;
}
.images-select .sorting-btn a {
  color: #555;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 35px;
  font-size: 0.875rem;
}
.images-select .sorting-btn a:first-child {
  border-right: 1px solid #DCDCDC;
}
.images-select .sorting-btn a:hover {
  background-color: #F2F2F2;
}
.images-select .sorting-btn a.disabled {
  color: #c9c9c9;
}
.images-select .sorting-btn a.disabled:hover {
  background-color: #fff;
}
.images-select .img-upload {
  padding: 0;
  width: 168px;
  height: 168px;
  display: block;
  border-radius: 4px;
  background-color: #F9F9F9;
  border: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.images-select .img-upload img {
  width: unset;
  max-width: 100%;
  max-height: 100%;
}
.images-select .img-upload span {
  position: relative;
  padding: 40px 0 5px 0;
  color: #333;
  font-size: 0.813rem;
}
.images-select .img-upload span::before {
  content: "";
  width: 35px;
  height: 27px;
  position: absolute;
  left: calc(50% - 17.5px);
  top: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/svg/icon_image.svg);
}
.images-select .img-upload span.icon-css {
  padding-top: 50px;
}
.images-select .img-upload span.icon-css::before {
  width: 30px;
  height: 40px;
  left: calc(50% - 15px);
  background-image: url(../images/svg/icon_css_upload.svg);
}
.images-select a:hover {
  border-color: #333;
}
.images-select .text {
  padding: 15px 2.5px;
  font-size: 0.813rem;
  line-height: 1.5;
  display: block;
}
.images-select .tools {
  justify-content: flex-start;
}
.images-select .tools a.icon {
  margin: 0;
  background-color: #fff;
}
.images-select .tools a.icon:hover {
  background-color: #222;
  color: #fff;
  border-color: #222;
}
.images-select .tools a.icon-edit {
  border-radius: 4px 0 0 4px;
}
.images-select .tools a.icon-delete {
  border-radius: 0 4px 4px 0;
}
@media all and (max-width: 500px) {
  .images-select .sorting-btn a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0.813rem;
  }
  .images-select .img-upload {
    width: 140px;
    height: 140px;
  }
  .images-select .text {
    font-size: 0.813rem;
  }
}
@media all and (max-width: 450px) {
  .images-select {
    flex-flow: column;
  }
  .images-select .text {
    font-size: 0.75rem;
  }
  .images-select > div {
    padding: 0;
  }
}

.css-select {
  min-width: 168px;
  display: inline-block;
  border-radius: 4px;
  background-color: #F9F9F9;
  border: 1px solid #DCDCDC;
  padding: 18px 80px 18px 55px;
  position: relative;
}
.css-select::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  left: 15px;
  top: 15px;
  background-image: url(../images/svg/icon_css.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.css-select p {
  font-size: 0.938rem;
  line-height: 1.5;
  word-break: break-all;
}
@media all and (max-width: 650px) {
  .css-select {
    padding: 10px 70px 10px 40px;
  }
  .css-select::after {
    width: 20px;
    height: 20px;
    left: 10px;
    top: 10px;
  }
  .css-select p {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 500px) {
  .css-select p {
    font-size: 0.813rem;
  }
}

.share-pic .img-upload {
  width: 250px;
  height: 108px;
}
.share-pic .text {
  padding-top: 5px;
}
.share-pic > div {
  padding-top: 0;
}

.swiper-pic .img-upload {
  width: 100%;
  height: 200px;
}
@media all and (max-width: 500px) {
  .swiper-pic .img-upload {
    height: 150px;
  }
}

input.default {
  line-height: 44px;
  padding: 0 20px;
}
@media all and (max-width: 500px) {
  input.default {
    padding: 0 15px;
    line-height: 40px;
  }
}

input.default,
textarea.default {
  width: 100%;
  height: 46px;
  font-size: 0.938rem;
  border-radius: 4px;
  border: #DCDCDC 1px solid;
  color: #333;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
input.default::-moz-placeholder, textarea.default::-moz-placeholder {
  color: #9E9E9E;
}
input.default::placeholder,
textarea.default::placeholder {
  color: #9E9E9E;
}
input.default:focus,
textarea.default:focus {
  border-color: #888;
  background-color: #fcfcfc;
}
input.default:disabled,
textarea.default:disabled {
  color: #9E9E9E;
}
@media all and (max-width: 500px) {
  input.default,
  textarea.default {
    font-size: 0.813rem;
    height: 40px;
  }
}

input.has-error,
textarea.has-error {
  border: 1px #FF5539 solid;
}
input.has-error:hover, input.has-error:focus,
textarea.has-error:hover,
textarea.has-error:focus {
  border: 1px #FF5539 solid;
}

.both-btn {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0 15px 0;
}
.both-btn a {
  margin: 2.5px 10px 2.5px 0;
}

.switch-type {
  position: relative;
}
.switch-type .switchbutton {
  display: inline-block;
  position: relative;
  height: 22px;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: #eee;
  border-radius: 22px;
}
.switch-type .switchbutton:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 22px;
  background-color: #fff;
  border-radius: 22px;
  box-sizing: border-box;
  border: 2px solid #eee;
  transition: all 0.2s linear;
}
.switch-type .switchbutton:after {
  position: absolute;
  left: 2px;
  top: 2px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 18px;
  transition: all 0.2s linear;
  box-shadow: 0px 1px 3px #bbb;
}
.switch-type input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 42px;
  height: 22px;
}
.switch-type input:checked ~ .switchbutton:before {
  background-color: #DCA60F;
  border: 1px solid #DCA60F;
}
.switch-type input:checked ~ .switchbutton:before {
  background-color: #DCA60F;
  border: 1px solid #DCA60F;
}
.switch-type input:checked ~ .switchbutton:after {
  left: 22px;
}
.switch-type input:disabled ~ .switchbutton:before {
  background-color: #B1B1B1;
  border: 1px solid #B1B1B1;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.question-mark .question-note a {
  color: #31F3ED;
  text-decoration: underline;
}

.question-mark .question-note a:hover {
  text-decoration: none;
}

.click-list {
  position: relative;
}
.click-list p {
  font-size: 0.875rem;
  padding: 0px 15px;
  line-height: 1.5;
  cursor: pointer;
}
.click-list p span {
  padding-right: 30px;
  display: inline-block;
  position: relative;
}
.click-list p span::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 2.5px);
  width: 8px;
  height: 5px;
  display: block;
  background: url(../images/svg/arr_down_k.svg) center center no-repeat;
  background-size: contain;
}
@media all and (max-width: 500px) {
  .click-list p {
    font-size: 0.813rem;
  }
  .click-list p span {
    padding-right: 20px;
  }
}

ul.dropdown-list {
  min-width: 110px;
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 12px;
}
ul.dropdown-list li {
  color: #333;
  font-size: 0.875rem;
  border-bottom: 1px solid #eaeaea;
}
ul.dropdown-list li:last-child {
  border: none;
}
ul.dropdown-list a {
  padding: 15px 20px;
  color: #333;
  display: block;
}
ul.dropdown-list a:hover {
  background-color: #eaeaea;
}
@media all and (max-width: 500px) {
  ul.dropdown-list li {
    font-size: 0.813rem;
  }
}

.country-item {
  position: relative;
  width: 100%;
  border: #DCDCDC 1px solid;
  border-radius: 4px;
}
.country-item a {
  display: block;
}
.country-item .icon {
  cursor: pointer;
}
.country-item .icon::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  left: 15px;
  top: calc(50% - 10px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
}
.country-item .icon_tw::after {
  background-image: url(../images/flag/icon_tw.png);
}
.country-item .icon_us::after {
  background-image: url(../images/flag/icon_us.png);
}
.country-item .icon_jp::after {
  background-image: url(../images/flag/icon_jp.png);
}
.country-item .icon_kr::after {
  background-image: url(../images/flag/icon_kr.png);
}
.country-item .icon_hk::after {
  background-image: url(../images/flag/icon_hk.png);
}
.country-item .icon_mo::after {
  background-image: url(../images/flag/icon_mo.png);
}
.country-item .icon_cn::after {
  background-image: url(../images/flag/icon_cn.png);
}
.country-item .icon_sg::after {
  background-image: url(../images/flag/icon_sg.png);
}
.country-item .icon_au::after {
  background-image: url(../images/flag/icon_au.png);
}
.country-item .icon_uk::after, .country-item .icon_gb::after {
  background-image: url(../images/flag/icon_uk.png);
}
.country-item .icon_ph::after {
  background-image: url(../images/flag/icon_ph.png);
}
.country-item .icon_my::after {
  background-image: url(../images/flag/icon_my.png);
}
.country-item .icon_th::after {
  background-image: url(../images/flag/icon_th.png);
}
.country-item .icon_ae::after {
  background-image: url(../images/flag/icon_ae.png);
}
.country-item .icon_mm::after {
  background-image: url(../images/flag/icon_mm.png);
}
.country-item .icon_bn::after {
  background-image: url(../images/flag/icon_bn.png);
}
.country-item .icon_in::after {
  background-image: url(../images/flag/icon_in.png);
}
.country-item .icon_id::after {
  background-image: url(../images/flag/icon_id.png);
}
.country-item .icon_eu::after {
  background-image: url(../images/flag/icon_eu.png);
}
.country-item p {
  font-size: 0.938rem;
  height: 46px;
  padding-left: 20px;
  line-height: 46px;
  border-radius: 4px;
  color: #333;
  text-indent: 0.01px;
  background-color: transparent;
  word-break: break-all;
  text-overflow: ellipsis;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.country-item p span {
  width: 100%;
}
.country-item p span::before {
  width: 12px;
  height: 6px;
}
.country-item p span.icon {
  padding-left: 40px;
}
.country-item p span.icon::after {
  left: -5px;
}
.country-item .dropdown-list {
  left: 0;
  top: 46px;
  width: 100%;
  min-height: 200px;
  overflow-y: auto;
  max-height: 35vh;
}
.country-item .dropdown-list li a {
  font-size: 0.938rem;
  padding: 12px 20px 12px 60px;
  position: relative;
}
.country-item:hover {
  border-color: #888;
}
.country-item:disabled {
  background-color: #F2F2F2;
}
.country-item:disabled:hover {
  border-color: #DCDCDC;
}
@media all and (max-width: 500px) {
  .country-item {
    font-size: 0.813rem;
  }
  .country-item p {
    height: 40px;
    line-height: 40px;
    font-size: 0.813rem;
  }
  .country-item .dropdown-list {
    top: 40px;
    max-height: 30vh;
  }
  .country-item .dropdown-list li a {
    font-size: 0.813rem;
  }
}

.h-loader {
  width: 100%;
  height: 100vh;
  background-color: rgba(11, 11, 11, 0.5);
  position: fixed;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-loader div {
  text-align: center;
}
.h-loader p {
  font-size: 1rem;
  color: #fff;
  padding: 15px 10px 10px 10px;
}
.h-loader .loader-circle {
  display: inline-block;
  border: 10px solid #FFBC00;
  border-radius: 50%;
  border-top: 10px solid #222;
  width: 80px;
  height: 80px;
  /* Safari */
  animation: spin 1.5s linear infinite;
}

.logo {
  background-image: url(../images/svg/h_logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.note-list {
  padding: 10px 0;
  font-size: 0.938rem;
  margin-left: 20px;
  line-height: 1.5;
}

.note-nb {
  list-style-type: decimal;
}

.note-disc {
  list-style-type: disc;
}

.service-control {
  padding: 10px 12px;
  display: inline-block;
  position: relative;
  padding-left: 24px;
  font-size: 0.875rem;
  line-height: 1.35;
  color: #333;
  cursor: pointer;
}
.service-control input {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.service-control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  -webkit-filter: grayscale(1);
  pointer-events: none;
}
.service-control input:disabled ~ .control__indicator input {
  cursor: not-allowed;
}
.service-control input:checked ~ .control__indicator {
  background: #333;
  border-color: #333;
}
.service-control input:checked ~ .control__indicator:after {
  display: block;
}
@media all and (max-width: 500px) {
  .service-control {
    font-size: 0.813rem;
  }
}

.service-order-logo {
  display: block;
  margin: 30px 20px;
}

.service-top-text-wrap {
  position: relative;
  width: 100%;
  width: calc(100% - 40px);
  max-width: 1090px;
  min-width: 320px;
  margin: 20px auto;
}
@media all and (max-width: 500px) {
  .service-top-text-wrap {
    margin: 25px auto;
  }
}
.service-top-text-wrap .service-order-purpose {
  font-weight: bold;
  padding: 20px 0;
  font-size: 1.625rem;
  line-height: 35px;
  word-break: break-word;
}
.service-top-text-wrap h3.main-title {
  font-weight: bold;
  font-size: 1.625rem;
  position: relative;
  padding: 25px 0;
  margin-bottom: 20px;
  max-width: calc(100% - 190px);
}
.service-top-text-wrap h3.main-title.brand::before, .service-top-text-wrap h3.main-title.shop::before {
  content: "　";
  display: inline-block;
  width: 28px;
  line-height: 28px;
  margin: 0 5px 0 0;
  background: center center no-repeat;
}
.service-top-text-wrap h3.main-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #DCA60F;
}
.service-top-text-wrap h3.main-title .order-type {
  border-radius: 4px;
  padding: 5px 10px;
  background-color: #fff;
  font-size: 0.813rem;
  font-weight: initial;
  border: 1px solid #DFDFDF;
  margin: 2px 10px;
  display: inline-block;
}
.service-top-text-wrap h4.sub-title {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 20px;
  word-break: break-word;
}
.service-top-text-wrap .service-order-content {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-bottom: 20px;
}
.service-top-text-wrap .service-order-content p {
  font-size: 14px;
  line-height: 25px;
  word-break: break-word;
}
@media all and (max-width: 750px) {
  .service-top-text-wrap .automatic-type, .service-top-text-wrap .order-type, .service-top-text-wrap .role-type {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px 10px 10px 0;
  }
}
@media all and (max-width: 700px) {
  .service-top-text-wrap {
    margin: 25px auto 10px auto;
  }
  .service-top-text-wrap h3.main-title {
    font-size: 1.25rem;
    max-width: calc(100% - 60px);
  }
  .service-top-text-wrap h4.sub-title {
    font-size: 0.938rem;
    padding-bottom: 10px;
  }
  .service-top-text-wrap .text, .service-top-text-wrap .note-list {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 500px) {
  .service-top-text-wrap {
    margin: 15px auto 0 auto;
  }
  .service-top-text-wrap .note-list {
    font-size: 0.813rem;
  }
  .service-top-text-wrap .automatic-type, .service-top-text-wrap .order-type, .service-top-text-wrap .role-type {
    font-size: 0.688rem;
    padding: 5px 8px;
  }
}
@media all and (max-width: 450px) {
  .service-top-text-wrap .btn .btn-primary-xl {
    min-width: 40px;
  }
}

.service-order-line {
  width: 100%;
  border: 1px solid rgb(216, 216, 216);
}

.service-order-list {
  width: 100%;
}
.service-order-list ol li, .service-order-list ul li {
  margin-bottom: 10px;
  display: flex;
  line-height: 25px;
}
.service-order-list ol li p:first-of-type, .service-order-list ul li p:first-of-type {
  width: 25%;
}
.service-order-list ol li p:last-of-type, .service-order-list ul li p:last-of-type {
  width: 75%;
}

.control {
  padding: 10px 12px;
  min-width: 100px;
  display: inline-block;
  position: relative;
  padding-left: 24px;
  font-size: 0.875rem;
  line-height: 1.35;
  color: #333;
  cursor: pointer;
}
.control input {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  -webkit-filter: grayscale(1);
  pointer-events: none;
}
.control input:disabled ~ .control__indicator input {
  cursor: not-allowed;
}
.control input:checked ~ .control__indicator {
  background: #333;
  border-color: #333;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
@media all and (max-width: 500px) {
  .control {
    font-size: 0.813rem;
  }
}

.control__indicator {
  position: absolute;
  top: 12px;
  left: 2px;
  height: 15px;
  width: 15px;
  border-radius: 4px;
  border: 2px solid #cfcfcf;
  background-color: #fff;
}
.control__indicator::after {
  content: "";
  position: absolute;
  display: none;
}

.control--checkbox .control__indicator:after {
  left: 3px;
  top: -1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.control--radio .control__indicator {
  border-radius: 50%;
}
.control--radio .control__indicator:after {
  left: calc(50% - 2.5px);
  top: calc(50% - 2.5px);
  height: 5px;
  width: 5px;
  border-radius: 50%;
}
.control--radio input:checked ~ .control__indicator:after {
  display: block !important;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background-color: #333;
  cursor: no-drop;
}
.control--radio input:disabled:checked ~ .control__indicator {
  display: block;
}
.control--radio input:disabled:checked ~ .control__indicator:after {
  display: block;
  background-color: #fff;
}

.header-wrap {
  width: 100%;
  min-width: 320px;
  padding: 15px 20px;
  background-color: #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -moz-position: sticky;
  -ms-position: sticky;
  -o-position: sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
.header-wrap .logo {
  width: 125px;
  height: 35px;
  display: flex;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.header-wrap .role {
  padding-left: 10px;
}
.header-wrap .role span {
  border-radius: 4px;
  padding: 1px 7px 3px 7px;
  font-size: 0.75rem;
  color: #fff;
}
.header-wrap .role span.regular {
  color: #FFD505;
  border: #FFD505 1px solid;
}
.header-wrap .role span.Freeshop, .header-wrap .role span.testing {
  background-color: #939393;
}
.header-wrap .role span.vip {
  background-color: #FF5A5A;
}
.header-wrap .role span.premium {
  background-color: #A627E7;
}
.header-wrap .role span.blackcard {
  background-color: #1400CD;
}
.header-wrap .role span.admin {
  background-color: #2196f3;
}
@media all and (max-width: 730px) {
  .header-wrap .role {
    padding-left: 0;
    transform: scale(0.6);
    position: absolute;
    left: 65px;
    top: 3px;
  }
}
.header-wrap p {
  font-size: 0.938rem;
  color: #fff;
}
.header-wrap .web-title {
  width: 445px;
  max-width: calc(100% - 165px);
  padding: 2.5px 10px;
  display: flex;
}
.header-wrap .web-title p {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
.header-wrap .web-title p span {
  display: block;
}
.header-wrap .web-title p span::before {
  top: calc(50% - 3.5px);
  width: 12px;
  height: 7px;
  background: url(../images/svg/arr_down_w.svg) center center no-repeat;
  background-size: contain;
}
.header-wrap .web-title ul.web-all-list {
  position: absolute;
  min-width: 350px;
  left: 0;
  top: 42px;
  z-index: 3;
  max-height: 600px;
  overflow-y: auto;
}
.header-wrap .web-title ul.web-all-list li {
  cursor: pointer;
  font-size: 0.938rem;
  line-height: 1.5;
}
.header-wrap .web-title ul.web-all-list a.more {
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 0.875rem;
}
.header-wrap .web-title ul.web-all-list a.more:hover {
  color: #333;
  text-decoration: underline;
}
.header-wrap .user-profile-photo {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  margin-left: auto;
  background-color: #222;
}
.header-wrap .account-menu {
  position: absolute;
  width: 175px;
  top: 60px;
  right: 15px;
  z-index: 3;
}
.header-wrap .account-menu .user-name {
  padding: 10px 20px 15px 20px;
  border-bottom: 1px solid #eaeaea;
}
.header-wrap .account-menu .user-name p {
  color: #333;
  font-size: 0.813rem;
  font-weight: bold;
  line-height: 1.5;
}
.header-wrap .account-menu .user-name span {
  display: block;
  font-weight: normal;
  font-size: 0.688rem;
  padding-top: 8px;
}
@media all and (max-width: 650px) {
  .header-wrap .logo {
    width: 80px;
  }
  .header-wrap .web-title {
    max-width: calc(100% - 120px);
  }
  .header-wrap .web-title ul.web-all-list {
    min-width: initial;
  }
}
@media all and (max-width: 500px) {
  .header-wrap {
    padding: 10px 20px;
  }
  .header-wrap p {
    font-size: 0.813rem;
  }
  .header-wrap .web-title p {
    padding-left: 5px;
  }
  .header-wrap .web-title ul.web-all-list li {
    font-size: 0.813rem;
  }
}

.top-breadcrumb {
  -moz-position: sticky;
  -ms-position: sticky;
  -o-position: sticky;
  position: sticky;
  top: 65px;
  z-index: 7;
  width: 100%;
  min-width: 320px;
  background-color: #fff;
  box-shadow: rgba(226, 218, 218, 0.35) 5px 5px 10px;
}
.top-breadcrumb .mid-cont {
  padding: 15px 0;
  width: calc(100% - 40px);
  max-width: 1090px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top-breadcrumb .mid-cont a.home {
  width: 46px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  display: block;
  background: url(../images/svg/home.svg) center center no-repeat;
  background-size: 60%;
}
.top-breadcrumb .mid-cont a.home:hover {
  background-color: #f8f8f8;
}
.top-breadcrumb .mid-cont .dropdown-list {
  top: 30px;
  left: -4px;
  z-index: 1;
}
.top-breadcrumb .mid-cont .the-select::after {
  width: 8px;
  right: 5px;
}
.top-breadcrumb .mid-cont .the-select select {
  padding-left: 15px;
  font-size: 0.813rem;
  border: none;
  height: 35px;
  line-height: 34px;
}
@media all and (max-width: 650px) {
  .top-breadcrumb .mid-cont {
    padding: 10px 0;
  }
  .top-breadcrumb .mid-cont a.home {
    width: 40px;
    height: 35px;
  }
}
@media all and (max-width: 500px) {
  .top-breadcrumb {
    top: 55px;
  }
  .top-breadcrumb .mid-cont .the-select select {
    padding-right: 20px;
  }
}

.top-holkee-news {
  width: 100%;
  min-width: 320px;
  background-color: #fff;
  box-shadow: rgba(226, 218, 218, 0.35) 5px 5px 10px;
}
.top-holkee-news .mid-cont {
  padding: 20px 0;
  width: calc(100% - 40px);
  max-width: 1090px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top-holkee-news .mid-cont a {
  position: relative;
  padding-left: 38px;
  color: #222;
  line-height: 1.5;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 20px;
  overflow: hidden;
}
.top-holkee-news .mid-cont a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 18px;
  display: block;
  background: url(../images/svg/icon_bullhorn.svg) center center no-repeat;
  background-size: contain;
}
.top-holkee-news .mid-cont a:hover {
  text-decoration: underline;
}
@media all and (max-width: 650px) {
  .top-holkee-news .mid-cont {
    padding: 15px 0;
  }
  .top-holkee-news .mid-cont a {
    font-size: 0.875rem;
    padding-left: 30px;
  }
  .top-holkee-news .mid-cont a::after {
    width: 15px;
  }
}
@media all and (max-width: 400px) {
  .top-holkee-news .mid-cont {
    padding: 10px 0;
  }
  .top-holkee-news .mid-cont a {
    font-size: 0.813rem;
  }
}

.top-text-wrap {
  position: relative;
  width: 100%;
  width: calc(100% - 40px);
  max-width: 1090px;
  min-width: 320px;
  margin: 30px auto;
}
@media all and (max-width: 500px) {
  .top-text-wrap {
    margin: 25px auto;
  }
}
.top-text-wrap h3.main-title {
  font-weight: bold;
  font-size: 1.625rem;
  position: relative;
  padding: 25px 0;
  margin-bottom: 20px;
  max-width: calc(100% - 190px);
}
.top-text-wrap h3.main-title.brand::before, .top-text-wrap h3.main-title.shop::before {
  content: "　";
  display: inline-block;
  width: 28px;
  line-height: 28px;
  margin: 0 5px 0 0;
  background: center center no-repeat;
}
.top-text-wrap h3.main-title.brand::before {
  background-image: url(../images/svg/icon_plans_brand.svg);
}
.top-text-wrap h3.main-title.shop::before {
  background-image: url(../images/svg/icon_plans_shop.svg);
}
.top-text-wrap h3.main-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #DCA60F;
}
.top-text-wrap h4.sub-title {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 20px;
}
.top-text-wrap .automatic-type, .top-text-wrap .order-type, .top-text-wrap .role-type {
  border-radius: 4px;
  padding: 5px 10px;
  background-color: #fff;
  font-size: 0.813rem;
  font-weight: initial;
  border: 1px solid #DFDFDF;
  margin: 2px 10px;
  display: inline-block;
}
.top-text-wrap .question-mark {
  padding: 0 5px;
}
.top-text-wrap .text {
  line-height: 1.5;
}
.top-text-wrap .text a {
  color: #0058CB;
  text-decoration: underline;
}
.top-text-wrap .text a:hover {
  text-decoration: none;
}
.top-text-wrap .btn {
  position: absolute;
  right: 0;
  top: 20px;
}
.top-text-wrap .btn .btn-primary-xl {
  min-width: 50px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 12px;
}
@media all and (max-width: 750px) {
  .top-text-wrap .automatic-type, .top-text-wrap .order-type, .top-text-wrap .role-type {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px 10px 10px 0;
  }
}
@media all and (max-width: 700px) {
  .top-text-wrap {
    margin: 25px auto 10px auto;
  }
  .top-text-wrap h3.main-title {
    font-size: 1.25rem;
    max-width: calc(100% - 60px);
  }
  .top-text-wrap h4.sub-title {
    font-size: 0.938rem;
    padding-bottom: 10px;
  }
  .top-text-wrap .text, .top-text-wrap .note-list {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 500px) {
  .top-text-wrap {
    margin: 15px auto 0 auto;
  }
  .top-text-wrap .note-list {
    font-size: 0.813rem;
  }
  .top-text-wrap .automatic-type, .top-text-wrap .order-type, .top-text-wrap .role-type {
    font-size: 0.688rem;
    padding: 5px 8px;
  }
}
@media all and (max-width: 450px) {
  .top-text-wrap .btn .btn-primary-xl {
    min-width: 40px;
  }
}

.user-id h3.main-title {
  text-align: center;
  max-width: initial;
  line-height: 1.5;
  margin: 0;
  padding: 10px 0;
}
.user-id h3.main-title::after {
  display: none;
}
.user-id .role-type {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 12px auto 0 auto;
}
.user-id .name {
  color: #DCA60F;
}
@media all and (max-width: 500px) {
  .user-id {
    padding-bottom: 15px;
  }
}

.form-tools {
  width: calc(100% - 40px);
  max-width: 1090px;
  min-width: 320px;
  margin: 0px auto;
}
.form-tools .both-calendar {
  max-width: 400px;
  margin-right: 4px;
  background-color: #fff;
  display: inline-block;
  border: #DCDCDC 1px solid;
  border-radius: 4px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  display: flex;
  align-items: center;
}
.form-tools .both-calendar .calendar {
  color: #333;
  height: 46px;
  font-size: 0.938rem;
  max-width: 200px;
  background-color: transparent;
  padding: 0 15px;
  flex: calc(50% - 10px);
}
.form-tools .both-calendar span {
  padding: 0 15px;
}
.form-tools .both-calendar:hover {
  border-color: #888;
}
.form-tools .the-select {
  margin-right: 4px;
}
.form-tools .the-select select {
  background-color: #fff;
}
.form-tools .tools a.icon {
  background-color: #fff;
  width: 46px;
  height: 46px;
}
.form-tools .tools a.icon:hover {
  border-color: #888;
}
.form-tools .search-tools {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.form-tools .search-tools input.default {
  max-width: 522px;
  margin-right: 4px;
}
.form-tools .search-tools .the-select {
  width: 100%;
  max-width: 520px;
}
.form-tools .type-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.form-tools .type-btn a {
  color: #838383;
  background-color: #E3E3E3;
  border-color: #E3E3E3;
  margin-left: 5px;
}
.form-tools .type-btn a.selected {
  background-color: #fff;
  color: #333333;
  border-color: #fff;
}
.form-tools .batch-btn .btn-primary-line-m {
  margin-right: 5px;
  background-color: #fff;
  border-color: #DCDCDC;
  font-weight: normal;
}
.form-tools .batch-btn .btn-primary-line-m i {
  padding-left: 5px;
}
.form-tools .batch-btn .btn-primary-line-m:hover {
  border-color: #222;
}
.form-tools .batch-btn .btn-disabled {
  cursor: initial;
  color: #B1B1B1;
}
.form-tools .batch-btn .btn-disabled:hover {
  opacity: 1;
  border-color: #DCDCDC;
}
.form-tools .batch-btn .the-select {
  margin-left: auto;
}
.form-tools .batch-btn .the-select select {
  height: 35px;
  line-height: 33px;
}
.form-tools .batch-btn .fl-l {
  margin-left: initial;
}
@media all and (max-width: 500px) {
  .form-tools {
    margin: 0 auto;
  }
  .form-tools .search-tools {
    margin-bottom: 15px;
  }
  .form-tools .tools a.icon {
    width: 40px;
    height: 40px;
  }
  .form-tools .both-calendar {
    max-width: 100%;
  }
  .form-tools .both-calendar span {
    padding: 0 5px;
  }
  .form-tools .both-calendar .calendar {
    height: 40px;
    padding: 0 8px;
    font-size: 0.813rem;
  }
}

.mid-content {
  width: calc(100% - 40px);
  max-width: 1090px;
  min-width: 320px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 12px;
  margin: 20px auto 50px auto;
}
@media all and (max-width: 500px) {
  .mid-content {
    margin: 25px auto;
  }
}

.mid-cont-transparent {
  width: calc(100% - 40px);
  max-width: 1090px;
  min-width: 320px;
  margin: 0 auto 60px auto;
}
@media all and (max-width: 500px) {
  .mid-cont-transparent {
    margin: 25px auto;
  }
}
.mid-cont-transparent .fr .btn-primary-line-xl {
  margin-left: auto;
  min-width: 50px;
}
@media all and (max-width: 450px) {
  .mid-cont-transparent .fr .btn-primary-line-xl {
    min-width: 40px;
  }
}

.samerow-radio,
.samerow-checkbox,
.samerow-select {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.for-input-label {
  padding-bottom: 10px;
  position: relative;
}
.for-input-label .text {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0.875rem;
}
@media all and (max-width: 500px) {
  .for-input-label .text {
    font-size: 0.813rem;
  }
}

.top-tab {
  background-color: #F8F8F8;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 30px 15px 30px;
}
.top-tab li {
  margin: 0 10px 10px 0px;
}
.top-tab li a {
  padding: 0 15px;
  font-size: 0.875rem;
  font-weight: normal;
  border-color: #DCDCDC;
  background-color: #fff;
  min-width: 136px;
}
.top-tab li.selected a {
  background-color: #222;
  color: #fff;
}
.top-tab li.selected a:hover {
  opacity: 1;
}
@media all and (max-width: 600px) {
  .top-tab {
    padding: 20px 20px 10px 20px;
  }
  .top-tab li a {
    padding: 0 10px;
    min-width: 120px;
    font-size: 0.813rem;
  }
}
@media all and (max-width: 500px) {
  .top-tab {
    padding: 10px;
  }
  .top-tab li {
    margin: 5px;
    flex: calc(50% - 20px);
    max-width: calc(50% - 10px);
  }
}

.filter-data {
  padding: 15px 25px 35px 25px;
  width: calc(100% - 40px);
  max-width: 1090px;
  min-width: 320px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 12px;
  background-color: #F8F8F8;
  margin-bottom: 30px;
}
@media all and (max-width: 500px) {
  .filter-data {
    margin: 25px auto;
  }
}
.filter-data .search-tools {
  margin-bottom: 10px;
}
.filter-data .search-tools .tools a {
  margin: 0 5px 0 7px;
}
.filter-data .icon-search {
  max-width: 50%;
}
.filter-data .icon-search input.default {
  max-width: 100%;
  margin-right: 0;
}
.filter-data .w-multiple {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.filter-data .w-multiple .the-select {
  margin-right: 10px;
  margin-bottom: 10px;
}
.filter-data .w-multiple .the-select:nth-child(4) {
  margin-right: 0;
}
.filter-data .filter-tools {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 25px;
}
.filter-data .filter-tools .condition {
  cursor: pointer;
  display: inline-block;
  margin: 3.5px 5px 10px 0;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  background-color: #fff;
}
.filter-data .filter-tools .condition a {
  font-size: 0.875rem;
  line-height: 1.88;
  color: #222;
  padding: 10px 20px;
  display: inline-block;
}
.filter-data .filter-tools .condition a i {
  padding-left: 10px;
}
.filter-data .filter-tools .condition:hover {
  border-color: #222;
}
.filter-data .filter-tools .both-calendar {
  max-width: initial;
}
.filter-data .filter-tools .both-calendar span {
  font-size: 0.875rem;
  padding: 0 8px;
}
.filter-data .filter-tools .both-calendar span:first-child {
  padding-left: 20px;
}
.filter-data .filter-tools .selected {
  border-color: #222;
}
.filter-data .filter-tools .selected a {
  color: #fff;
  background-color: #222;
}
.filter-data .filter-tools .selected:hover {
  border-color: #222;
}
@media all and (max-width: 500px) {
  .filter-data .filter-tools .condition {
    margin-bottom: 5px;
  }
  .filter-data .filter-tools .condition a {
    font-size: 0.813rem;
  }
  .filter-data .filter-tools .both-calendar {
    padding: 10px 10px 2.5px 10px;
    margin-right: 0;
  }
  .filter-data .filter-tools .both-calendar span:first-child {
    font-size: 0.813rem;
    display: block;
    padding-left: 10px;
  }
}
@media all and (max-width: 400px) {
  .filter-data .filter-tools .both-calendar span {
    padding: 0;
  }
  .filter-data .filter-tools .both-calendar .calendar {
    padding: 0 5px;
  }
}
@media all and (max-width: 780px) {
  .filter-data .icon-search {
    max-width: 100%;
  }
  .filter-data .icon-search .tools a {
    margin-right: 0;
  }
  .filter-data .w-multiple {
    flex-wrap: wrap;
  }
  .filter-data .w-multiple .the-select {
    max-width: initial;
    flex: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .filter-data .w-multiple .the-select:nth-child(2), .filter-data .w-multiple .the-select:nth-child(4) {
    margin-right: 0;
  }
}
@media all and (max-width: 600px) {
  .filter-data .icon-search {
    margin-bottom: 5px;
  }
  .filter-data .icon-search .tools a {
    margin-left: 5px;
  }
  .filter-data .w-multiple {
    padding-bottom: 20px;
  }
  .filter-data .w-multiple .the-select {
    margin-bottom: 5px;
  }
  .filter-data .w-multiple .the-select:nth-child(1), .filter-data .w-multiple .the-select:nth-child(3) {
    margin-right: 5px;
  }
}

.edit-classification-list {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 6px 8px;
  display: flex;
  flex-wrap: wrap;
}
.edit-classification-list:hover {
  border-color: #222;
}
.edit-classification-list input {
  font-size: 14px;
  border: none;
  width: initial;
  padding: 5px 10px;
}
.edit-classification-list::after {
  top: 22px;
}
.edit-classification-list .a-classification {
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  padding: 8px 15px;
  margin: 3.5px;
}
.edit-classification-list .a-classification p {
  font-size: 0.875rem;
  color: #333333;
}
.edit-classification-list .a-classification a {
  padding-left: 10px;
  color: #333333;
  opacity: 0.65;
}
.edit-classification-list .a-classification a:hover {
  opacity: 1;
}
.edit-classification-list .a-classification:hover {
  background-color: #F5F5F5;
  border-color: #888;
}
@media all and (max-width: 500px) {
  .edit-classification-list input {
    font-size: 0.813rem;
  }
  .edit-classification-list .a-classification {
    padding: 6px 10px;
  }
  .edit-classification-list .a-classification p {
    font-size: 0.813rem;
  }
}

.text-note {
  padding: 12px 20px;
  margin-bottom: 10px;
  background-color: #FFFEE7;
  border: 1px solid #E2E3C1;
  border-radius: 4px;
}
.text-note i {
  padding-right: 8px;
}
.text-note p {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media all and (max-width: 500px) {
  .text-note {
    padding: 6px 12px;
  }
  .text-note p {
    font-size: 0.75rem;
  }
}

.bg-note-red {
  border-color: #FFA0B0;
  background-color: #FFF5F5;
}

.bg-note-green {
  border-color: #72CA3F;
  background-color: #f5ffef;
}

.btn .text-note {
  z-index: 5;
  position: absolute;
  top: -10px;
}

.transfer-info {
  margin: 30px auto;
  border: 1px solid #E2E3C1;
  border-radius: 4px;
  margin-bottom: 20px;
}
.transfer-info .top-title {
  border: none;
  border-radius: initial !important;
  border-bottom: 1px solid #E2E3C1 !important;
  background-color: #FFFEE7 !important;
  padding: 15px;
}
.transfer-info .top-title h4 {
  font-weight: bold;
}
.transfer-info .label-title {
  flex: 25%;
  padding: 10px 0;
  line-height: 1.5;
  font-size: 0.875rem;
}
.transfer-info p {
  flex: 75%;
  padding: 10px 0;
  line-height: 1.5;
  font-size: 0.875rem;
}
.transfer-info ul {
  padding: 10px 15px;
}
.transfer-info ul li {
  display: flex;
}
@media all and (max-width: 600px) {
  .transfer-info .top-title h4 {
    font-size: 0.938rem;
  }
  .transfer-info .label-title {
    font-size: 0.875rem;
  }
  .transfer-info p {
    flex: 60%;
  }
}

.form-style label.label-title {
  color: #222;
  font-weight: bold;
  padding: 15px 0;
  display: block;
  display: flex;
  align-items: center;
}
.form-style form {
  padding: 20px 30px 30px 30px;
  margin: 0 auto;
}
.form-style form .a-row {
  padding: 5px 0;
}
.form-style form.account .a-row {
  position: relative;
}
.form-style form.account .a-row p.fl-r {
  position: absolute;
  right: 6px;
  top: calc(50% - 16.5px);
  font-size: 0.875rem;
}
.form-style form.account .a-row p.fl-r a {
  position: relative;
  padding: 10px;
  display: block;
  color: #222;
}
.form-style form.account .a-row p.fl-r a:hover {
  text-decoration: underline;
}
.form-style form.account .a-row p.fl-r.text-verified a {
  padding-left: 30px;
}
.form-style form.account .a-row p.fl-r.text-verified a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  left: 8px;
  top: calc(50% - 7.5px);
  background-image: url(../images/svg/circle_check_yello.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.form-style form.account .a-row p.fl-r.text-pw {
  font-size: 0.813rem;
}
.form-style form.account input.user:disabled {
  padding-right: 82px;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.form-style form.account .btn {
  padding-top: 30px;
}
@media all and (max-width: 500px) {
  .form-style form.account .a-row p.fl-r {
    font-size: 0.813rem;
  }
}
.form-style form.cancel-form .default {
  margin-bottom: 10px;
}
.form-style form.cancel-form .both-btn {
  padding: 0;
}
.form-style form ul.card-icons {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.form-style form ul.card-icons li {
  display: flex;
  width: 40px;
  margin-right: 15px;
}
.form-style form ul.card-icons li img {
  width: 100%;
}
.form-style form.add-credit-card .a-row .fl {
  display: flex;
  align-items: center;
}
.form-style form.add-credit-card .a-row .fl label {
  padding-right: 10px;
}
.form-style form.add-credit-card .fl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.form-style form.add-credit-card .fl .w1 {
  flex: 1;
}
.form-style form.add-credit-card .fl .w1:nth-child(1) {
  padding-right: 5px;
}
.form-style form.add-credit-card .fl .w1:nth-child(2) {
  padding-left: 5px;
}
.form-style form.setting-form {
  position: relative;
}
.form-style form.setting-form .switch-type {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.form-style form.setting-form .switch-type input {
  top: 10px;
}
.form-style form.setting-form .switch-type p {
  padding-left: 15px;
}
@media all and (max-width: 500px) {
  .form-style form.setting-form .switch-type p {
    font-size: 0.875rem;
  }
}
.form-style form.setting-form .website-title {
  display: flex;
  align-items: center;
}
.form-style form.setting-form .website-title p {
  line-height: 44px;
  height: 46px;
  padding: 0 20px;
  font-size: 0.938rem;
  border-radius: 4px 0 0 4px;
  border: #DCDCDC 1px solid;
  border-width: 1px 0 1px 1px;
  background-color: #F2F2F2;
  color: #333;
  white-space: nowrap;
}
.form-style form.setting-form .website-title input {
  border-radius: 0;
}
.form-style form.setting-form .website-title input:disabled {
  border-radius: 0 4px 4px 0;
}
.form-style form.setting-form .website-title .btn-primary-l {
  border-radius: 0 4px 4px 0;
}
@media all and (max-width: 600px) {
  .form-style form.setting-form .website-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-style form.setting-form .website-title p {
    width: 100%;
    border-radius: 4px 4px 0 0;
    border-width: 1px 1px 0 1px;
  }
  .form-style form.setting-form .website-title input {
    border-radius: 0 0 4px 4px;
  }
  .form-style form.setting-form .website-title input:disabled {
    border-radius: 0 0 4px 4px;
  }
  .form-style form.setting-form .website-title .btn-primary-l {
    border-radius: 4px;
    margin-top: 15px;
  }
}
@media all and (max-width: 500px) {
  .form-style form.setting-form .website-title p {
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 0.813rem;
  }
  .form-style form.setting-form .website-title .btn-primary-l {
    height: 40px;
  }
}
.form-style form.setting-form .text-domain {
  border: 1px solid #E2E3C1;
  border-radius: 4px;
  padding: 10px 15px;
  background-color: #FFFEE7;
  font-size: 0.875rem;
  line-height: 1.5;
  display: inline-block;
}
.form-style form.setting-form .text-domain .ok {
  padding-left: 20px;
  position: relative;
}
.form-style form.setting-form .text-domain .ok::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  left: 0;
  top: 4px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/svg/circle_check_green.svg);
}
.form-style form.setting-form .text-domain .no > span {
  font-size: 0.938rem;
  padding-right: 2px;
}
.form-style form.setting-form .text-domain a {
  font-weight: bold;
  color: #0058CB;
}
.form-style form.setting-form .text-domain a:hover {
  text-decoration: underline;
}
@media all and (max-width: 500px) {
  .form-style form.setting-form .text-domain {
    font-size: 0.813rem;
  }
  .form-style form.setting-form .text-domain .ok::before, .form-style form.setting-form .text-domain .no::before {
    top: 3px;
  }
}
.form-style form.setting-form .text-delete {
  display: flex;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  align-items: center;
  margin: 15px 0 30px 0;
}
.form-style form.setting-form .text-delete .text {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-right: 10px;
}
.form-style form.setting-form .text-delete a {
  margin-left: auto;
}
@media all and (max-width: 500px) {
  .form-style form.setting-form .text-delete {
    flex-flow: wrap;
  }
  .form-style form.setting-form .text-delete .text {
    padding: 0 0 10px 0;
    font-size: 0.813rem;
  }
  .form-style form.setting-form .text-delete a {
    margin-left: initial;
  }
}
.form-style form.setting-form .text-note {
  font-size: 0.813rem;
  display: block;
  color: #888;
}
.form-style form.setting-form .text-note a {
  color: #0058CB;
}
.form-style form.setting-form .text-note a:hover {
  text-decoration: underline;
}
.form-style form.setting-form h4.sub-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 45px 0 20px 0;
}
.form-style form.setting-form h4.sub-title:first-child {
  padding-top: 0;
}
@media all and (max-width: 500px) {
  .form-style form.setting-form h4.sub-title {
    font-size: 1.125rem;
    padding-bottom: 10px;
  }
}
.form-style form.setting-form .max-w50 {
  max-width: 50%;
}
.form-style form.setting-form .policy-radio {
  display: flex;
}
.form-style form.setting-form .terms-tools {
  width: 100%;
  display: flex;
  align-items: center;
}
.form-style form.setting-form .terms-tools h4.sub-title {
  padding-bottom: 0;
}
.form-style form.setting-form .terms-tools .tools {
  margin-left: auto;
}
.form-style form.setting-form .terms-tools .tools a.icon-edit {
  background-color: #222;
  color: #fff;
}
.form-style form.setting-form .terms-tools .tools a.icon-edit:hover {
  opacity: 0.8;
}
.form-style form.setting-form .text-reminder a {
  color: #0058CB;
  text-decoration: underline;
}
.form-style form.setting-form .text-reminder a:hover {
  text-decoration: none;
}
.form-style form.setting-storeinfo .samerow-select .the-select {
  flex: calc(33% - 7px);
  margin-right: 7px;
}
.form-style form.setting-storeinfo .samerow-select .the-select:nth-child(3) {
  margin-right: 0px;
}
.form-style form.setting-storeinfo .a-row > .the-select:nth-child(3) {
  margin-top: 10px;
}
.form-style form.member-setting h4.sub-title {
  font-size: 1.25rem;
}
.form-style form.member-setting .b-line {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 15px;
}
.form-style form.member-setting .website-title input {
  border-radius: 4px 0 0 4px;
}
.form-style form.member-setting .btn {
  padding-top: 30px;
}
.form-style form.orderinfo-form .top-title {
  background-color: #F9F9F9;
  border-radius: 4px;
  padding: 10px 20px;
  border-bottom: 1px solid #E1E1E1;
  display: flex;
  align-items: center;
  min-height: 55px;
}
.form-style form.orderinfo-form .top-title h4 {
  font-size: 1.125rem;
  font-weight: bold;
}
.form-style form.orderinfo-form .top-title .type-tools {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.form-style form.orderinfo-form .top-title .type-tools p {
  padding-right: 10px;
  font-size: 0.875rem;
}
.form-style form.orderinfo-form .top-title .type-tools .the-select select {
  font-size: 0.875rem;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  padding-left: 15px;
}
.form-style form.orderinfo-form .top-title .type-tools .btn-primary-line-m {
  min-width: initial;
  background-color: #fff;
  border-color: #DCDCDC;
  padding: 0 15px;
  font-weight: initial;
}
.form-style form.orderinfo-form .top-title .type-tools .btn-primary-line-m i {
  padding-left: 5px;
}
.form-style form.orderinfo-form .top-title .type-tools .btn-primary-line-m:hover {
  border-color: #222;
}
.form-style form.orderinfo-form .c-blue {
  color: #0058CB;
}
.form-style form.orderinfo-form .service-order-notice {
  justify-content: space-between;
}
.form-style form.orderinfo-form .service-order-notice .clear-button {
  cursor: pointer;
  padding: 5px;
  border-radius: 3px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.form-style form.orderinfo-form .service-order-notice .clear-button:hover {
  background-color: #d3d3d3;
}
.form-style form.orderinfo-form ul.a-row {
  padding: 15px 20px 40px 20px;
}
.form-style form.orderinfo-form ul.a-row li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
}
.form-style form.orderinfo-form ul.a-row li .label-title {
  flex: 25%;
  font-weight: initial;
  font-size: 0.938rem;
  line-height: 1.5;
}
.form-style form.orderinfo-form ul.a-row li p.text {
  flex: 75%;
  padding: 15px 0;
  line-height: 1.5;
  font-size: 0.938rem;
}
.form-style form.orderinfo-form ul.a-row li .result-text {
  flex: 75%;
}
.form-style form.orderinfo-form ul.a-row li .result-text .c-blue {
  font-weight: bold;
}
.form-style form.orderinfo-form ul.a-row li .result-text input {
  height: 35px;
  line-height: 35px;
  max-width: 200px;
}
.form-style form.orderinfo-form ul.a-row li .result-products, .form-style form.orderinfo-form ul.a-row li .result-price {
  flex: 75%;
}
.form-style form.orderinfo-form ul.a-row li .result-products li, .form-style form.orderinfo-form ul.a-row li .result-price li {
  padding: 15px 0 8px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.form-style form.orderinfo-form ul.a-row li .result-products li .photo, .form-style form.orderinfo-form ul.a-row li .result-price li .photo {
  width: 76px;
  height: 76px;
  margin-right: 15px;
}
.form-style form.orderinfo-form ul.a-row li .result-products li .photo img, .form-style form.orderinfo-form ul.a-row li .result-price li .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.form-style form.orderinfo-form ul.a-row li .result-products li p, .form-style form.orderinfo-form ul.a-row li .result-price li p {
  font-size: 0.875rem;
  line-height: 1.8;
}
.form-style form.orderinfo-form ul.a-row li .result-products li p.info, .form-style form.orderinfo-form ul.a-row li .result-price li p.info {
  max-width: calc(100% - 200px);
}
.form-style form.orderinfo-form ul.a-row li .result-products li p.info .product-category, .form-style form.orderinfo-form ul.a-row li .result-price li p.info .product-category {
  border: 1px solid;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 0.75rem;
}
.form-style form.orderinfo-form ul.a-row li .result-products li p.price, .form-style form.orderinfo-form ul.a-row li .result-price li p.price {
  margin-left: auto;
  text-align: right;
}
.form-style form.orderinfo-form ul.a-row li .result-products li p .c-blue, .form-style form.orderinfo-form ul.a-row li .result-price li p .c-blue {
  font-size: 0.813rem;
  display: block;
}
.form-style form.orderinfo-form ul.a-row li .result-products li {
  border-bottom: 1px solid #E1E1E1;
}
.form-style form.orderinfo-form ul.a-row li .result-products li:last-child {
  border: none;
}
.form-style form.orderinfo-form ul.a-row li .result-price {
  flex-direction: column;
}
.form-style form.orderinfo-form ul.a-row li .result-price div {
  width: 100%;
  padding: 8px 0;
  display: flex;
}
.form-style form.orderinfo-form ul.a-row li .result-service-order {
  flex: 75%;
}
.form-style form.orderinfo-form ul.a-row li .result-service-order li {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.form-style form.orderinfo-form ul.a-row li .result-service-order li .service-content-block {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: start;
}
.form-style form.orderinfo-form ul.a-row li .result-service-order li .service-content {
  padding: 0px;
  word-break: break-word;
}
.form-style form.orderinfo-form ul.a-row li .result-service-order li .photo {
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
}
@media screen and (width < 500px) {
  .form-style form.orderinfo-form ul.a-row li .result-service-order li .photo {
    width: 90px;
    height: 90px;
  }
}
.form-style form.orderinfo-form ul.a-row li .result-service-order li .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.form-style form.orderinfo-form ul.a-row li .result-service-order li p {
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-style form.orderinfo-form ul.a-row li .result-service-order li p.info {
  max-width: calc(100% - 200px);
}
.form-style form.orderinfo-form ul.a-row li .result-service-order li p.price {
  margin-left: auto;
  text-align: right;
}
.form-style form.orderinfo-form ul.a-row li .result-service-order li p .c-blue {
  font-size: 0.813rem;
  display: block;
}
.form-style form.orderinfo-form ul.a-row li .service-attendance {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.form-style form.orderinfo-form ul.a-row li .service-attendance div {
  display: flex;
  justify-content: space-between;
}
.form-style form.orderinfo-form ul.a-row li.total-amount {
  padding: 10px 0;
  border: 1px solid #E1E1E1;
  border-width: 1px 0 1px 0;
}
.form-style form.orderinfo-form ul.a-row li.total-amount p {
  text-align: right;
  font-weight: bold;
}
.form-style form.orderinfo-form .both-btn {
  padding-top: 0;
}
.form-style form.orderinfo-form .transfer-info ul {
  padding-bottom: 20px;
}
@media all and (max-width: 750px) {
  .form-style form.orderinfo-form ul.a-row li .label-title {
    flex: 40%;
  }
  .form-style form.orderinfo-form ul.a-row li p.text {
    flex: 60%;
    word-break: break-word;
  }
  .form-style form.orderinfo-form ul.a-row li .result-text {
    flex: 60%;
  }
}
@media all and (max-width: 600px) {
  .form-style form.orderinfo-form .top-title h4 {
    font-size: 0.938rem;
  }
  .form-style form.orderinfo-form .top-title .type-tools p, .form-style form.orderinfo-form .top-title .type-tools .the-select select {
    font-size: 0.813rem;
  }
  .form-style form.orderinfo-form ul.a-row li .label-title {
    font-size: 0.875rem;
    padding: 12px 0;
  }
  .form-style form.orderinfo-form ul.a-row li p.text {
    padding: 12px 0;
    font-size: 0.875rem;
  }
  .form-style form.orderinfo-form ul.a-row li .result-products li {
    align-items: self-start;
  }
  .form-style form.orderinfo-form ul.a-row li .result-products li .info, .form-style form.orderinfo-form ul.a-row li .result-products li .price {
    font-size: 0.813rem;
  }
}
@media all and (max-width: 500px) {
  .form-style form.orderinfo-form .top-title {
    min-height: 50px;
    padding: 5px 15px;
  }
  .form-style form.orderinfo-form ul.a-row {
    padding: 10px 15px 20px 15px;
  }
  .form-style form.orderinfo-form ul.a-row li .result-products li .photo {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .form-style form.orderinfo-form ul.a-row li .result-products li p.info {
    max-width: calc(100% - 160px);
    font-size: 0.75rem;
  }
  .form-style form.orderinfo-form ul.a-row li .result-products li p .c-blue {
    font-size: 0.688rem;
  }
}
.form-style form .edit-email-list {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 6px 8px;
  display: flex;
  flex-wrap: wrap;
}
.form-style form .edit-email-list:hover {
  border-color: #222;
}
.form-style form .edit-email-list input {
  font-size: 14px;
  border: none;
  width: initial;
  padding: 5px 10px;
}
.form-style form .edit-email-list .a-mail {
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  padding: 8px 15px;
  margin: 3.5px;
}
.form-style form .edit-email-list .a-mail p {
  font-size: 0.875rem;
  color: #333333;
}
.form-style form .edit-email-list .a-mail a {
  padding-left: 10px;
  color: #333333;
  opacity: 0.65;
}
.form-style form .edit-email-list .a-mail a:hover {
  opacity: 1;
}
.form-style form .edit-email-list .a-mail:hover {
  background-color: #F5F5F5;
  border-color: #888;
}
@media all and (max-width: 500px) {
  .form-style form .edit-email-list input {
    font-size: 0.813rem;
  }
  .form-style form .edit-email-list .a-mail {
    padding: 6px 10px;
  }
  .form-style form .edit-email-list .a-mail p {
    font-size: 0.813rem;
  }
}
.form-style form .parsley-error {
  border-color: #FF5539;
}
.form-style form .parsley-error:hover {
  border-color: #FF5539;
}
.form-style form.setting-productinfo {
  max-width: initial;
  padding-top: 20px;
}
.form-style form.setting-productinfo .fl {
  display: flex;
  align-items: center;
}
.form-style form.setting-productinfo .fl .btn {
  margin-left: auto;
}
.form-style form.setting-productinfo .btn-primary-m {
  min-width: 35px;
}
.form-style form.setting-productinfo .text {
  margin-top: 10px;
  font-size: 0.875rem;
}
.form-style form.setting-productinfo .text span {
  font-size: 0.813rem;
  color: #555;
  padding-left: 10px;
}
.form-style form.setting-productinfo .ok, .form-style form.setting-productinfo .reserve {
  padding-left: 28px;
  position: relative;
}
.form-style form.setting-productinfo .ok::before, .form-style form.setting-productinfo .reserve::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  left: 0;
  top: calc(50% - 9px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.form-style form.setting-productinfo .ok::before {
  background-image: url(../images/svg/circle_check_green.svg);
}
.form-style form.setting-productinfo .reserve::before {
  background-image: url(../images/svg/circle_clock_yello.svg);
}
.form-style form.setting-productinfo .html-cont {
  width: 100%;
  margin-top: 10px;
}
.form-style form.setting-productinfo .html-cont figure {
  margin: 0;
}
.form-style form.setting-productinfo .html-cont p {
  line-height: 1.5;
}
.form-style form.setting-productinfo .html-cont strong {
  font-weight: bold;
}
.form-style form.setting-productinfo .html-cont h1 {
  font-size: 24px;
}
.form-style form.setting-productinfo .html-cont h2 {
  font-size: 20px;
}
.form-style form.setting-productinfo .html-cont h3 {
  font-size: 18px;
}
.form-style form.setting-productinfo .html-cont i {
  font-style: italic;
}
.form-style form.setting-productinfo .html-cont ul, .form-style form.setting-productinfo .html-cont ol {
  padding-left: 20px;
}
.form-style form.setting-productinfo .html-cont ul li, .form-style form.setting-productinfo .html-cont ol li {
  padding-bottom: 5px;
  line-height: 1.2;
}
.form-style form.setting-productinfo .set-notyet {
  border: 1px solid #E1E1E1;
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.form-style form.setting-productinfo .set-notyet p.text {
  margin: 0;
  color: #555;
  font-size: 0.875rem;
}
.form-style form.setting-productinfo .batch-btn .the-select {
  margin-left: 10px;
}
.form-style form.setting-productinfo .batch-btn .the-select select {
  padding: 0px 30px 0px 15px;
  height: 35px;
  line-height: 33px;
  font-size: 0.813rem;
}
.form-style form.setting-productinfo .product-list {
  width: 100%;
  margin: 15px 0;
}
.form-style form.setting-productinfo .product-list .a-row {
  padding: 0 35px 0 5px;
  position: relative;
}
.form-style form.setting-productinfo .product-list .a-row > div {
  padding: 5px;
}
.form-style form.setting-productinfo .product-list .a-row > div .text-reminder {
  padding: initial;
}
.form-style form.setting-productinfo .product-list .a-row .tools {
  min-width: initial;
}
.form-style form.setting-productinfo .product-list .bg-title {
  top: 135px;
  position: sticky;
}
.form-style form.setting-productinfo .product-list .photo {
  position: relative;
}
.form-style form.setting-productinfo .product-list .photo .icon-edit {
  color: #222;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 0.65rem;
  text-align: center;
  line-height: 20px;
  border: 1px solid #DCDCDC;
}
.form-style form.setting-productinfo .product-list .photo .img-upload:hover .icon-edit {
  background-color: #222;
  color: #fff;
  border: #222;
}
.form-style form.setting-productinfo .product-list .arr .the-arr {
  position: absolute;
  right: 5px;
  top: calc(50% - 17.5px);
  font-size: 0.813rem;
  cursor: pointer;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.form-style form.setting-productinfo .product-list .arr-up i.the-arr {
  transform: rotate(180deg);
}
.form-style form.setting-productinfo .product-list input {
  height: 35px;
  line-height: 33px;
  padding: 0 10px;
  font-size: 0.875rem;
}
.form-style form.setting-productinfo .product-list .the-select select {
  font-size: 0.875rem;
  height: 35px;
  line-height: 33px;
  padding-left: 10px;
  padding-right: 20px;
  background-color: #fff;
}
.form-style form.setting-productinfo .product-list .btn:last-child {
  margin-top: 15px;
}
.form-style form.setting-productinfo .product-list .tools a.icon-text {
  font-size: 0.75rem;
  width: initial;
  padding: 0 8px;
}
.form-style form.setting-productinfo .product-list .images-select {
  padding-bottom: 0;
}
.form-style form.setting-productinfo .product-list .images-select .img-upload {
  width: 70px;
  height: 70px;
}
.form-style form.setting-productinfo .product-list .images-select .img-upload span {
  font-size: 0.688rem;
}
.form-style form.setting-productinfo .product-list .images-select .img-upload span::before {
  height: 20px;
  top: 10px;
}
.form-style form.setting-productinfo .service-list {
  width: 100%;
  margin: 15px 0;
}
.form-style form.setting-productinfo .service-list .a-row {
  padding: 0 5px 0 5px;
  position: relative;
}
.form-style form.setting-productinfo .service-list .a-row > div {
  padding: 8px;
}
.form-style form.setting-productinfo .service-list .a-row > div .text-reminder {
  padding: initial;
}
.form-style form.setting-productinfo .service-list .a-row .tools {
  min-width: initial;
}
.form-style form.setting-productinfo .service-list .bg-title {
  position: sticky;
}
.form-style form.setting-productinfo .service-list .photo {
  position: relative;
}
.form-style form.setting-productinfo .service-list .photo .icon-edit {
  color: #222;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 0.65rem;
  text-align: center;
  line-height: 20px;
  border: 1px solid #DCDCDC;
}
.form-style form.setting-productinfo .service-list .photo .img-upload:hover .icon-edit {
  background-color: #222;
  color: #fff;
  border: #222;
}
.form-style form.setting-productinfo .service-list .arr .the-arr {
  position: absolute;
  right: 5px;
  top: calc(50% - 17.5px);
  font-size: 0.813rem;
  cursor: pointer;
  height: 35px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.form-style form.setting-productinfo .service-list .arr-up i.the-arr {
  transform: rotate(180deg);
}
.form-style form.setting-productinfo .service-list input {
  height: 35px;
  line-height: 33px;
  padding: 0 10px;
  font-size: 0.875rem;
}
.form-style form.setting-productinfo .service-list .the-select select {
  font-size: 0.875rem;
  height: 35px;
  line-height: 33px;
  padding-left: 10px;
  padding-right: 20px;
  background-color: #fff;
}
.form-style form.setting-productinfo .service-list .btn:last-child {
  margin-top: 15px;
}
.form-style form.setting-productinfo .service-list .tools a.icon-text {
  font-size: 0.75rem;
  width: initial;
  padding: 0 8px;
}
.form-style form.setting-productinfo .service-list .images-select {
  padding-bottom: 0;
}
.form-style form.setting-productinfo .service-list .images-select .img-upload {
  width: 70px;
  height: 70px;
}
.form-style form.setting-productinfo .service-list .images-select .img-upload span {
  font-size: 0.688rem;
}
.form-style form.setting-productinfo .service-list .images-select .img-upload span::before {
  height: 20px;
  top: 10px;
}
.form-style form.setting-productinfo .samerow-select .max-w50 {
  margin-right: 5px;
}
.form-style form.setting-productinfo ul.products-cover {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 15px;
}
.form-style form.setting-productinfo ul.products-cover li {
  padding: 0 20px 20px 0;
}
.form-style form.setting-productinfo ul.products-cover li .images-select > div {
  padding-top: 0;
}
@media all and (max-width: 1150px) {
  .form-style form.setting-productinfo .product-list .bg-title {
    top: 0;
  }
}
@media all and (max-width: 600px) {
  .form-style form.setting-productinfo .max-w50 {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .form-style form.setting-productinfo ul.products-cover li {
    padding: 0 15px 15px 0;
  }
  .form-style form.setting-productinfo ul.products-cover li .images-select .img-upload {
    width: 100px;
    height: 100px;
  }
  .form-style form.setting-productinfo ul.products-cover li .images-select .img-upload span {
    font-size: 0.688rem;
  }
  .form-style form.setting-productinfo ul.products-cover li .images-select .img-upload span::before {
    height: 20px;
    top: 10px;
  }
}
@media all and (max-width: 500px) {
  .form-style form.setting-productinfo p {
    font-size: 0.813rem;
  }
}
@media all and (max-width: 400px) {
  .form-style form.setting-productinfo ul.products-cover li .images-select .img-upload {
    width: 90px;
    height: 90px;
  }
}
.form-style form.upgrade-form .c-gray {
  color: #555;
}
.form-style form.upgrade-form ul.a-row li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.form-style form.upgrade-form ul.a-row li label {
  width: 25%;
  padding-right: 10px;
}
.form-style form.upgrade-form ul.a-row li .text {
  max-width: 75%;
  font-size: 0.938rem;
  padding: 15px 0;
  line-height: 1.2;
}
.form-style form.upgrade-form .card-icons {
  padding-top: 10px;
}
@media all and (max-width: 700px) {
  .form-style form.upgrade-form .max-w50 {
    max-width: 100%;
  }
}
@media all and (max-width: 500px) {
  .form-style form.upgrade-form ul.a-row li label {
    width: 100%;
  }
  .form-style form.upgrade-form ul.a-row li .text {
    padding-top: 0;
    max-width: 100%;
    font-size: 0.875rem;
  }
}
.form-style .text-enable {
  padding: 10px 0 30px 0;
  font-size: 0.813rem;
}
.form-style .text-enable a {
  color: #006cf8;
}
.form-style .text-enable a:hover {
  text-decoration: underline;
}
@media all and (max-width: 500px) {
  .form-style label.label-title {
    font-size: 0.875rem;
  }
  .form-style form {
    padding: 20px;
  }
  .form-style form.cancel-form {
    padding: 5px 20px 20px 20px;
  }
}

.result-service li {
  border-bottom: 1px solid #E1E1E1;
}
.result-service li:last-child {
  border: none;
}

.service-form-table {
  border-radius: 4px;
  overflow: hidden;
}
.service-form-table p {
  font-size: 0.875rem;
  line-height: 1.3;
}
.service-form-table p.text-center {
  text-align: center;
}
.service-form-table h4.sub-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 45px 0 20px 0;
}
@media all and (max-width: 500px) {
  .service-form-table h4.sub-title {
    font-size: 1.125rem;
    padding-bottom: 10px;
  }
}
.service-form-table .icon_shop,
.service-form-table .icon_brand {
  font-weight: bold;
  padding-top: 50px;
  display: inline-block;
  position: relative;
}
.service-form-table .icon_shop::after,
.service-form-table .icon_brand::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 19px;
  display: block;
  top: 20px;
  left: calc(50% - 12px);
}
.service-form-table .icon_shop::after {
  background: url(../images/svg/icon_shop.svg) center center no-repeat;
  background-size: contain;
}
.service-form-table .icon_brand::after {
  background: url(../images/svg/icon_brand.svg) center center no-repeat;
  background-size: contain;
}
.service-form-table .a-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eaeaea;
  align-items: center;
  justify-content: space-between;
}
.service-form-table .a-row > div {
  padding: 10px 20px;
  word-break: break-all;
}
.service-form-table .a-row .w1 {
  flex: 1;
  display: flex;
  justify-content: center;
}
.service-form-table .a-row .w2 {
  flex: 2;
  display: flex;
  justify-content: center;
}
.service-form-table .a-row .w3 {
  flex: 3;
  display: flex;
  justify-content: center;
}
.service-form-table .a-row .w4 {
  flex: 4;
}
.service-form-table .a-row .w5 {
  flex: 5;
}
.service-form-table .a-row .w6 {
  flex: 6;
}
.service-form-table .a-row .w7 {
  flex: 7;
}
.service-form-table .a-row:hover {
  background-color: #f7f7f7;
}
.service-form-table .min-h165 {
  min-height: 165px;
}
.service-form-table .min-h165:hover {
  background-color: inherit;
}
.service-form-table .bg-title {
  border-radius: 4px 4px 0 0;
  color: #fff;
  background-color: #222;
}
.service-form-table .bg-title p {
  font-weight: bold;
  color: #fff;
}
.service-form-table .bg-title:hover {
  background-color: #222;
}
.service-form-table tr.bg-title {
  border-radius: 4px;
}
.service-form-table th {
  padding: 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
}
.service-form-table td {
  vertical-align: top;
  padding: 10px 20px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media all and (max-width: 750px) {
  .service-form-table .a-row > div {
    padding: 10px 15px;
  }
}
@media all and (max-width: 700px) {
  .service-form-table .a-row {
    padding: 5px;
  }
  .service-form-table .a-row div {
    word-break: break-all;
  }
}
@media all and (max-width: 500px) {
  .service-form-table .a-row {
    align-items: flex-start;
  }
  .service-form-table .min-h165 {
    min-height: 65px;
    align-items: center;
  }
  .service-form-table th, .service-form-table td {
    padding: 5px 8px;
    font-size: 0.813rem;
  }
  .service-form-table p {
    font-size: 0.813rem;
  }
}

.service-order-form-table {
  padding: 15px 20px 40px;
  border-radius: 4px;
  overflow: hidden;
}
.service-order-form-table p {
  font-size: 0.875rem;
  line-height: 1.3;
}
.service-order-form-table p.text-center {
  text-align: center;
}
.service-order-form-table .a-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eaeaea;
  align-items: center;
  justify-content: space-between;
}
.service-order-form-table .a-row > div {
  padding: 10px 20px;
  word-break: break-all;
}
.service-order-form-table .a-row .w1 {
  flex: 1;
  display: flex;
  justify-content: center;
}
.service-order-form-table .a-row .w2 {
  flex: 2;
  display: flex;
  justify-content: center;
}
.service-order-form-table .a-row:hover {
  background-color: #f7f7f7;
}
.service-order-form-table .min-h165 {
  min-height: 165px;
}
.service-order-form-table .min-h165:hover {
  background-color: inherit;
}
.service-order-form-table .bg-title {
  border-radius: 4px 4px 0 0;
  color: #fff;
  background-color: #222;
}
.service-order-form-table .bg-title p {
  font-weight: bold;
  color: #fff;
}
.service-order-form-table .bg-title:hover {
  background-color: #222;
}
.service-order-form-table tr.bg-title {
  border-radius: 4px;
}
.service-order-form-table th {
  padding: 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
}
.service-order-form-table td {
  vertical-align: top;
  padding: 10px 20px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media all and (max-width: 750px) {
  .service-order-form-table .a-row > div {
    padding: 10px 15px;
  }
}
@media all and (max-width: 700px) {
  .service-order-form-table .a-row {
    padding: 5px;
  }
  .service-order-form-table .a-row div {
    padding: 5px 8px;
    word-break: break-all;
  }
}
@media all and (max-width: 500px) {
  .service-order-form-table .a-row {
    align-items: flex-start;
  }
  .service-order-form-table .a-row div {
    padding: 5px;
  }
  .service-order-form-table .min-h165 {
    min-height: 65px;
    align-items: center;
  }
  .service-order-form-table th, .service-order-form-table td {
    padding: 5px 8px;
    font-size: 0.813rem;
  }
  .service-order-form-table p {
    font-size: 0.813rem;
  }
}

.service-custom-popup .service-space {
  display: flex;
  align-items: center;
  margin-top: 20px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.service-custom-popup .service-space div {
  width: 100px;
}
.service-custom-popup .service-end-time {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-custom-popup .service-end-time .samerow-radio {
  display: flex;
  flex-direction: column;
}

.service-repeat-date {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service-repeat-date div {
  width: 100%;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.service-repeat-date div button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
}
.service-repeat-date div button p {
  font-size: 0.875rem;
}
@media screen and (width < 768px) {
  .service-repeat-date div button {
    width: 30px;
    height: 30px;
    text-align: center;
  }
}
.service-repeat-date div button:hover {
  background-color: #e9e8e8;
}
.service-repeat-date div button.selected {
  background-color: #222222;
}
.service-repeat-date div button.selected p {
  color: #fff;
}

.form-table {
  border-radius: 4px;
  overflow: hidden;
}
.form-table p {
  font-size: 0.875rem;
  line-height: 1.3;
}
.form-table p.text-center {
  text-align: center;
}
.form-table h4.sub-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 45px 0 20px 0;
}
@media all and (max-width: 500px) {
  .form-table h4.sub-title {
    font-size: 1.125rem;
    padding-bottom: 10px;
  }
}
.form-table .icon_shop,
.form-table .icon_brand {
  font-weight: bold;
  padding-top: 50px;
  display: inline-block;
  position: relative;
}
.form-table .icon_shop::after,
.form-table .icon_brand::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 19px;
  display: block;
  top: 20px;
  left: calc(50% - 12px);
}
.form-table .icon_shop::after {
  background: url(../images/svg/icon_shop.svg) center center no-repeat;
  background-size: contain;
}
.form-table .icon_brand::after {
  background: url(../images/svg/icon_brand.svg) center center no-repeat;
  background-size: contain;
}
.form-table .a-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eaeaea;
  align-items: center;
  justify-content: space-between;
}
.form-table .a-row > div {
  padding: 10px 20px;
  word-break: break-all;
}
.form-table .a-row .w1 {
  flex: 1;
}
.form-table .a-row .w2 {
  flex: 2;
}
.form-table .a-row .w3 {
  flex: 3;
}
.form-table .a-row .w4 {
  flex: 4;
}
.form-table .a-row:hover {
  background-color: #f7f7f7;
}
.form-table .min-h165 {
  min-height: 165px;
}
.form-table .min-h165:hover {
  background-color: inherit;
}
.form-table .bg-title {
  border-radius: 4px 4px 0 0;
  color: #fff;
  background-color: #222;
}
.form-table .bg-title p {
  font-weight: bold;
  color: #fff;
}
.form-table .bg-title:hover {
  background-color: #222;
}
.form-table tr.bg-title {
  border-radius: 4px;
}
.form-table th {
  padding: 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
}
.form-table td {
  vertical-align: top;
  padding: 10px 20px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media all and (max-width: 750px) {
  .form-table .a-row > div {
    padding: 10px 15px;
  }
}
@media all and (max-width: 700px) {
  .form-table .a-row {
    padding: 5px;
  }
  .form-table .a-row div {
    padding: 5px 8px;
    word-break: break-all;
  }
}
@media all and (max-width: 500px) {
  .form-table .a-row {
    align-items: flex-start;
  }
  .form-table .a-row div {
    padding: 5px;
  }
  .form-table .min-h165 {
    min-height: 65px;
    align-items: center;
  }
  .form-table th, .form-table td {
    padding: 5px 8px;
    font-size: 0.813rem;
  }
  .form-table p {
    font-size: 0.813rem;
  }
}

.tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.tools a.icon {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  margin: 2.5px;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}
.tools a.icon:hover {
  background-color: #fff;
}
@media all and (max-width: 700px) {
  .tools a.icon {
    width: 30px;
    height: 30px;
    margin: 1.5px;
  }
}

.creditcard-list .a-row {
  min-height: 100px;
}
.creditcard-list .img-icon {
  position: relative;
  padding-left: 80px;
  display: flex;
  line-height: 32px;
  color: #333;
}
.creditcard-list .img-icon::after {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(50% - 20px);
  width: 58px;
  height: 40px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
}
.creditcard-list .img-icon.icon-visa::after {
  background-image: url(../images/svg/pay_img_visa.svg);
}
.creditcard-list .img-icon.icon-jcb::after {
  background-image: url(../images/svg/pay_img_jcb.svg);
}
.creditcard-list .img-icon.icon-mastercard::after {
  background-image: url(../images/svg/pay_img_mastercard.svg);
}
.creditcard-list .img-icon.icon-unionpay::after {
  background-image: url(../images/svg/pay_img_unionpay.svg);
}
.creditcard-list .tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media all and (max-width: 500px) {
  .creditcard-list .a-row {
    min-height: initial;
    align-items: center;
  }
  .creditcard-list .img-icon {
    padding-left: 45px;
  }
  .creditcard-list .img-icon::after {
    width: 35px;
  }
}

.invoice-list .a-row {
  min-height: 100px;
}
.invoice-list .a-row .fl {
  display: flex;
  align-items: center;
}
.invoice-list .a-row .switch-type {
  margin: 0 25px;
}
.invoice-list .a-row .switch-type input {
  left: 8px;
  top: 4px;
}
.invoice-list .a-row p {
  font-size: 0.938rem;
  line-height: 1.5;
}
@media all and (max-width: 500px) {
  .invoice-list .a-row {
    min-height: initial;
  }
  .invoice-list .a-row .switch-type {
    margin-left: 12px;
  }
  .invoice-list .a-row .tools {
    flex: 100%;
    justify-content: flex-start;
  }
}

.team-list .tools {
  width: 100px;
}
.team-list .ok, .team-list .no {
  padding-left: 20px;
  position: relative;
}
.team-list .ok::before, .team-list .no::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  left: 0;
  top: calc(50% - 7.5px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.team-list .ok::before {
  background-image: url(../images/svg/circle_check_yello.svg);
}
.team-list .no::before {
  background-image: url(../images/svg/circle_xmark_error.svg);
}
.team-list a.icon {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  margin: 2.5px;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}
.team-list a.icon:hover {
  background-color: #fff;
}
@media all and (max-width: 700px) {
  .team-list .tools {
    justify-content: left;
  }
  .team-list .a-row div:nth-child(1) {
    flex: 22%;
  }
  .team-list .a-row div:nth-child(2) {
    flex: 43%;
  }
  .team-list .a-row div:nth-child(3) {
    flex: 15%;
  }
  .team-list .a-row div:nth-child(4) {
    flex: 20%;
  }
  .team-list .a-row div:nth-child(5) {
    flex: 100%;
    padding: 0px;
  }
}

.email-list .tools {
  width: 100px;
}
@media all and (max-width: 700px) {
  .email-list .tools {
    justify-content: left;
  }
  .email-list .a-row div:last-child {
    flex: 100%;
    padding: 0px;
  }
}

@media all and (max-width: 700px) {
  .news-list .tools {
    justify-content: left;
  }
  .news-list .a-row div:last-child {
    flex: 100%;
    padding: 0px;
  }
}

.item-list {
  overflow: initial;
}
.item-list .bg-title {
  border-radius: 4px 4px 0 0;
}
.item-list .a-row:last-child {
  border-radius: 0 0 4px 4px;
}
.item-list .item-title {
  position: relative;
  border-radius: 4px;
}
.item-list .item-title p {
  font-size: 0.938rem;
}
.item-list .item-title .text-note {
  background-color: initial;
  border: none;
  padding: 5px 0 0 0;
  margin: 0;
}
.item-list .editing .item-title {
  width: 100%;
  padding: 5px 20px;
  display: flex;
  align-items: center;
}
.item-list .editing .item-title input {
  border-radius: 4px 0 0 4px;
}
.item-list .editing .item-title .btn-primary-l {
  font-size: 1.2rem;
  min-width: 50px;
  border-radius: 0 4px 4px 0;
}
.item-list .editing .text-reminder {
  padding: 0 20px;
}
.item-list .tools {
  position: relative;
}
.item-list .tools .dropdown-list {
  right: 22px;
  top: 46px;
}
.item-list .tools .dropdown-list li {
  font-size: 0.813rem;
}
.item-list .tools .dropdown-list a {
  padding: 12px 15px;
  min-width: 120px;
}
.item-list .tools .dropdown-list i {
  padding-right: 15px;
}
@media all and (max-width: 700px) {
  .item-list .item-title {
    margin-bottom: 10px;
  }
  .item-list .editing .item-title .btn-primary-l {
    height: 40px;
  }
  .item-list .bg-title .item-title {
    margin-bottom: 0px;
  }
  .item-list .tools {
    justify-content: left;
  }
  .item-list .tools .dropdown-list {
    right: initial;
    left: 1.5px;
    top: 31px;
  }
  .item-list .a-row div:last-child {
    flex: 100%;
    padding: 0px;
  }
}

.account-verify-list .change {
  font-size: 0.813rem;
  padding-left: 6px;
}
.account-verify-list .change a {
  color: #555;
  text-decoration: underline;
}
.account-verify-list .change a:hover {
  text-decoration: none;
}
.account-verify-list .tools {
  justify-content: start;
}
.account-verify-list .ok, .account-verify-list .no {
  padding-left: 30px;
  position: relative;
}
.account-verify-list .ok::before, .account-verify-list .no::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  left: 0;
  top: calc(50% - 10px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.account-verify-list .ok::before {
  background-image: url(../images/svg/circle_check_green.svg);
}
.account-verify-list .no::before {
  background-image: url(../images/svg/circle_xmark_solid_error.svg);
}
@media all and (max-width: 500px) {
  .account-verify-list .ok, .account-verify-list .no {
    padding-left: 20px;
  }
  .account-verify-list .ok::before, .account-verify-list .no::before {
    width: 15px;
    height: 15px;
    top: calc(50% - 7.5px);
  }
}
.account-verify-list .phone-country {
  width: 100%;
  position: relative;
}
.account-verify-list .phone-country input {
  padding-left: 140px;
}
.account-verify-list .phone-country .country-item {
  width: initial;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  z-index: 2;
}
.account-verify-list .phone-country .country-item p {
  min-width: 130px;
}
.account-verify-list .phone-country .country-item p span {
  padding-right: 20px;
}
.account-verify-list .phone-country .country-item:hover {
  border: none;
}
.account-verify-list .phone-country .country-item a {
  min-height: 39px;
}
.account-verify-list .phone-country .country-item .dropdown-list {
  z-index: 2;
}
.account-verify-list .phone-country:hover {
  border-color: #555;
}
.account-verify-list .verify-code {
  display: flex;
  align-items: center;
}
.account-verify-list .verify-code input {
  border-radius: 4px 0 0 4px;
}
.account-verify-list .verify-code .btn-primary-l {
  border-radius: 0 4px 4px 0;
}
@media all and (max-width: 600px) {
  .account-verify-list .verify-code {
    flex-direction: column;
    align-items: flex-start;
  }
  .account-verify-list .verify-code input {
    border-radius: 0 0 4px 4px;
  }
  .account-verify-list .verify-code input:disabled {
    border-radius: 0 0 4px 4px;
  }
  .account-verify-list .verify-code .btn-primary-l {
    border-radius: 4px;
    margin-top: 15px;
  }
}
@media all and (max-width: 500px) {
  .account-verify-list .verify-code .btn-primary-l {
    height: 40px;
  }
}

.order-list {
  overflow-x: auto;
}
.order-list a {
  color: #0058CB;
}
.order-list .f-ss {
  font-size: 0.75rem;
  display: block;
}
.order-list .a-row {
  min-width: 1000px;
}
.order-list .text-reminder {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0 0 30px 0;
  line-height: 1.5;
}
.order-list .text-reminder a {
  color: #848484;
}
.order-list .text-reminder a:hover {
  text-decoration: underline;
}
.order-list .table-pay-list {
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px;
  width: calc(100% - 40px);
  margin: 30px auto;
  vertical-align: middle;
}
.order-list .table-pay-list th, .order-list .table-pay-list td {
  border: none;
  padding: 15px;
  border-bottom: 1px solid #E1E1E1;
}
.order-list .table-pay-list th {
  width: 25%;
  background-color: #F9F9F9;
  font-weight: bold;
  text-align: left;
}
.order-list .table-pay-list td {
  vertical-align: middle;
  border-left: 1px solid #E1E1E1;
}
.order-list .table-pay-list tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
.order-list .table-pay-list tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
.order-list .table-pay-list tr:last-child th:first-child {
  border-bottom-left-radius: 4px;
}
.order-list .table-pay-list tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.order-list .table-pay-list tr:last-child th, .order-list .table-pay-list tr:last-child td {
  border-bottom: none;
}
.order-list .transfer-info {
  width: calc(100% - 40px);
}
.order-list .transfer-info p {
  padding-left: 10px;
}
.order-list .transfer-info ul li {
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 500px) {
  .order-list .f-ss {
    font-size: 0.688rem;
  }
  .order-list .a-row {
    min-width: 800px;
  }
  .order-list .table-pay-list {
    margin: 20px auto;
  }
  .order-list .table-pay-list th {
    width: 35%;
  }
  .order-list .table-pay-list th, .order-list .table-pay-list td {
    padding: 10px;
  }
  .order-list .transfer-info .top-title {
    padding: 10px;
  }
  .order-list .transfer-info ul {
    padding: 5px 10px;
  }
  .order-list .transfer-info ul li .label-title {
    flex: 35%;
    font-size: 0.813rem;
    line-height: 1.3;
  }
  .order-list .transfer-info ul li p {
    flex: 65%;
  }
}

.terms-list .info a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #222;
}
.terms-list .info a:hover {
  text-decoration: underline;
}
@media all and (max-width: 500px) {
  .terms-list .a-row .time {
    flex: 2;
  }
  .terms-list .info a {
    -webkit-line-clamp: 2;
  }
}

.customer-form-cont form.setting-form {
  margin: 0 auto;
  width: 100%;
}
.customer-form-cont .batch-btn {
  padding: 15px 0 30px 0;
}
.customer-form-cont .form-table {
  overflow-x: auto;
}
.customer-form-cont .form-table .a-row {
  padding: 5px;
  min-width: 900px;
}
@media all and (max-width: 600px) {
  .customer-form-cont form.setting-form {
    width: 100%;
    max-width: initial;
    padding: 20px 20px 30px 20px;
  }
  .customer-form-cont .batch-btn {
    padding: 10px 0 15px 0;
  }
}

.report-cont form {
  margin: 0 auto;
  width: 100%;
  padding: 20px 30px 30px 30px;
}
.report-cont .batch-btn {
  padding: 15px 0 30px 0;
}
.report-cont .form-table {
  overflow-x: auto;
}
.report-cont .form-table .a-row {
  padding: 5px;
  min-width: 900px;
}
@media all and (max-width: 600px) {
  .report-cont form {
    width: 100%;
    max-width: initial;
    padding: 20px 20px 30px 20px;
  }
  .report-cont .batch-btn {
    padding: 10px 0 15px 0;
  }
}

.themes-edit-cont form.setting-form {
  margin: 0 auto;
  max-width: calc(100% - 20px);
}
.themes-edit-cont form.setting-form .edit-layout {
  display: flex;
  flex-wrap: wrap;
}
.themes-edit-cont form.setting-form .edit-layout img {
  opacity: 50%;
  width: calc(100% + 25px);
  margin: 15px 0 0 -24px;
  border-radius: 4px;
  border: 2px solid #cacaca;
}
.themes-edit-cont form.setting-form .edit-layout .txn-radio {
  flex: 50%;
  max-width: 50%;
  padding: 5px;
}
.themes-edit-cont form.setting-form .edit-layout .txn-radio .control {
  width: 100%;
}
.themes-edit-cont form.setting-form .edit-layout .txn-radio .control input:checked ~ img {
  opacity: 100%;
  border-color: #222;
}
.themes-edit-cont form.setting-form .layout-three .txn-radio {
  flex: 33%;
  max-width: 33%;
}
@media all and (max-width: 850px) {
  .themes-edit-cont form.setting-form .edit-layout .txn-radio {
    flex: 100%;
    max-width: 100%;
    padding: 0;
  }
  .themes-edit-cont form.setting-form .layout-three .txn-radio {
    flex: 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 600px) {
  .themes-edit-cont form.setting-form .layout-three .txn-radio {
    flex: 100%;
    max-width: 100%;
  }
}
.themes-edit-cont .item-list {
  margin-top: 20px;
}
.themes-edit-cont .tools a.selected {
  background-color: #222;
  color: #fff;
}
.themes-edit-cont .layout-list {
  padding-top: 20px;
}
.themes-edit-cont .layout-list .a-row {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}
.themes-edit-cont .layout-list .a-row .btn {
  padding: 10px 0;
}
.themes-edit-cont .layout-list .a-row .btn .btn-primary-m {
  min-width: 35px;
}
.themes-edit-cont .layout-list .tools {
  width: 112px;
  justify-content: left;
  margin-left: auto;
  z-index: 1;
}
.themes-edit-cont .layout-list .arr {
  cursor: pointer;
}
.themes-edit-cont .layout-list .arr .the-arr {
  font-size: 0.813rem;
}
.themes-edit-cont .layout-list .arr-up i.the-arr {
  transform: rotate(180deg);
}
.themes-edit-cont .layout-list .item-title {
  display: flex;
  align-items: center;
  position: relative;
}
.themes-edit-cont .layout-list .item-title .the-arr {
  position: absolute;
  top: 12px;
  right: 8px;
}
.themes-edit-cont .layout-list .item-title p {
  max-width: calc(100% - 115px);
  font-size: 1.125rem;
}
.themes-edit-cont .layout-list .item-title p .not-set {
  color: #fff;
  margin-left: 5px;
  border-radius: 4px;
  background-color: #FF5539;
  padding: 1px 5px 2px 5px;
  font-size: 0.688rem;
}
.themes-edit-cont .layout-list .item-title p .text-note {
  padding: 10px 5px 5px 0;
  line-height: 1.3;
  margin-bottom: initial;
  background: none;
  border: none;
}
.themes-edit-cont .layout-list .item-title p .text-note a {
  color: #0058CB;
}
.themes-edit-cont .layout-list .item-title p .text-note a:hover {
  text-decoration: underline;
}
.themes-edit-cont .layout-list .item-title p.tools-icon {
  padding-left: 55px;
  position: relative;
}
.themes-edit-cont .layout-list .item-title p.tools-icon::before {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/svg/icon_tools.svg) center center no-repeat;
  background-size: cover;
}
.themes-edit-cont .layout-list .detail-info .products-radio {
  display: flex;
  padding-bottom: 10px;
}
.themes-edit-cont .layout-list .detail-info input.default {
  max-width: 600px;
  margin-bottom: 5px;
}
.themes-edit-cont .layout-list .detail-info .the-select {
  max-width: 600px;
  margin-bottom: 10px;
}
.themes-edit-cont .layout-list .detail-info .swiper-photo {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
.themes-edit-cont .layout-list .detail-info .swiper-photo li {
  flex: 50%;
  max-width: 50%;
  padding: 0 15px 25px 0;
}
.themes-edit-cont .layout-list .detail-info .swiper-photo .tools {
  margin-left: initial;
  width: initial;
}
.themes-edit-cont .layout-list .detail-info input {
  margin-top: 5px;
  flex: 100% !important;
}
@media all and (max-width: 800px) {
  .themes-edit-cont .layout-list .detail-info .swiper-photo li {
    flex: 100%;
    max-width: inherit;
  }
}
@media all and (max-width: 600px) {
  .themes-edit-cont form.setting-form {
    max-width: initial;
  }
  .themes-edit-cont .layout-list .a-row {
    padding-top: 15px;
  }
  .themes-edit-cont .layout-list .tools {
    flex: 100%;
  }
  .themes-edit-cont .layout-list .tools a.icon:first-child {
    margin-left: 0;
  }
  .themes-edit-cont .layout-list .item-title {
    flex-wrap: wrap;
  }
  .themes-edit-cont .layout-list .item-title p {
    max-width: 100%;
    padding-bottom: 7px;
    font-size: initial;
  }
  .themes-edit-cont .layout-list .item-title p.tools-icon {
    padding-left: 35px;
    margin-bottom: 10px;
  }
  .themes-edit-cont .layout-list .item-title p.tools-icon::before {
    width: 25px;
    height: 25px;
    top: calc(50% - 15.5px);
  }
  .themes-edit-cont .layout-list .item-title .the-arr {
    top: 2px;
  }
  .themes-edit-cont .layout-list .detail-info .swiper-photo .tools {
    flex: inherit;
  }
}
@media all and (max-width: 500px) {
  .themes-edit-cont .setting-form {
    padding: 15px;
  }
  .themes-edit-cont .layout-list {
    padding-top: 5px;
  }
}

.layout-list-checkbox {
  display: flex;
  flex-wrap: wrap;
  max-width: 730px;
  margin: 0 auto;
}
.layout-list-checkbox .txn-checkbox {
  flex: 50%;
  max-width: 50%;
  padding: 5px;
}
.layout-list-checkbox .txn-checkbox .item-title {
  display: block;
  font-size: 1.125rem;
  padding-bottom: 10px;
}
.layout-list-checkbox .txn-checkbox .text-note {
  display: block;
  font-size: 0.813rem;
  line-height: 1.4;
  color: #888;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
}
.layout-list-checkbox .txn-checkbox .control {
  padding: 20px 15px 18px 75px;
  width: 100%;
  position: relative;
  min-height: 105px;
}
.layout-list-checkbox .txn-checkbox .control .b-line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  border: 2px solid #DCDCDC;
  display: block;
  content: "";
  pointer-events: none;
}
.layout-list-checkbox .txn-checkbox .control::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/svg/icon_tools.svg) center center no-repeat;
  background-size: cover;
}
.layout-list-checkbox .txn-checkbox .control input:checked ~ .b-line {
  border-color: #222;
}
@media all and (max-width: 800px) {
  .layout-list-checkbox .txn-checkbox {
    flex: 100%;
    max-width: 100%;
  }
  .layout-list-checkbox .txn-checkbox .control {
    min-height: 80px;
  }
}
@media all and (max-width: 700px) {
  .layout-list-checkbox .txn-checkbox {
    padding: 5px 0;
  }
}
@media all and (max-width: 600px) {
  .layout-list-checkbox .txn-checkbox .item-title {
    font-size: initial;
    padding-bottom: 5px;
  }
  .layout-list-checkbox .txn-checkbox .control {
    padding: 12px 15px 12px 52px;
  }
  .layout-list-checkbox .txn-checkbox .control::before {
    width: 25px;
    height: 25px;
    top: 15px;
    left: 15px;
  }
}

.library-cont {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.library-cont .a-row {
  padding: 9px;
  display: flex;
  width: calc(20% - 20px + 4px);
  height: auto;
  flex-direction: column;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.library-cont .images-select .img-upload {
  width: 100%;
  height: 100%;
}
.library-cont .images-select .img-upload img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: contain;
}
.library-cont .tools a {
  border-radius: initial;
}
.library-cont .tools a:first-child {
  border-radius: 4px 0 0 4px;
}
.library-cont .tools a:last-child {
  border-radius: 0 4px 4px 0;
}
.library-cont .file-name {
  margin: 5px 0;
  font-size: 0.813rem;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (max-width: 992px) {
  .library-cont .a-row {
    width: calc(25% - 21px + 6px);
  }
}
@media all and (max-width: 768px) {
  .library-cont {
    padding: 30px;
  }
  .library-cont .a-row {
    padding: 0;
    width: calc(33.33% - 20px + 6px);
  }
}
@media all and (max-width: 699px) {
  .library-cont .a-row {
    width: calc(50% - 15px + 5px);
  }
}
@media all and (max-width: 576px) {
  .library-cont {
    padding: 25px;
  }
}

.member-list {
  overflow-x: auto;
}
.member-list .a-row {
  min-width: 1000px;
}
.member-list .a-row .user-name {
  display: flex;
  align-items: center;
  align-content: center;
}
.member-list .a-row .user-name .control {
  min-width: 20px;
  margin-right: 10px;
  padding-left: initial;
}
.member-list .a-row .user-name .control__indicator {
  top: 5px;
}
.member-list .a-row .source {
  width: 100px;
  margin-left: auto;
}
.member-list .bg-title .user-name .control input:checked ~ .control__indicator {
  border-color: #fff;
  background-color: #fff;
}
.member-list .bg-title .user-name .control input:checked ~ .control__indicator::after {
  border-color: #333;
}
@media all and (max-width: 500px) {
  .member-list .a-row {
    min-width: 800px;
    align-items: center;
  }
  .member-list .a-row .source {
    width: 70px;
  }
}

.orders-list {
  width: calc(100% - 40px);
  max-width: 1090px;
  overflow: initial;
}
.orders-list .a-row {
  width: 100%;
  min-width: 1090px;
}
.orders-list .a-row > div {
  padding-right: 10px;
}
.orders-list .a-row .order-nb {
  display: flex;
  align-items: center;
  align-content: center;
}
.orders-list .a-row .order-nb a {
  color: #0058CB;
}
.orders-list .a-row .order-nb .control {
  min-width: 20px;
  margin-right: 10px;
  padding-left: initial;
}
.orders-list .a-row .order-nb .control__indicator {
  top: 5px;
}
.orders-list .bg-title {
  -moz-position: sticky;
  -ms-position: sticky;
  -o-position: sticky;
  position: sticky;
  top: 135px;
  z-index: 2;
}
.orders-list .bg-title .order-nb .control input:checked ~ .control__indicator {
  border-color: #fff;
  background-color: #fff;
}
.orders-list .bg-title .order-nb .control input:checked ~ .control__indicator::after {
  border-color: #333;
}
@media all and (max-width: 1150px) {
  .orders-list {
    overflow: auto;
    max-height: calc(100vh - 220px);
  }
  .orders-list .bg-title {
    top: 0;
  }
}
@media all and (max-width: 500px) {
  .orders-list .a-row {
    align-items: center;
  }
}

.product-list {
  width: calc(100% - 40px);
  max-width: 1090px;
  overflow: initial;
}
.product-list .a-row > div {
  padding-right: 10px;
}
.product-list .a-row .order-photo {
  display: flex;
  align-items: center;
  align-content: center;
  min-width: 130px;
}
.product-list .a-row .order-photo .control {
  min-width: 20px;
  margin-right: 10px;
  padding-left: initial;
}
.product-list .a-row .order-photo .control__indicator {
  top: 5px;
  padding: initial;
}
.product-list .a-row .order-photo .photo {
  width: 70px;
  height: 70px;
}
.product-list .a-row .order-photo .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.product-list .a-row .tools {
  min-width: 150px;
}
.product-list .a-row .product-name {
  line-height: 1.5;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-list .a-row .product-name a {
  color: #555;
}
.product-list .a-row .product-name a:hover {
  text-decoration: underline;
}
.product-list .bg-title {
  -moz-position: sticky;
  -ms-position: sticky;
  -o-position: sticky;
  position: sticky;
  top: 135px;
  z-index: 2;
}
.product-list .bg-title .order-photo .control input:checked ~ .control__indicator {
  border-color: #fff;
  background-color: #fff;
}
.product-list .bg-title .order-photo .control input:checked ~ .control__indicator::after {
  border-color: #333;
}
@media all and (max-width: 1150px) {
  .product-list {
    overflow: auto;
    max-height: calc(100vh - 220px);
  }
  .product-list .bg-title {
    top: 0;
  }
}
@media all and (max-width: 1000px) {
  .product-list .a-row .tools {
    flex: 100%;
    padding: 0 5px 10px 45px;
    justify-content: flex-start;
  }
}
@media all and (max-width: 750px) {
  .product-list {
    overflow-x: auto;
  }
  .product-list .bg-title .tools {
    display: none;
  }
  .product-list .a-row {
    min-width: 900px;
  }
}
@media all and (max-width: 750px) {
  .product-list .a-row > div .photo {
    padding: 0;
  }
}
@media all and (max-width: 500px) {
  .product-list .a-row {
    min-width: 850px;
    padding: 0 5px;
    align-items: center;
  }
}

.price-check {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.ml {
  margin-left: 8px;
}

.mx {
  margin: 8px;
}

.mb {
  margin-bottom: 8px;
}

.flex-center {
  display: flex;
  align-items: center;
}

.service-time {
  display: flex;
  align-items: center;
}
.service-time input {
  width: 30%;
}

.service-date {
  background-color: rgb(233, 233, 233);
  padding: 8px;
}

.service-event-time {
  display: flex;
  align-items: center;
}
@media all and (width < 1050px) {
  .service-event-time {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 8px;
  }
  .service-event-time input {
    margin: 0px;
  }
  .service-event-time p {
    margin: 0px;
  }
}

.service-limit {
  display: flex;
  align-items: center;
}
@media all and (width < 750px) {
  .service-limit {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 8px;
  }
  .service-limit input {
    margin: 0px;
  }
  .service-limit p {
    margin: 0px;
  }
  .service-limit p.note {
    display: none;
  }
}

.service-staff {
  display: flex;
  align-items: center;
  padding-left: 52px;
}

.flex {
  display: flex;
}

.service-detail {
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  padding: 30px 0;
}
.service-detail .service-number-block {
  width: 60px;
  display: flex;
  justify-content: end;
}
.service-detail .service-number-block .tools {
  display: block;
}
.service-detail .service-number-block .tools a.icon {
  margin: 5px;
}
.service-detail .service-number-block .tools a.icon:hover {
  background-color: #f7f7f7;
}
@media screen and (width < 700px) {
  .service-detail .service-number-block .tools a.icon {
    width: 40px;
    height: 40px;
  }
}
.service-detail .service-number-block p.service-number {
  font-size: xx-large;
}
.service-detail .service-field {
  width: 100%;
}
@media screen and (width < 500px) {
  .service-detail .service-number-block {
    width: 20%;
  }
  .service-detail .service-number-block p {
    font-size: xx-large;
  }
}

.service-list-box .service-event-time {
  display: flex;
  align-items: center;
}
@media all and (width < 1050px) {
  .service-list-box .service-event-time {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}

.service-list {
  max-width: 1090px;
  overflow: initial;
}
.service-list .a-row > div {
  padding-right: 10px;
}
.service-list .a-row .order-photo .control {
  min-width: 20px;
  margin-right: 10px;
  padding-left: initial;
}
.service-list .a-row .order-photo .control__indicator {
  top: 5px;
  padding: initial;
}
.service-list .a-row .order-photo .photo {
  width: 70px;
  height: 70px;
}
.service-list .a-row .order-photo .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.service-list .a-row .tools {
  min-width: 150px;
}
.service-list .a-row .product-name {
  line-height: 1.5;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.service-list .a-row .product-name a {
  color: #555;
}
.service-list .a-row .product-name a:hover {
  text-decoration: underline;
}
.service-list .bg-title {
  -moz-position: sticky;
  -ms-position: sticky;
  -o-position: sticky;
  position: sticky;
  top: 135px;
  z-index: 2;
}
.service-list .bg-title .order-photo .control input:checked ~ .control__indicator {
  border-color: #fff;
  background-color: #fff;
}
.service-list .bg-title .order-photo .control input:checked ~ .control__indicator::after {
  border-color: #333;
}
@media all and (max-width: 1150px) {
  .service-list {
    overflow: auto;
    max-height: calc(100vh - 220px);
  }
  .service-list .bg-title {
    top: 0;
  }
}
@media all and (max-width: 750px) {
  .service-list {
    overflow-x: auto;
  }
  .service-list .bg-title .tools {
    display: none;
  }
  .service-list .a-row {
    min-width: 900px;
  }
}
@media all and (max-width: 750px) {
  .service-list .a-row > div .photo {
    padding: 0;
  }
}
@media all and (max-width: 500px) {
  .service-list .a-row {
    min-width: 850px;
    padding: 0 5px;
    align-items: center;
  }
}

.service-include {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-include .the-select {
  width: 200px;
}
.service-include .tools a:hover {
  background-color: #f7f7f7;
}
@media screen and (width < 700px) {
  .service-include .tools a {
    width: 40px;
    height: 40px;
  }
}

.additional-items, .payment-item {
  margin: 0 auto 40px auto;
}
.additional-items .text-reminder, .payment-item .text-reminder {
  padding-top: 10px;
}
.additional-items .a-row, .payment-item .a-row {
  padding: 25px;
  padding-left: 30%;
  position: relative;
  flex-flow: column;
  align-items: flex-start;
}
.additional-items .a-row::before, .payment-item .a-row::before {
  position: absolute;
  content: "";
  width: 25%;
  height: 145px;
  display: block;
  top: 15px;
  left: 2.5%;
  pointer-events: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.additional-items .a-row .btn, .payment-item .a-row .btn {
  padding: 15px 0 0 0;
}
.additional-items .a-row .btn .btn-primary-m, .payment-item .a-row .btn .btn-primary-m {
  min-width: 35px;
}
.additional-items .a-row .switch-type, .payment-item .a-row .switch-type {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.additional-items .a-row .switch-type p, .payment-item .a-row .switch-type p {
  padding-left: 15px;
  font-size: 0.875rem;
}
.additional-items .additional-title, .payment-item .additional-title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 20px;
}
.additional-items .text, .payment-item .text {
  font-size: 0.875rem;
  line-height: 1.5;
}
.additional-items .text a, .payment-item .text a {
  color: #0058CB;
  text-decoration: underline;
}
.additional-items .set-top-title, .payment-item .set-top-title {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  border: 1px solid #72CA3F;
  border-radius: 4px;
  padding: 5px 15px;
  margin-top: 15px;
}
.additional-items .set-top-title p, .payment-item .set-top-title p {
  font-size: 0.875rem;
  line-height: 26px;
}
.additional-items .set-top-title p i, .payment-item .set-top-title p i {
  padding-right: 10px;
  color: #72CA3F;
}
.additional-items .set-top-title p.c-red i, .payment-item .set-top-title p.c-red i {
  color: #FF5539;
}
.additional-items .set-top-title .the-arr, .payment-item .set-top-title .the-arr {
  margin-left: auto;
  color: #72CA3F;
}
.additional-items .edit, .payment-item .edit {
  background-color: #FFFEE7;
}
.additional-items .arr-up i.the-arr, .payment-item .arr-up i.the-arr {
  transform: rotate(180deg);
}
.additional-items .not-set, .payment-item .not-set {
  border-color: #FF5539;
}
.additional-items .not-set p,
.additional-items .not-set i.the-arr, .payment-item .not-set p,
.payment-item .not-set i.the-arr {
  color: #FF5539;
}
.additional-items .the-select::after, .payment-item .the-select::after {
  width: 8px;
  right: 10px;
}
.additional-items .detail-info, .payment-item .detail-info {
  padding: 15px 0;
}
.additional-items .detail-info .label-title, .payment-item .detail-info .label-title {
  padding: 20px 0 10px 0;
  font-size: 0.875rem;
  font-weight: bold;
  display: block;
}
.additional-items .fbe .switch-type, .payment-item .fbe .switch-type {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #E6E6E6;
}
.additional-items .fbe .switch-type input, .payment-item .fbe .switch-type input {
  top: 15px;
}
.additional-items .service .switch-type, .payment-item .service .switch-type {
  padding-bottom: 15px;
}
.additional-items .service input.default, .payment-item .service input.default {
  margin-bottom: 25px;
}
.additional-items .multi-lang .detail-info, .payment-item .multi-lang .detail-info {
  max-width: 600px;
}
.additional-items .multi-lang .a-website, .payment-item .multi-lang .a-website {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
  cursor: move;
}
.additional-items .multi-lang .a-website .web-select, .payment-item .multi-lang .a-website .web-select {
  display: flex;
  align-items: center;
}
.additional-items .multi-lang .a-website .web-select .tools, .payment-item .multi-lang .a-website .web-select .tools {
  margin-left: auto;
}
.additional-items .multi-lang .a-website .web-select .tools a, .payment-item .multi-lang .a-website .web-select .tools a {
  margin: 0 0 0 5px;
}
.additional-items .multi-lang .a-website .sequence, .payment-item .multi-lang .a-website .sequence {
  min-width: 50px;
  margin-right: 5px;
}
.additional-items .multi-lang .a-website .web, .payment-item .multi-lang .a-website .web {
  flex: calc(100% - 100px);
}
.additional-items .google-search,
.additional-items .trackingcode, .payment-item .google-search,
.payment-item .trackingcode {
  padding-bottom: 40px;
}
.additional-items .google-search b,
.additional-items .trackingcode b, .payment-item .google-search b,
.payment-item .trackingcode b {
  font-weight: bold;
}
.additional-items .google-search a.link,
.additional-items .trackingcode a.link, .payment-item .google-search a.link,
.payment-item .trackingcode a.link {
  color: #006cf8;
  text-decoration: underline;
}
.additional-items .google-search a.link:hover,
.additional-items .trackingcode a.link:hover, .payment-item .google-search a.link:hover,
.payment-item .trackingcode a.link:hover {
  text-decoration: none;
}
.additional-items .google-search ul li,
.additional-items .trackingcode ul li, .payment-item .google-search ul li,
.payment-item .trackingcode ul li {
  font-size: 0.875rem;
  line-height: 1.5;
}
.additional-items .google-search ul.step-nb,
.additional-items .trackingcode ul.step-nb, .payment-item .google-search ul.step-nb,
.payment-item .trackingcode ul.step-nb {
  padding-left: 20px;
  list-style-type: decimal;
}
.additional-items .google-search ul.step-nb li,
.additional-items .trackingcode ul.step-nb li, .payment-item .google-search ul.step-nb li,
.payment-item .trackingcode ul.step-nb li {
  padding-top: 5px;
}
.additional-items .google-search ul.step-nb input,
.additional-items .trackingcode ul.step-nb input, .payment-item .google-search ul.step-nb input,
.payment-item .trackingcode ul.step-nb input {
  margin: 10px 0;
}
.additional-items .google-search ul.set-note-list,
.additional-items .trackingcode ul.set-note-list, .payment-item .google-search ul.set-note-list,
.payment-item .trackingcode ul.set-note-list {
  padding: 15px 0;
}
.additional-items .google-search ul.set-note-list li,
.additional-items .trackingcode ul.set-note-list li, .payment-item .google-search ul.set-note-list li,
.payment-item .trackingcode ul.set-note-list li {
  position: relative;
  padding: 0 0 5px 20px;
  color: #888888;
}
.additional-items .google-search ul.set-note-list li::before,
.additional-items .trackingcode ul.set-note-list li::before, .payment-item .google-search ul.set-note-list li::before,
.payment-item .trackingcode ul.set-note-list li::before {
  position: absolute;
  left: 3px;
  top: 0px;
  content: "※";
  font-size: 0.875rem;
}
@media all and (max-width: 650px) {
  .additional-items .a-row, .payment-item .a-row {
    padding: 170px 25px 25px 25px;
  }
  .additional-items .a-row::before, .payment-item .a-row::before {
    width: 100%;
    left: 0;
  }
}
@media all and (max-width: 500px) {
  .additional-items select,
  .additional-items input.default, .payment-item select,
  .payment-item input.default {
    font-size: 0.813rem;
  }
  .additional-items .additional-title, .payment-item .additional-title {
    font-size: 0.875rem;
  }
  .additional-items .text,
  .additional-items .set-top-title p, .payment-item .text,
  .payment-item .set-top-title p {
    font-size: 0.813rem;
  }
  .additional-items .a-row, .payment-item .a-row {
    padding-top: 130px;
  }
  .additional-items .a-row::before, .payment-item .a-row::before {
    top: 5px;
    height: 120px;
  }
  .additional-items .a-row .switch-type p, .payment-item .a-row .switch-type p {
    font-size: 0.813rem;
    padding-left: 10px;
  }
  .additional-items .google-search ul li,
  .additional-items .trackingcode ul li, .payment-item .google-search ul li,
  .payment-item .trackingcode ul li {
    font-size: 0.813rem;
    line-height: 1.5;
  }
}

.additional-items .a-row {
  padding: 25px;
}

.payment-item .a-row.item-01::before {
  background-image: url(../images/img_payment_other.png);
}
.payment-item .a-row.item-02::before {
  background-image: url(../images/img_payment_ecpay.png);
}
.payment-item .a-row.item-03::before {
  background-image: url(../images/img_payment_QRpay.png);
}
.payment-item .detail-info li {
  max-width: 400px;
  position: relative;
  padding-bottom: 10px;
}
.payment-item .detail-info li .tools {
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 2;
}
.payment-item .detail-info input, .payment-item .detail-info textarea {
  max-width: 400px;
  font-size: 0.875rem;
  padding-left: 15px;
}
.payment-item .detail-info .w100 {
  max-width: 100%;
}
.payment-item .detail-info .top-line {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #E4E4E4;
}
.payment-item .detail-info .for-input-label {
  max-width: 400px;
}
.payment-item .detail-info .for-input-label .text {
  top: 8px;
}
.payment-item .detail-info .switch-type {
  max-width: 400px;
  padding: 15px 0;
}
.payment-item .detail-info .switch-type input {
  top: 15px;
}
@media all and (max-width: 700px) {
  .payment-item .detail-info li .tools {
    top: 12px;
  }
}

.campaign-item .form-table {
  margin-bottom: 20px;
}
.campaign-item .a-row > div {
  padding: 5px;
}
.campaign-item .a-row > div:first-child {
  flex: 45%;
  padding-right: 0;
}
.campaign-item .a-row > div:last-child {
  flex: 55%;
  padding-left: 0;
}
.campaign-item .a-row .btn-primary-m {
  min-width: 35px;
}
.campaign-item .bg-title > div {
  padding: 5px 15px;
}
.campaign-item .bg-title {
  padding: 15px 10px;
}
.campaign-item .samerow-all {
  flex-wrap: initial;
}
.campaign-item .samerow-all p {
  text-align: center;
  padding: 0 5px;
  line-height: 38px;
}
.campaign-item .samerow-all:first-child p:first-child {
  padding-left: 0;
  min-width: 50px;
}
.campaign-item .samerow-all:first-child p:last-child {
  padding: 0;
}
.campaign-item .samerow-all input.default {
  height: 38px;
  width: 25%;
  max-width: 90%;
  margin-right: 6px;
  padding: 0 10px;
}
.campaign-item .samerow-all .the-select {
  min-width: 46%;
}
.campaign-item .samerow-all .the-select select {
  font-size: 0.875rem;
  padding-left: 10px;
  height: 38px;
  line-height: 36px;
}
.campaign-item .samerow-all .for-input-label {
  padding-bottom: 0;
  width: 100%;
  max-width: 100%;
  margin-left: 6px;
}
.campaign-item .samerow-all .for-input-label .text {
  top: 12px;
  right: 8px;
  font-size: 0.813rem;
}
.campaign-item .samerow-all .for-input-label input.default {
  width: 100%;
  max-width: 100%;
}
@media all and (max-width: 700px) {
  .campaign-item .form-table {
    overflow-x: auto;
  }
  .campaign-item .form-table .a-row {
    min-width: 580px;
  }
  .campaign-item .form-table .a-row div {
    padding: 0;
  }
  .campaign-item .form-table .bg-title {
    padding: 10px 15px;
  }
  .campaign-item form.setting-form .max-w50 {
    max-width: 100%;
  }
}

.coupons-item .a-row div .switch-type {
  padding: 0;
}
.coupons-item .a-row div.tools {
  padding: 10px;
}
.coupons-item .samerow-radio .limit-nb {
  display: flex;
}
.coupons-item .samerow-radio .limit-nb input.default {
  max-width: 70px;
  height: 38px;
  line-height: 38px;
}
.coupons-item .samerow-radio .limit-nb .control {
  min-width: 70px;
}
.coupons-item .samerow-radio .limit-nb .text {
  display: flex;
  padding: 12px;
  font-size: 0.875rem;
}
.coupons-item .samerow-all {
  padding-bottom: 10px;
}
.coupons-item .samerow-all > div {
  flex: 1;
  max-width: calc(50% - 5px);
}
.coupons-item .samerow-all > div:last-child {
  margin-left: auto;
}
.coupons-item .samerow-all .for-input-label {
  padding-bottom: 0;
}
@media all and (max-width: 700px) {
  .coupons-item .tools {
    justify-content: left;
  }
  .coupons-item .a-row div .switch-type {
    padding-bottom: 6px;
  }
  .coupons-item .a-row div:last-child {
    flex: 100%;
    padding: 0px;
  }
  .coupons-item form.setting-form .max-w50 {
    max-width: 100%;
  }
}
@media all and (max-width: 500px) {
  .coupons-item .samerow-all > div {
    max-width: calc(60% - 5px);
  }
  .coupons-item .samerow-all > div:last-child {
    max-width: calc(40% - 5px);
  }
}

.category-item {
  overflow: initial;
}
.category-item .a-row {
  padding-right: 40px;
}
.category-item .a-row .w1 {
  display: flex;
  align-items: center;
}
.category-item .a-row .tools {
  padding: 0;
  position: relative;
}
.category-item .a-row .tools .icon-text {
  width: initial;
  padding: 0 12px;
}
.category-item .a-row .tools .dropdown-list {
  top: 36px;
  left: 7px;
}
.category-item .a-row .tools .dropdown-list li {
  font-size: 0.813rem;
}
.category-item .a-row .tools .dropdown-list a {
  padding: 12px 15px;
}
.category-item .a-row .tools .dropdown-list a i {
  padding-right: 15px;
}
.category-item .bg-title {
  border-radius: 4px 4px 0 0;
  padding-left: 20px;
}
.category-item .item-title p {
  font-size: 0.938rem;
}
.category-item .arr {
  position: relative;
  border-bottom: none;
}
.category-item .arr .the-arr {
  position: absolute;
  right: 5px;
  top: 15px;
  font-size: 0.813rem;
  cursor: pointer;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.category-item .arr-up i.the-arr {
  transform: rotate(180deg);
}
.category-item .p-group {
  width: 100%;
}
.category-item .p-group .a-row {
  padding-left: 20px;
  border-bottom: none;
}
.category-item .p-group .a-row input {
  line-height: 35px;
  height: 37px;
}
@media all and (max-width: 700px) {
  .category-item .a-row .tools {
    flex: 100%;
    justify-content: flex-start;
    padding-left: 5px;
  }
  .category-item .a-row .tools .dropdown-list {
    right: initial;
    top: 30px;
    left: 8px;
  }
  .category-item .p-group .a-row {
    padding-left: 37px;
  }
  .category-item .p-group .a-row input {
    max-width: initial;
  }
}

.marketing-items {
  display: flex;
  margin: 0 auto 40px auto;
}
.marketing-items .event-cover {
  max-width: 300px;
}
.marketing-items .event-cover img {
  width: 100%;
}
.marketing-items .a-row {
  padding: 25px;
}
.marketing-items .marketing-title {
  font-weight: bold;
  padding-bottom: 15px;
  line-height: 1.5;
}
.marketing-items .text {
  font-size: 0.875rem;
  line-height: 1.5;
}
.marketing-items .btn {
  padding: 15px 0 0 0;
}
@media all and (max-width: 650px) {
  .marketing-items {
    flex-wrap: wrap;
  }
  .marketing-items .a-row {
    padding-top: 15px;
  }
  .marketing-items .event-cover {
    max-width: initial;
    width: 100%;
  }
  .marketing-items .event-cover img {
    width: 100%;
  }
}

.logistics-list .a-row div .switch-type {
  padding: 0;
}
@media all and (max-width: 700px) {
  .logistics-list .tools {
    justify-content: left;
  }
  .logistics-list .a-row div .switch-type {
    padding-bottom: 6px;
  }
  .logistics-list .a-row div:last-child {
    flex: 100%;
    padding: 0px;
  }
}

.themes-items {
  display: flex;
  flex-wrap: wrap;
  max-width: 1120px;
}
.themes-items .a-item {
  flex: 33%;
  display: flex;
  flex-direction: column;
  max-width: 33%;
  padding: 5px 15px 20px 15px;
}
.themes-items .a-item .themes-title {
  display: flex;
  flex-wrap: wrap;
}
.themes-items .a-item .themes-title span {
  padding-bottom: 5px;
}
.themes-items .a-item .tools {
  margin-left: auto;
  margin-top: auto;
}
.themes-items .a-item .tools a {
  margin: 0;
  border-radius: initial;
}
.themes-items .a-item .tools a:first-child {
  border-radius: 4px 0 0 4px;
}
.themes-items .a-item .tools a:last-child {
  border-radius: 0 4px 4px 0;
}
.themes-items .a-item .tools a:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.themes-items .themes-title {
  min-height: 40px;
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 12px;
  height: 100%;
  vertical-align: top;
}
.themes-items .themes-cover {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 12px;
}
.themes-items .themes-cover img {
  width: 100%;
  border-radius: 4px 4px 0 0;
  padding-bottom: 10px;
}
.themes-items .themes-cover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  border: transparent 2px solid;
  border-style: inset;
  border-radius: 4px;
  z-index: 1;
  pointer-events: none;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.themes-items .themes-cover:hover::after {
  border-color: #222;
}
.themes-items .themes-cover .label-type {
  position: absolute;
  z-index: 2;
  top: -33px;
  left: -38px;
  background-color: #DCA60F;
  color: #fff;
  width: 115px;
  height: 0;
  border-width: 0 31px 31px;
  background: none;
  border-style: solid;
  border-color: transparent transparent #DCA60F;
  -moz-transform-origin: right bottom;
  -moz-transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
  -o-transform-origin: right bottom;
  -o-transform: rotate(-45deg);
  -ms-transform-origin: right bottom;
  -ms-transform: rotate(-45deg);
  transform-origin: right bottom;
  transform: rotate(-45deg);
}
.themes-items .themes-cover .label-type p {
  line-height: 30px;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 0.875rem;
  font-weight: bold;
}
.themes-items .themes-cover .label-type p::before {
  content: "";
  width: 0;
  position: absolute;
  left: -30px;
  top: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 3.5px 0 3.5px;
  border-color: #584100 transparent transparent transparent;
  line-height: 0px;
  _border-color: #584100 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
}
.themes-items .themes-cover .label-type p::after {
  content: "";
  width: 0;
  position: absolute;
  right: -30px;
  top: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 3.5px 0 3.5px;
  border-color: #9c1a34 transparent transparent transparent;
  line-height: 0px;
  _border-color: #9c1a34 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
}
.themes-items .themes-cover .text-note {
  top: initial;
  bottom: 35px;
  left: 20px;
}
.themes-items .both-btn {
  padding-top: 0;
}
.themes-items .both-btn .btn-primary-m {
  margin: 2.5px 5px 2.5px 20px;
}
.themes-items .both-btn .btn-primary-line-m {
  margin-left: 5px;
}
@media all and (max-width: 1090px) {
  .themes-items {
    width: 100%;
  }
}
@media all and (max-width: 900px) {
  .themes-items .a-item {
    flex: 50%;
    max-width: 50%;
  }
  .themes-items .themes-cover:hover::after {
    border-color: transparent;
  }
}
@media all and (max-width: 600px) {
  .themes-items .a-item {
    flex: 100%;
    max-width: 100%;
  }
  .themes-items .a-item .themes-title {
    font-size: 0.938rem;
  }
}
@media all and (max-width: 500px) {
  .themes-items {
    margin-top: 0;
  }
}

.themes-applied .a-item {
  max-width: 545px;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 12px;
  display: flex;
  align-items: center;
}
.themes-applied .themes-cover {
  width: 232px;
  margin-right: 25px;
}
.themes-applied .themes-cover img {
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}
.themes-applied .themes-info {
  display: flex;
  flex-direction: column;
  flex: calc(100% - 257px);
}
.themes-applied .themes-info h4.sub-title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 20px;
}
.themes-applied .themes-info p {
  line-height: 1.5;
}
.themes-applied .both-btn {
  padding-top: 5px;
}
@media all and (max-width: 600px) {
  .themes-applied .a-item {
    padding: 15px;
  }
  .themes-applied .themes-cover {
    width: 180px;
    margin-right: 15px;
  }
  .themes-applied .themes-info {
    flex: calc(100% - 195px);
  }
  .themes-applied .themes-info h4.sub-title {
    font-size: initial;
    padding-bottom: 5px;
  }
}

.hearder-preview {
  justify-content: flex-start;
}
.hearder-preview p {
  padding: 0 15px 0 30px;
  font-size: 0.875rem;
  margin-left: auto;
}
.hearder-preview .tools {
  align-items: center;
  border-radius: 4px;
  border: 1px solid #FFF;
  margin-right: 10px;
}
.hearder-preview .tools a.icon {
  cursor: pointer;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 0;
  color: #fff;
  border: none;
}
.hearder-preview .tools a.icon:hover {
  color: #222;
}
.hearder-preview .tools a.icon.selected {
  background-color: #fff;
  color: #222;
}
.hearder-preview .btn:last-child {
  margin-left: auto;
  min-width: initial;
}
.hearder-preview .btn:last-child .btn-primary-line-xl {
  min-width: initial;
  padding: 0 5px;
}
.hearder-preview .btn:last-child .btn-primary-line-xl i {
  padding-right: 6px;
}
@media all and (max-width: 700px) {
  .hearder-preview p {
    font-size: 0.813rem;
  }
}
@media all and (max-width: 650px) {
  .hearder-preview p {
    padding: 0 10px 0 10px;
  }
  .hearder-preview .btn .btn-primary-xl {
    min-width: 100px;
  }
  .hearder-preview .tools {
    display: none;
  }
}
@media all and (max-width: 400px) {
  .hearder-preview .btn .btn-primary-xl {
    min-width: 75px;
  }
}

.preview-frame {
  background-color: #F2F2F2;
  border-top: 1px solid #494949;
  position: fixed;
  width: 100%;
  top: 80px;
  height: calc(100% - 80px);
  overflow: hidden;
}
.preview-frame .frame-wrapper {
  width: 100%;
  height: 100%;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.preview-frame .frame-wrapper iframe.screen {
  width: 100% !important;
  height: 100% !important;
}
@media all and (max-width: 650px) {
  .preview-frame {
    height: calc(100% - 65px);
    top: 65px;
  }
}

.tablet {
  overflow-y: scroll;
  padding: 50px 0;
  height: calc(100% - 62px);
  border-top: 1px solid rgba(0, 0, 0, 0.7882352941);
}
.tablet .frame-wrapper {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  width: 768px;
  height: 993px;
  padding: 91px 76px 116px 76px;
  margin: 0 auto;
  background: url(../images/br_preview_tablet.png) center top no-repeat;
  box-sizing: initial;
}

.mobile {
  overflow-y: scroll;
  padding: 50px 0;
  height: calc(100% - 62px);
  border-top: 1px solid rgba(0, 0, 0, 0.7882352941);
}
.mobile .frame-wrapper {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  width: 360px;
  height: 570px;
  padding: 102px 30px 128px 30px;
  margin: 0 auto;
  background: url(../images/br_preview_mobile.png) center top no-repeat;
  box-sizing: initial;
}

.footer-wrap {
  width: 100%;
  min-width: 320px;
  background-color: #fff;
  border-top: 1px #E1E1E1 solid;
  margin-top: auto;
}
.footer-wrap .mid-cont {
  padding: 50px 0;
  width: calc(100% - 40px);
  max-width: 1090px;
  margin: 0 auto;
  position: relative;
}
.footer-wrap .logo {
  width: 110px;
  height: 30px;
}
.footer-wrap ul.link {
  text-align: left;
  padding: 20px 0;
}
.footer-wrap ul.link li {
  display: inline-block;
  font-size: 0.875rem;
  padding-right: 15px;
}
.footer-wrap ul.link li:last-child {
  padding-right: 0;
}
.footer-wrap ul.link li a {
  color: #222;
}
.footer-wrap ul.link li a:hover {
  text-decoration: underline;
}
.footer-wrap ul.follow-us {
  position: absolute;
  right: 0;
  bottom: 50px;
  text-align: right;
  padding-top: 15px;
}
.footer-wrap ul.follow-us li {
  display: inline-block;
}
.footer-wrap ul.follow-us li a {
  padding: 10px;
  display: inline-block;
  color: #222;
  font-size: 1.25rem;
}
.footer-wrap .styled-select select {
  font-size: 0.875rem;
}
.footer-wrap p.copyrights {
  font-size: 0.688rem;
  color: #BCBCBC;
}
@media all and (max-width: 650px) {
  .footer-wrap .mid-cont {
    padding: 30px 0;
  }
  .footer-wrap .logo {
    width: 70px;
    height: 20px;
  }
  .footer-wrap ul.link {
    padding: 15px 0 10px 0;
  }
  .footer-wrap ul.link li {
    font-size: 0.813rem;
  }
  .footer-wrap ul.follow-us {
    text-align: left;
    padding-top: 20px;
    position: initial;
  }
  .footer-wrap ul.follow-us li {
    padding-right: 10px;
  }
  .footer-wrap ul.follow-us li a {
    padding: 5px 0px 5px 0px;
    font-size: 0.938rem;
  }
  .footer-wrap .styled-select select {
    font-size: 0.813rem;
  }
}
@media all and (max-width: 650px) {
  .footer-wrap ul.link li {
    padding-right: 10px;
  }
}

.white-popup {
  min-width: 320px;
  position: relative;
  background: #fff;
  width: auto;
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  padding: 5px 20px 20px 20px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.1) 10px 10px 6px;
}

.mfp-fade .mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade .mfp-bg .mfp-ready {
  opacity: 0.5;
}
.mfp-fade .mfp-bg .mfp-removing {
  opacity: 0;
}
.mfp-fade .mfp-bg .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade .mfp-wrap .mfp-fade.mfp-wrap .mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade .mfp-wrap .mfp-removing .mfp-content {
  opacity: 0;
}

.popup-width-m {
  max-width: 800px;
}

.popup-width-s {
  max-width: 450px;
}

.popup-container .top-text-wrap {
  margin-bottom: 20px;
}
.popup-container .top-text-wrap h3.main-title {
  padding-top: 15px;
  max-width: initial;
}
.popup-container label.label-title {
  color: #222;
  font-weight: bold;
  padding: 15px 0;
  display: block;
}
.popup-container form.product-state {
  padding-bottom: 10px;
}
.popup-container form.product-state .a-row {
  margin-bottom: 10px;
}
.popup-container .a-row {
  padding: 0 15px;
}
.popup-container .both-btn {
  padding: 25px 15px 15px 15px;
}
.popup-container .text-terms {
  padding: 0 20px;
  font-size: 0.875rem;
}
.popup-container .change-time {
  font-size: 0.813rem;
  color: #888;
}
.popup-container .website-url {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.popup-container .website-url input {
  border-radius: 4px 0 0 4px;
}
.popup-container .website-url .btn-primary-xl {
  border-radius: 0 4px 4px 0;
  height: 46px;
  min-width: 90px;
}
.popup-container .cancel-form .a-row {
  padding-bottom: 15px;
}
.popup-container .cancel-form .text-note {
  margin: 0 15px;
}
@media all and (max-width: 500px) {
  .popup-container .both-btn {
    padding: 15px;
  }
  .popup-container .text-terms {
    padding: 0 15px 20px 15px;
    font-size: 0.813rem;
  }
}
@media all and (max-width: 450px) {
  .popup-container .cancel-form .text-note {
    margin: 0 0 15px 0;
  }
}

.policy-cont {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px;
  height: 120px;
  overflow-y: auto;
  margin-bottom: 5px;
}
.policy-cont .text {
  font-size: 0.875rem;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
@media all and (max-width: 700px) {
  .policy-cont {
    height: 110px;
    padding: 8px 12px;
  }
  .policy-cont .text {
    font-size: 0.813rem;
  }
}

.d-top-text {
  margin-bottom: 10px;
}
.d-top-text:last-child {
  margin-bottom: 0;
}

.have-additional p {
  font-size: 0.875rem;
  padding: 5px 0;
}
.have-additional p i {
  color: #DCA60F;
  padding-right: 8px;
}
@media all and (max-width: 800px) {
  .have-additional p {
    font-size: 0.813rem;
  }
}

.dashboard-cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  min-height: 125px;
  margin-bottom: 10px;
}
.dashboard-cont .btn {
  margin-left: auto;
  padding: 20px 40px 20px 20px;
}
.dashboard-cont .btn .btn-primary-xl {
  min-width: 50px;
}
.dashboard-cont .main-site {
  width: calc(100% - 140px);
  padding: 30px 0px 20px 40px;
}
.dashboard-cont .main-site .text {
  font-size: 0.875rem;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
.dashboard-cont .main-site .text .mylist-icon {
  margin-left: 0;
}
.dashboard-cont .main-site .site {
  font-weight: bold;
  font-size: 1.25rem;
}
.dashboard-cont .main-site .site a {
  color: #222;
}
.dashboard-cont .main-site .site a:hover {
  text-decoration: underline;
}
.dashboard-cont .main-site .site .url {
  margin-right: 10px;
  word-break: break-all;
  line-height: 1.2;
}
.dashboard-cont .main-site .site .site-type {
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.813rem;
  border: 1px solid #a2a2a2;
  color: #888;
}
.dashboard-cont .main-site .site .open {
  border-color: #DCA60F;
  color: #DCA60F;
  font-weight: bold;
}
.dashboard-cont .have-additional {
  padding: 0 40px 25px 40px;
  display: flex;
  flex-wrap: wrap;
}
.dashboard-cont .have-additional p {
  padding: 5px 15px 5px 0;
}
.dashboard-cont .order-info {
  width: calc(100% - 140px);
  padding: 20px 0px;
  display: flex;
  flex-wrap: nowrap;
  cursor: pointer;
}
.dashboard-cont .order-info ul {
  flex: 1;
  padding-left: 40px;
  padding-right: 25px;
  max-width: 460px;
}
.dashboard-cont .order-info ul:nth-child(2) {
  border-left: 1px solid #CDCDCD;
}
.dashboard-cont .order-info ul li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 18px 0 18px 50px;
  font-size: 0.875rem;
}
.dashboard-cont .order-info ul li::before {
  position: absolute;
  content: "";
  width: 35px;
  left: 0px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.dashboard-cont .order-info ul li .text-info {
  margin-left: auto;
}
.dashboard-cont .order-info ul li:hover .text-info .f-s-big {
  text-decoration: underline;
}
.dashboard-cont .order-info ul li.icon-a .f-s-big {
  padding: 0;
}
.dashboard-cont .order-info ul li.icon-a .f-s-big .h-price {
  font-size: 0.875rem;
}
.dashboard-cont .order-info ul li.icon-a::before {
  height: 27px;
  background-image: url(../images/svg/dashboard_hand_dollar.svg);
}
.dashboard-cont .order-info ul li.icon-b::before {
  height: 26px;
  background-image: url(../images/svg/dashboard_clipboard_list.svg);
}
.dashboard-cont .order-info ul li.icon-c::before {
  height: 26px;
  background-image: url(../images/svg/dashboard_file_dollar.svg);
}
.dashboard-cont .order-info ul li.icon-d::before {
  height: 22px;
  background-image: url(../images/svg/dashboard_boxes.svg);
}
.dashboard-cont .order-info ul li.icon-e::before {
  height: 22px;
  background-image: url(../images/svg/dashboard_rectangle_list.svg);
}
.dashboard-cont .order-info ul li .title {
  min-width: 40%;
  padding-right: 10px;
}
.dashboard-cont .order-info ul li .f-s-big {
  padding: 0 10px;
  font-weight: bold;
  font-size: 1.625rem;
}
.dashboard-cont .barchart-block {
  padding: 30px 20px 30px 40px;
  width: calc(50% - 70px);
}
.dashboard-cont .barchart-block p {
  padding-bottom: 20px;
}
.dashboard-cont .marketing-info {
  width: calc(100% - 140px);
  padding: 40px;
  min-height: 180px;
}
.dashboard-cont .marketing-info .title {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 15px;
}
.dashboard-cont .marketing-info .text {
  line-height: 1.5;
  font-size: 0.938rem;
  max-width: 445px;
}
@media all and (max-width: 1000px) {
  .dashboard-cont .order-info {
    padding: 15px 0;
  }
  .dashboard-cont .order-info ul {
    padding: 0 20px 0 20px;
  }
  .dashboard-cont .order-info ul li .f-s-big {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 800px) {
  .dashboard-cont {
    align-items: flex-start;
  }
  .dashboard-cont .btn {
    padding: 15px 20px;
  }
  .dashboard-cont .order-info {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .dashboard-cont .order-info ul {
    width: 50%;
  }
  .dashboard-cont .main-site {
    width: calc(100% - 100px);
    padding: 20px 0px 10px 20px;
  }
  .dashboard-cont .main-site .text {
    padding-bottom: 10px;
    font-size: 0.813rem;
  }
  .dashboard-cont .main-site .site {
    font-size: 0.938rem;
  }
  .dashboard-cont .main-site .site .url {
    display: block;
    margin-bottom: 15px;
  }
  .dashboard-cont .main-site .site .site-type {
    display: inline-block;
    font-size: 0.813rem;
  }
  .dashboard-cont .have-additional {
    padding: 0 20px 15px 20px;
  }
  .dashboard-cont .have-additional p {
    padding: 5px 15px 5px 0;
  }
  .dashboard-cont .barchart-block {
    padding: 20px 20px 0 20px;
    width: 50%;
  }
  .dashboard-cont .marketing-info {
    padding: 20px;
    width: 100%;
  }
  .dashboard-cont .marketing-info .text {
    max-width: 100%;
  }
}
@media all and (max-width: 600px) {
  .dashboard-cont .barchart-block {
    width: 100%;
  }
  .dashboard-cont .barchart-block p {
    font-size: 0.875rem;
  }
  .dashboard-cont .order-info {
    display: initial;
  }
  .dashboard-cont .order-info ul {
    width: 100%;
  }
  .dashboard-cont .order-info ul .text-info {
    margin-left: auto;
    padding-right: 15px;
  }
}
@media all and (max-width: 450px) {
  .dashboard-cont .btn .btn-primary-xl {
    min-width: 40px;
  }
}

.dashboard-table {
  margin: 0 auto 40px auto;
}
.dashboard-table p.company {
  cursor: pointer;
}
@media all and (max-width: 1000px) {
  .dashboard-table .a-row .tools {
    flex: 100%;
    padding: 0 5px 10px 12px;
    justify-content: left;
  }
}
@media all and (max-width: 700px) {
  .dashboard-table .a-row .tools {
    padding: 0 5px 5px 5px;
  }
}
@media all and (max-width: 800px) {
  .dashboard-table {
    margin-bottom: 20px;
  }
}

.bg-marketing .marketing-info {
  background: url(../images/img_dashboard_marketing_l.png) right center no-repeat #fff;
  background-size: contain;
}
@media all and (max-width: 1000px) {
  .bg-marketing .marketing-info {
    min-height: 220px;
    background: url(../images/img_dashboard_marketing_m.png) right bottom no-repeat #fff;
    background-size: contain;
  }
  .bg-marketing .marketing-info .title {
    font-size: 0.938rem;
  }
  .bg-marketing .marketing-info .text {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 800px) {
  .bg-marketing {
    background: url(../images/img_dashboard_marketing_m.png) right bottom no-repeat #fff;
    background-size: contain;
  }
  .bg-marketing .marketing-info {
    background-color: initial;
    background-image: none;
  }
}

.other-website-face {
  margin-top: 60px;
  padding: 0 40px 40px 40px;
  position: relative;
}
.other-website-face img {
  width: 100%;
}
.other-website-face .top-text-wrap {
  width: 100%;
  min-width: initial;
}
.other-website-face .img-closed {
  width: 30%;
  max-width: 240px;
  position: absolute;
  right: 5%;
  bottom: 15%;
}
.other-website-face .img-404 {
  padding: 20px 0 40px 0;
}
@media all and (max-width: 600px) {
  .other-website-face {
    margin-top: 30px;
    padding: 0 25px 20px 25px;
  }
  .other-website-face .img-closed {
    width: 50%;
    padding: 20px 0 10px 0;
    position: initial;
  }
  .other-website-face .img-404 {
    padding-bottom: 30px;
  }
}

.mylist-cont {
  margin-bottom: 20px;
}
.mylist-cont .sub-title {
  padding-top: 25px;
  font-size: 1.25rem;
  font-weight: bold;
}
.mylist-cont .sub-title a {
  font-size: 0.875rem;
  background: #27D0CA;
  display: inline-block;
  padding: 0.6rem;
  margin: 0.6rem 0 0 0.6rem;
  border-radius: 4px;
  color: #222;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transition: all ease 0.3s;
}
@media all and (max-width: 600px) {
  .mylist-cont .sub-title a {
    margin-left: 0;
  }
}
.mylist-cont .sub-title a:hover {
  box-shadow: 2px 2px #222;
  text-decoration: underline;
}
@keyframes b-card-button {
  0% {
    margin-left: 0rem;
  }
  50% {
    margin-left: 1rem;
  }
  100% {
    margin-left: 0rem;
  }
}
.mylist-cont .expiry-date {
  padding-top: 20px;
  font-size: 0.938rem;
}
.mylist-cont .expiry-date .c-red {
  font-weight: bold;
}
.mylist-cont .a-row {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  padding: 20px 40px;
  min-height: 125px;
  margin: 25px auto 35px auto;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 12px;
}
.mylist-cont .a-row .icon {
  padding-left: 42px;
  padding-right: 10px;
  position: relative;
  line-height: 1.5;
}
.mylist-cont .a-row .icon::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 20px;
  display: block;
  left: 0;
  top: 2px;
}
.mylist-cont .a-row .icon-globe::before {
  background: url(../images/svg/icon_globe.svg) center center no-repeat;
  background-size: contain;
}
.mylist-cont .a-row .icon-free::before {
  background: url(../images/svg/icon_free.svg) center center no-repeat;
  background-size: contain;
}
.mylist-cont .a-row .btn {
  margin-left: auto;
}
@media all and (max-width: 600px) {
  .mylist-cont .a-row {
    padding: 25px 20px;
    flex-wrap: wrap;
  }
  .mylist-cont .a-row .icon {
    margin-bottom: 15px;
    width: 100%;
    padding-right: 0;
  }
  .mylist-cont .a-row .btn {
    margin-left: initial;
    padding-left: 42px;
    width: 100%;
  }
  .mylist-cont .a-row .icon-globe::before {
    width: 28px;
  }
  .mylist-cont .a-row .icon-free::before {
    width: 32px;
  }
}

.mylist-icon {
  width: 23px;
  height: 20px;
  display: block;
  margin: 0 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-brand {
  background-image: url(../images/svg/icon_mylist_brand.svg);
}

.icon-shop {
  height: 19px;
  background-image: url(../images/svg/icon_mylist_shop.svg);
}

.icon-house {
  height: 18px;
  background-image: url(../images/svg/icon_mylist_house.svg);
}

.website-list {
  margin: 0 auto 40px auto;
}
.website-list .a-row .web-photo {
  display: flex;
  align-items: center;
  align-content: center;
  min-width: 130px;
  cursor: pointer;
}
.website-list .a-row .web-photo:hover {
  text-decoration: underline;
}
.website-list .a-row .web-photo .photo {
  width: 70px;
  height: 70px;
}
.website-list .a-row .web-photo .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.website-list .a-row .tools {
  padding: 10px 10px 10px 0;
  min-width: 180px;
  justify-content: left;
}
.website-list .a-row .tools .icon-text {
  width: initial;
  padding: 0 12px;
}
.website-list .a-row .tools .have-additional {
  width: 100%;
  padding-bottom: 5px;
}
.website-list .a-row .tools .have-additional p {
  font-size: 0.813rem;
  padding: 2.5px 0;
}
.website-list .a-row p a {
  color: #222;
}
.website-list .a-row p a:hover {
  text-decoration: underline;
}
.website-list .a-row .website-name {
  width: calc(100% - 115px);
  line-height: 1.5;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.website-list .a-row .website-name:hover {
  text-decoration: underline;
}
@media all and (max-width: 1000px) {
  .website-list .a-row .tools {
    flex: 100%;
    padding: 0 5px 10px 12px;
    justify-content: flex-start;
  }
  .website-list .a-row .tools .btn-primary-m {
    margin-left: 6px;
  }
  .website-list .a-row .tools .have-additional {
    width: 100%;
    display: flex;
  }
  .website-list .a-row .tools .have-additional p {
    padding: 5px 15px 5px 0;
  }
}
@media all and (max-width: 750px) {
  .website-list {
    overflow-x: auto;
  }
  .website-list .bg-title .tools {
    display: none;
  }
  .website-list .a-row {
    min-width: 900px;
  }
  .website-list .a-row > div .photo {
    padding: 0;
  }
}
@media all and (max-width: 700px) {
  .website-list .a-row .tools {
    padding: 0 5px 8px 5px;
  }
  .website-list .a-row .tools .btn-primary-m {
    margin-left: 3px;
  }
}
@media all and (max-width: 500px) {
  .website-list .a-row {
    min-width: 600px;
    padding: 0 5px;
    align-items: center;
  }
}

.plans-cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: stretch;
}
.plans-cont .a-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  padding-bottom: 40px;
  border: transparent 2px solid;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 12px;
}
.plans-cont .a-card:hover {
  border-color: #222;
}
.plans-cont .a-card .top-title {
  padding: 30px 30px 15px 80px;
  position: relative;
  min-height: 120px;
}
.plans-cont .a-card .top-title::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  width: 28px;
  height: 28px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.plans-cont .a-card .top-title .sub-title {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1.2;
}
.plans-cont .a-card .top-title .text {
  line-height: 1.5;
}
.plans-cont .a-card .brand::before {
  background-image: url(../images/svg/icon_plans_brand.svg);
}
.plans-cont .a-card .shop::before {
  background-image: url(../images/svg/icon_plans_shop.svg);
}
.plans-cont .a-card .blackcard::before {
  background-image: url(../images/svg/icon_plans_blackcard.svg);
}
.plans-cont .a-card .weblisher::before {
  background-image: url(../images/svg/icon_plans_weblisher.svg);
}
.plans-cont .a-card .a-row {
  width: 100%;
  border-top: 1px solid #e4e4e4;
  padding-bottom: 20px;
}
.plans-cont .a-card .a-row p {
  padding: 12px 30px 12px 80px;
  font-size: 0.938rem;
  position: relative;
  line-height: 1.2;
}
.plans-cont .a-card .a-row p:nth-child(odd) {
  background-color: #FAFAFA;
}
.plans-cont .a-card .a-row p::before {
  position: absolute;
  width: 17px;
  height: 13px;
  content: "";
  left: 36px;
  top: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/svg/icon_plans_check.svg);
}
.plans-cont .a-card .a-row .sub-text {
  font-size: 0.813rem;
  padding: 8px 30px 8px 80px;
  display: block;
}
.plans-cont .a-card .btn {
  padding: 15px 30px;
  margin-top: auto;
}
.plans-cont .a-card .build-nb {
  position: absolute;
  bottom: 15px;
  left: 0px;
  padding: 10px 30px;
  font-size: 0.875rem;
}
.plans-cont .a-card:nth-child(even) {
  margin-left: 50px;
}
@media all and (max-width: 1000px) {
  .plans-cont {
    display: block;
  }
  .plans-cont .a-card {
    margin-bottom: 40px;
  }
  .plans-cont .a-card:nth-child(even) {
    margin-left: initial;
  }
  .plans-cont .a-card:last-child {
    margin-bottom: 0;
  }
  .plans-cont .a-card .top-title {
    min-height: initial;
  }
}
@media all and (max-width: 700px) {
  .plans-cont .a-card .top-title .sub-title {
    font-size: 1.25rem;
  }
  .plans-cont .a-card .top-title .text {
    font-size: 0.875rem;
  }
  .plans-cont .a-card .a-row p {
    font-size: 0.875rem;
  }
  .plans-cont .a-card .build-nb {
    font-size: 0.688rem;
  }
}
@media all and (max-width: 400px) {
  .plans-cont .a-card .top-title {
    padding: 20px 20px 15px 65px;
  }
  .plans-cont .a-card .top-title::before {
    top: 20px;
    left: 20px;
  }
  .plans-cont .a-card .top-title .sub-title {
    font-size: 1rem;
  }
  .plans-cont .a-card .a-row p {
    padding: 12px 20px 12px 65px;
  }
  .plans-cont .a-card .a-row p::before {
    left: 25px;
  }
  .plans-cont .a-card .btn {
    padding: 15px;
  }
  .plans-cont .a-card .build-nb {
    padding: 10px 20px;
  }
}

.blackcard-cont .a-card {
  padding-bottom: 20px;
  padding-top: 45px;
}
.blackcard-cont .a-card .top-title {
  position: relative;
  min-height: initial;
}
.blackcard-cont .a-card .top-title .label-type {
  position: absolute;
  min-width: 55%;
  top: -32px;
  left: -12px;
  z-index: 1;
}
.blackcard-cont .a-card .top-title .label-type p {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
}
.blackcard-cont .a-card .top-title .label-type p span {
  -webkit-clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
  padding: 10px 25px 10px 20px;
  display: block;
  box-shadow: 0px 1px 0px #bbb;
}
.blackcard-cont .a-card .top-title .label-type p::before {
  position: absolute;
  left: 0;
  bottom: -7px;
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: #8F6F15;
}
@media all and (max-width: 700px) {
  .blackcard-cont .a-card .top-title .label-type p {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 400px) {
  .blackcard-cont .a-card .top-title .label-type p {
    font-size: 0.938rem;
  }
}
.blackcard-cont .a-card .blackcard .label-type p span {
  background-color: #FFD14F;
}
.blackcard-cont .a-card .weblisher {
  border-top: none;
}
.blackcard-cont .a-card .weblisher .label-type p {
  color: #fff;
  letter-spacing: 3px;
}
.blackcard-cont .a-card .weblisher .label-type p span {
  background-color: #FF5539;
}
.blackcard-cont .a-card .weblisher .label-type p::before {
  background-color: #584100;
}
.blackcard-cont .a-card .weblisher .ill {
  background-color: #F2F2F2;
  border-radius: 4px;
  max-width: calc(100% - 60px);
  padding: 15px 20px;
  padding-left: 155px;
  margin: 7.5px auto 7.5px auto;
  font-size: 0.938rem;
  position: relative;
  min-height: 80px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.blackcard-cont .a-card .weblisher .ill::before {
  position: absolute;
  content: "";
  left: 45px;
  display: block;
}
@media all and (max-width: 400px) {
  .blackcard-cont .a-card .weblisher .ill {
    max-width: calc(100% - 30px);
    padding-left: 120px;
  }
  .blackcard-cont .a-card .weblisher .ill::before {
    left: 20px;
  }
}
.blackcard-cont .a-card .weblisher .ill-01::before {
  width: 74px;
  height: 54px;
  top: calc(50% - 27px);
  background-image: url(../images/plans_ill_01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.blackcard-cont .a-card .weblisher .ill-02::before {
  width: 86px;
  height: 76px;
  top: calc(50% - 45px);
  background-image: url(../images/plans_ill_02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.blackcard-cont .a-card .weblisher .ill-03::before {
  width: 72px;
  height: 66px;
  top: calc(50% - 33px);
  background-image: url(../images/plans_ill_03.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.blackcard-cont .a-card .a-row {
  padding-bottom: 0;
}
@media all and (max-width: 400px) {
  .blackcard-cont .a-card {
    padding-bottom: 10px;
  }
  .blackcard-cont .a-card .a-row .sub-text {
    padding-left: 65px;
  }
}

.additional-cont {
  flex-wrap: wrap;
}
.additional-cont .a-card {
  flex: calc(50% - 25px);
  max-width: calc(50% - 25px);
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.additional-cont .a-card .top-title {
  min-height: 85px;
}
.additional-cont .a-card .icon {
  position: relative;
}
.additional-cont .a-card .icon::before {
  position: absolute;
  content: "";
  top: 25px;
  left: 25px;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 4px;
  background-color: #DCA60F;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 38%;
}
.additional-cont .a-card .icon-list::before {
  background-image: url(../images/svg/icon_additional_list.svg);
  background-size: 35%;
}
.additional-cont .a-card .icon-basket::before {
  background-image: url(../images/svg/icon_additional_basket.svg);
  background-size: 50%;
}
.additional-cont .a-card .icon-calendar::before {
  background-image: url(../images/svg/icon_additional_calendar.svg);
}
.additional-cont .a-card .icon-utensils::before {
  background-image: url(../images/svg/icon_additional_utensils.svg);
}
.additional-cont .a-card .icon-bed::before {
  background-image: url(../images/svg/icon_additional_bed.svg);
  background-size: 47%;
}
.additional-cont .a-card .a-row {
  border: none;
  padding-bottom: 10px;
}
@media all and (max-width: 1000px) {
  .additional-cont {
    display: flex;
  }
  .additional-cont .a-card:nth-child(even) {
    margin-left: 50px;
  }
}
@media all and (max-width: 750px) {
  .additional-cont {
    display: block;
  }
  .additional-cont .a-card {
    flex: initial;
    max-width: 100%;
  }
  .additional-cont .a-card:nth-child(even) {
    margin-left: initial;
  }
}
@media all and (max-width: 500px) {
  .additional-cont .a-card .btn {
    padding: 5px 20px;
  }
}
@media all and (max-width: 400px) {
  .additional-cont .a-card .top-title {
    min-height: 75px;
  }
  .additional-cont .a-card .icon::before {
    width: 30px;
    height: 30px;
    top: 20px;
    left: 18px;
  }
}

.marketing-calendar-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
.marketing-calendar-cont .a-card {
  width: calc(33.3333333333% - 36px + 12px);
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.45s ease;
  top: 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 12px;
}
.marketing-calendar-cont .a-card:hover {
  top: -5px;
}
.marketing-calendar-cont .a-card:hover .a-row P::before {
  margin-left: 0.7rem;
}
.marketing-calendar-cont .a-card a {
  display: block;
}
.marketing-calendar-cont .a-card a:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}
.marketing-calendar-cont .a-card img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.marketing-calendar-cont .a-card h4.sub-title {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.5;
  padding: 21px 21px 0 21px;
}
.marketing-calendar-cont .a-card .a-row {
  border: none;
  padding-bottom: 10px;
  text-align: justify;
}
.marketing-calendar-cont .a-card .a-row p {
  background-color: transparent;
  padding: 0 21px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.marketing-calendar-cont .a-card .a-row p::before {
  content: "⇀";
  display: block;
  clear: both;
  position: relative;
  color: #ccc;
  line-height: 4;
  transition: all 0.45s ease;
}
.marketing-calendar-cont .a-card .edm-date {
  margin: 12px 21px 0 21px;
  border-top: #f2f2f2 1px solid;
  text-align: right;
  font-size: 0.75rem;
  color: #ccc;
  line-height: 3;
  font-family: "Consolas", Courier, monospace;
  margin-top: auto;
}
.marketing-calendar-cont .a-card .edm-date i {
  margin-right: 0.5rem;
}
@media all and (max-width: 992px) {
  .marketing-calendar-cont .a-card {
    width: calc(50% - 36px + 18px);
  }
  .marketing-calendar-cont .a-card img {
    height: 250px;
  }
}
@media all and (max-width: 768px) {
  .marketing-calendar-cont .a-card img {
    height: 200px;
  }
}
@media all and (max-width: 576px) {
  .marketing-calendar-cont .a-card {
    width: 100%;
  }
  .marketing-calendar-cont .a-card img {
    height: 250px;
  }
}

.brand::before {
  background-image: url(../images/svg/icon_plans_brand.svg);
}

.shop::before {
  background-image: url(../images/svg/icon_plans_shop.svg);
}

@media screen and (width < 500px) {
  .third_party_title {
    margin-bottom: 20px;
  }
}
.third_party_title .tappay_faq_label {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (width < 700px) {
  .third_party_title .tappay_faq_label {
    font-size: 1.125rem;
  }
}

.toppay_account_block {
  margin-bottom: 10px;
}
.toppay_account_block .control {
  word-break: break-all;
}
.toppay_account_block .toppay_account_status {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 15px;
}
.toppay_account_block .toppay_account_status p {
  font-size: 0.875rem;
  line-height: 20px;
}

.gold-top-tab {
  padding: 0;
  width: calc(100% - 40px);
  max-width: 1090px;
  min-width: 320px;
  margin: 10px auto 10px auto;
}

.payment-title {
  width: calc(100% - 40px);
  max-width: 1090px;
  min-width: 320px;
  margin: 10px auto 20px auto;
}
.payment-title label {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 20px;
}

.payment-connection .payment-faq-label {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 20px;
}
.payment-connection .label-title {
  padding: 20px 0 10px 0;
  font-size: 0.875rem;
  font-weight: bold;
  display: block;
}
.payment-connection input {
  max-width: 500px;
  font-size: 0.875rem;
  padding-left: 15px;
}
.payment-connection .detail-info {
  max-width: 500px;
  padding: 0;
}
.payment-connection .detail-info li {
  position: relative;
  margin-top: 20px;
}
.payment-connection .detail-info li .tools {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 2;
}
.payment-connection .detail-info .btn {
  padding: 0;
}

.payment-tappay-methods .payment-faq-label {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 20px;
}
.payment-tappay-methods .tappay-methods {
  display: flex;
  align-items: center;
  padding: 20px 0 10px 0;
}
.payment-tappay-methods .tappay-methods p {
  font-size: 0.875rem;
  font-weight: bold;
}
.payment-tappay-methods input {
  max-width: 500px;
  font-size: 0.875rem;
  padding-left: 15px;
}

.payment-tappay-store {
  padding: 20px 0 10px 0;
}
.payment-tappay-store .payment-faq-label {
  font-size: 0.875rem;
  font-weight: bold;
}
.payment-tappay-store .tappay-store-pay {
  display: flex;
  align-items: center;
  padding: 20px 0 10px 0;
}
.payment-tappay-store .tappay-store-pay p {
  font-size: 0.875rem;
}

.tappay-storepay-methods {
  font-size: 0.875rem;
  font-weight: bold;
  padding: 20px 0 10px 0;
}

.tappay-storepay-methods-ckeck {
  width: 100%;
  max-width: 950px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (width < 1024px) {
  .tappay-storepay-methods-ckeck {
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (width < 768px) {
  .tappay-storepay-methods-ckeck {
    grid-template-columns: repeat(2, 1fr);
  }
}

.payment-greenworld-store {
  max-width: 500px;
}
.payment-greenworld-store span.text {
  top: 12px;
}

.tappay-register,
.tappay-company-information,
.tappay-company-person,
.tappay-collection_account,
.tappay-company-registration {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (width < 768px) {
  .tappay-register,
  .tappay-company-information,
  .tappay-company-person,
  .tappay-collection_account,
  .tappay-company-registration {
    gap: 10px;
  }
  .tappay-register .samerow-radio,
  .tappay-company-information .samerow-radio,
  .tappay-company-person .samerow-radio,
  .tappay-collection_account .samerow-radio,
  .tappay-company-registration .samerow-radio {
    flex-direction: column;
  }
}
.tappay-register .both-btn,
.tappay-company-information .both-btn,
.tappay-company-person .both-btn,
.tappay-collection_account .both-btn,
.tappay-company-registration .both-btn {
  padding: 40px 0 15px 0;
}
.tappay-register .both-btn .text-note,
.tappay-company-information .both-btn .text-note,
.tappay-company-person .both-btn .text-note,
.tappay-collection_account .both-btn .text-note,
.tappay-company-registration .both-btn .text-note {
  left: 70px;
  top: 5px;
}

.tappay-information {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (width < 768px) {
  .tappay-information {
    gap: 10px;
  }
  .tappay-information .samerow-radio {
    flex-direction: column;
  }
}
.tappay-information .samerow-checkbox {
  flex-direction: column;
}

.both-select {
  width: 100%;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (width < 768px) {
  .both-select {
    flex-direction: column;
    gap: 10px;
  }
}
.both-select .the-select {
  width: 30%;
}
@media screen and (width < 768px) {
  .both-select .the-select {
    width: 100%;
  }
}

.tappay-notice {
  text-align: center;
}

.tappay-register-radio {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (width < 768px) {
  .tappay-register-radio {
    gap: 10px;
  }
}
.tappay-register-radio .txn-radio {
  display: flex;
  width: 100%;
}
@media screen and (width < 768px) {
  .tappay-register-radio .txn-radio {
    flex-direction: column;
  }
}

.edit-file-list {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 6px 8px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.edit-file-list .upload-file {
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  padding: 8px 15px;
  margin: 3.5px;
}
.edit-file-list .upload-file p {
  font-size: 0.875rem;
  color: #333333;
}
.edit-file-list .upload-file a {
  padding-left: 10px;
  color: #333333;
  opacity: 0.65;
}
.edit-file-list .upload-file a:hover {
  opacity: 1;
}
.edit-file-list .upload-file:hover {
  background-color: #F5F5F5;
  border-color: #888;
}
@media all and (max-width: 500px) {
  .edit-file-list input {
    font-size: 0.813rem;
  }
  .edit-file-list .a-mail {
    padding: 6px 10px;
  }
  .edit-file-list .a-mail p {
    font-size: 0.813rem;
  }
}

.tappay-register-store-input {
  width: 100%;
}

.tappay_file_upload {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (width < 768px) {
  .tappay_file_upload {
    gap: 10px;
  }
  .tappay_file_upload .samerow-radio {
    flex-direction: column;
  }
}
.tappay_file_upload .batch-btn a {
  margin-right: 5px;
  background-color: #fff;
  border-color: #dcdcdc;
  font-weight: normal;
}
.tappay_file_upload .batch-btn a:hover {
  opacity: 1;
}
.tappay_file_upload .batch-btn a span i {
  margin-left: 5px;
}
.tappay_file_upload .batch-btn a:hover {
  border-color: #222;
}
.tappay_file_upload .both-btn {
  padding: 40px 0 15px 0;
}
.tappay_file_upload .both-btn .text-note {
  top: 5px;
}

.tappay_register_complete {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tappay_register_complete .complete_content {
  display: flex;
  align-items: center;
}
.tappay_register_complete .top-text-wrap {
  width: 50%;
}
.tappay_register_complete .top-text-wrap p.text {
  line-height: 30px;
  margin-left: 60px;
}
@media screen and (width < 950px) {
  .tappay_register_complete .top-text-wrap p.text {
    margin-left: 40px;
  }
}
.tappay_register_complete .img-complete {
  width: 50%;
}
.tappay_register_complete .img-complete img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (width < 768px) {
  .tappay_register_complete .complete_content {
    flex-direction: column;
    gap: 10px;
  }
  .tappay_register_complete .top-text-wrap {
    width: 100%;
    min-width: 100%;
  }
  .tappay_register_complete .top-text-wrap p.text {
    margin-left: 0px;
  }
  .tappay_register_complete .img-complete {
    width: 100%;
  }
}

.progressbar-container {
  width: 60%;
  margin: 0 auto 30px;
}
@media screen and (width < 768px) {
  .progressbar-container {
    width: 100%;
    margin: 20px auto 30px;
  }
}

.progress {
  counter-reset: step;
}

.progress li {
  list-style-type: none;
  float: left;
  width: 33.33%;
  position: relative;
  text-align: center;
  font-weight: bold;
}
@media screen and (width < 768px) {
  .progress li {
    font-size: 0.938rem;
  }
}

.progress li:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 5px dotted #ddd;
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  background-color: #fff;
}

.progress li:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #eee;
  border: 3px dashed #eee;
  top: 20px;
  left: -50%;
  z-index: -1;
}

.progress li:first-child:after {
  content: none;
}

.progress li.active {
  color: #27d0ca;
}

.progress li.active:before {
  border: 5px solid #27d0ca;
}

.progress li.active + li:after {
  background-color: #27d0ca;
  border: 3px solid #27d0ca;
}

.progress li.active2 {
  color: #27d0ca;
}

.progress li.active2:before {
  border: 5px dotted #27d0ca;
}

.progress li.active3 {
  color: #27d0ca;
}

.progress li.active3:before {
  border: 5px solid #27d0ca;
}

.progress li.active3 + li:after {
  background-color: #27d0ca;
}

.progress li.active4 {
  color: #27d0ca;
}

.progress li.active4:before {
  border: 5px solid #27d0ca;
}

#popup-edm.h-white-popup {
  min-width: 320px;
  position: relative;
  background: #fff;
  width: auto;
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  padding: 20px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.1) 10px 10px 6px;
}
#popup-edm.h-white-popup img {
  display: block;
  max-width: 100%;
}
#popup-edm .btn {
  justify-content: center;
  border-top: #f2f2f2 1px solid;
  padding-top: 1rem;
  margin-top: 1rem;
}
#popup-edm .btn i {
  padding-right: 0.5rem;
}/*# sourceMappingURL=style.css.map */