* {
  font-family: 'Avenir' !important;
  color: #424242;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
input,
textarea,
form,
div,
span,
article {
  line-height: 1.375;
  color: #424242;
}
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input::placeholder,
textarea::placeholder {
  color: #BFBFBF;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.placeholder {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.page .page-drawer {
  float: left;
}
.page .page-content {
  width: calc(100% - 235px);
  padding: 8px 32px;
  float: left;
  border-left: 1px solid #E2E2E2;
}
@media screen and (max-width: 768px) {
  .page .page-content {
    width: calc(100% - 32px);
  }
}
.ws-mobile-cart-placeholder {
  height: 54px;
  display: block;
  visibility: none;
}

.component-system-msg {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  top: 24px;
  max-width: 673px;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .component-system-msg {
    padding: 0 16px;
  }
}
.component-system-msg .msg-block .single-msg {
  position: relative;
  margin-bottom: 12px;
  padding: 24px;
  border-radius: 9px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .component-system-msg .msg-block .single-msg {
    padding: 12px 16px;
    min-height: 60px;
  }
}
.component-system-msg .msg-block .single-msg .left {
  float: left;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .component-system-msg .msg-block .single-msg .left {
    margin-right: 12px;
  }
}
.component-system-msg .msg-block .single-msg .left img {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .component-system-msg .msg-block .single-msg .left img {
    width: 20px;
    height: 20px;
  }
}
.component-system-msg .msg-block .single-msg .right {
  float: left;
  width: calc(100% - 102px);
}
@media screen and (max-width: 768px) {
  .component-system-msg .msg-block .single-msg .right {
    width: calc(100% - 54px);
  }
}
.component-system-msg .msg-block .single-msg .right h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .component-system-msg .msg-block .single-msg .right h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.component-system-msg .msg-block .single-msg .right p {
  font-size: 16px;
}
.component-system-msg .msg-block .single-msg .right p span {
  color: #6FC16D;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}
.component-system-msg .msg-block .single-msg .right p span:hover {
  color: #6FC16D;
}
@media screen and (max-width: 768px) {
  .component-system-msg .msg-block .single-msg .right p {
    font-size: 14px;
  }
}
.component-system-msg .msg-block .single-msg .close {
  position: absolute;
  right: 16px;
  top: 16px;
}
@media screen and (max-width: 768px) {
  .component-system-msg .msg-block .single-msg .close {
    top: 12px;
    right: 30px;
  }
}
.component-system-msg .msg-block .single-msg .close img {
  width: 16px;
  height: 16px;
}
.component-system-msg .msg-block .single-msg-error {
  color: #E42D2D;
  background-color: #FFF0F0;
}
.component-system-msg .msg-block .single-msg-error .right .title,
.component-system-msg .msg-block .single-msg-error .right .message {
  color: #E42D2D;
}
.component-system-msg .msg-block .single-msg-error .right .title span,
.component-system-msg .msg-block .single-msg-error .right .message span {
  color: #E42D2D;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}
.component-system-msg .msg-block .single-msg-error .right .title span:hover,
.component-system-msg .msg-block .single-msg-error .right .message span:hover {
  color: #E42D2D;
}
.component-system-msg .msg-block .single-msg-success {
  color: #6FC16D;
  background-color: #ECFFEC;
}
.component-system-msg .msg-block .single-msg-success .right .title,
.component-system-msg .msg-block .single-msg-success .right .message {
  color: #6FC16D;
}
.component-system-msg .msg-block .single-msg-success .right .title span,
.component-system-msg .msg-block .single-msg-success .right .message span {
  color: #6FC16D;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}
.component-system-msg .msg-block .single-msg-success .right .title span:hover,
.component-system-msg .msg-block .single-msg-success .right .message span:hover {
  color: #6FC16D;
}

.header {
  padding: 0 32px;
  height: 64px;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header {
    height: 48px;
    padding: 0 16px;
    position: relative;
  }
}
.header .header-title-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .header .header-title-mobile {
    display: block;
  }
}
.header .header-left {
  position: relative;
  display: flex;
  align-items: center;
}
.header .header-left .header-logo {
  cursor: pointer;
  height: 28px;
  margin-right: 12px;
}
.header .header-left .header-logo-mobile {
  cursor: pointer;
  height: 28px;
  margin-right: 12px;
}
@media screen and (min-width: 769px) {
  .header .header-left .header-logo-mobile {
    display: none;
    margin-right: 8px;
  }
}
.header .header-left .workspace-name {
  font-weight: 700;
  font-size: 20px;
  margin-right: 16px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header .header-left .workspace-name {
    margin-right: 8px;
    font-size: 14px;
  }
}
.header .header-left .workspace-arrow {
  height: 24px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header .header-left .workspace-arrow {
    height: 19px;
  }
}
.header .header-left .workspace-options {
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 550;
  width: 325px;
  background-color: #fff;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 49, 107, 0.15);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .header .header-left .workspace-options {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding: 0;
  }
}
.header .header-left .workspace-options .workspace-option-head {
  display: none;
  height: 48px;
  border-bottom: 1px solid #ececec;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .header .header-left .workspace-options .workspace-option-head {
    display: flex;
    align-items: center;
  }
}
.header .header-left .workspace-options .workspace-option-head img {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .header .header-left .workspace-options .section {
    margin-bottom: 32px;
  }
}
.header .header-left .workspace-options .section-workspace .title,
.header .header-left .workspace-options .section-co-manage .title {
  font-size: 12px;
  text-transform: uppercase;
  color: #BFBFBF;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header .header-left .workspace-options .section-workspace .title,
  .header .header-left .workspace-options .section-co-manage .title {
    padding: 0 16px;
  }
}
.header .header-left .workspace-options .section-workspace .single-option,
.header .header-left .workspace-options .section-co-manage .single-option {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header .header-left .workspace-options .section-workspace .single-option,
  .header .header-left .workspace-options .section-co-manage .single-option {
    padding: 0 16px;
  }
}
.header .header-left .workspace-options .section-workspace .single-option .option-name,
.header .header-left .workspace-options .section-co-manage .single-option .option-name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
}
.header .header-left .workspace-options .section-workspace .single-option .option-domain,
.header .header-left .workspace-options .section-co-manage .single-option .option-domain {
  font-size: 12px;
  color: #767676;
}
.header .header-left .workspace-options .section-workspace .single-option-selected .option-name,
.header .header-left .workspace-options .section-co-manage .single-option-selected .option-name,
.header .header-left .workspace-options .section-workspace .single-option-selected .option-domain,
.header .header-left .workspace-options .section-co-manage .single-option-selected .option-domain {
  color: #6FC16D;
}
.header .header-left .workspace-options .section-workspace .single-option:not(:last-of-type),
.header .header-left .workspace-options .section-co-manage .single-option:not(:last-of-type) {
  margin-bottom: 20px;
}
.header .header-left .workspace-options .section-workspace .btn-create-workspace,
.header .header-left .workspace-options .section-co-manage .btn-create-workspace {
  padding: 10px 16px;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header .header-left .workspace-options .section-workspace .btn-create-workspace .btn-icon,
.header .header-left .workspace-options .section-co-manage .btn-create-workspace .btn-icon {
  margin-right: 16px;
  width: 20px;
  height: 20px;
}
.header .header-left .workspace-options .section-workspace .btn-create-workspace .btn-text,
.header .header-left .workspace-options .section-co-manage .btn-create-workspace .btn-text {
  font-size: 14px;
  color: #BFBFBF;
}
@media screen and (max-width: 768px) {
  .header .header-left .workspace-options .section-workspace {
    margin-top: 24px;
  }
}
.header .header-left .workspace-options .section-co-manage {
  padding-top: 24px;
  border-top: 1px solid #ececec;
  margin-top: 24px;
}
.header .header-left .store-name {
  margin-left: 24px;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .header .header-left .store-name {
    display: none;
  }
}
.header .header-left .store-status {
  margin-left: 8px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .header .header-left .store-status {
    display: none;
  }
}
.header .header-left .btn-goback {
  width: 22px;
  height: 22px;
  transform: rotate(90deg);
}
@media screen and (min-width: 769px) {
  .header .header-left .btn-goback {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header .header-left .mobile-hide {
    display: none;
  }
}
.header .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header .header-right {
    display: none;
  }
}
.header .header-right .floating-tab {
  cursor: pointer;
  margin-left: 40px;
  float: right;
  font-weight: 400;
  font-size: 18px;
}

.section-footer {
  bottom: 0;
  max-width: 1440px;
  margin: auto;
  padding: 0 32px;
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-footer {
    padding: 40px 16px;
    flex-direction: column;
    justify-content: flex-end;
    height: auto;
  }
}
.section-footer .footer-terms-and-policy-mobile {
  display: none;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .section-footer .footer-terms-and-policy-mobile {
    display: block;
  }
}
.section-footer .footer-terms-and-policy-mobile a span {
  color: #BFBFBF;
  white-space: nowrap;
  margin-right: 24px;
}
.section-footer .section-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.section-footer .section-footer-inner .footer-text {
  width: 50%;
  font-style: normal;
  font-size: 12px;
  color: #BFBFBF;
}
.section-footer .section-footer-inner .footer-text .footer-highlight {
  color: #6FC16D;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .section-footer .section-footer-inner .footer-text .footer-highlight {
    display: block;
    margin-left: 0;
  }
}
.section-footer .section-footer-inner .footer-text .footer-highlight b {
  color: inherit;
}
.section-footer .section-footer-inner .footer-terms-and-policy {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-footer .section-footer-inner .footer-terms-and-policy {
    display: none;
  }
}
.section-footer .section-footer-inner .footer-terms-and-policy a span {
  color: #BFBFBF;
  white-space: nowrap;
  margin-right: 24px;
}
.section-footer .section-footer-inner .lang {
  width: 50%;
  text-align: right;
}
.section-footer .section-footer-inner .lang .lang-text {
  font-size: 14px;
  margin-bottom: 8px;
}
.section-footer .section-footer-inner .lang .lang-tabs .single-tab {
  cursor: pointer;
  float: right;
  margin-left: 12px;
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid #ececec;
}

.section-header-placeholder {
  height: 64px;
}
@media screen and (max-width: 767px) {
  .section-header-placeholder {
    height: 48px;
  }
}
.wholesale-supplier-header {
  padding: 18px 32px 18px 32px;
  height: 64px;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
}
.wholesale-supplier-header .left,
.wholesale-supplier-header .right {
  display: flex;
  flex-flow: row nowrap;
}
.wholesale-supplier-header .left {
  justify-content: flex-start;
}
.wholesale-supplier-header .left .logo {
  height: 28px;
  cursor: pointer;
}
.wholesale-supplier-header .left .workspace {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 12px;
  cursor: pointer;
}
.wholesale-supplier-header .left .workspace .workspace-name {
  padding-left: 12px;
  border-left: 1px solid #ececec;
  font-weight: 700;
  font-size: 20px;
  line-height: 15px;
  margin-right: 16px;
}
.wholesale-supplier-header .left .workspace .workspace-arrow {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.wholesale-supplier-header .left .workspace .workspace-options {
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 550;
  width: 325px;
  background-color: #fff;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 49, 107, 0.15);
  border-radius: 10px;
}
.wholesale-supplier-header .left .workspace .workspace-options .section-workspace .title,
.wholesale-supplier-header .left .workspace .workspace-options .section-co-manage .title {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #BFBFBF;
  margin-bottom: 20px;
}
.wholesale-supplier-header .left .workspace .workspace-options .section-workspace .single-option,
.wholesale-supplier-header .left .workspace .workspace-options .section-co-manage .single-option {
  cursor: pointer;
}
.wholesale-supplier-header .left .workspace .workspace-options .section-workspace .single-option .option-name,
.wholesale-supplier-header .left .workspace .workspace-options .section-co-manage .single-option .option-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 4px;
}
.wholesale-supplier-header .left .workspace .workspace-options .section-workspace .single-option .option-domain,
.wholesale-supplier-header .left .workspace .workspace-options .section-co-manage .single-option .option-domain {
  font-size: 12px;
  line-height: 16px;
  color: #767676;
}
.wholesale-supplier-header .left .workspace .workspace-options .section-workspace .single-option-selected .option-name,
.wholesale-supplier-header .left .workspace .workspace-options .section-co-manage .single-option-selected .option-name,
.wholesale-supplier-header .left .workspace .workspace-options .section-workspace .single-option-selected .option-domain,
.wholesale-supplier-header .left .workspace .workspace-options .section-co-manage .single-option-selected .option-domain {
  color: #6FC16D;
}
.wholesale-supplier-header .left .workspace .workspace-options .section-workspace .single-option:not(:last-of-type),
.wholesale-supplier-header .left .workspace .workspace-options .section-co-manage .single-option:not(:last-of-type) {
  margin-bottom: 20px;
}
.wholesale-supplier-header .left .workspace .workspace-options .section-workspace .btn-create-workspace,
.wholesale-supplier-header .left .workspace .workspace-options .section-co-manage .btn-create-workspace {
  padding: 10px 16px;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  cursor: pointer;
}
.wholesale-supplier-header .left .workspace .workspace-options .section-workspace .btn-create-workspace .btn-icon,
.wholesale-supplier-header .left .workspace .workspace-options .section-co-manage .btn-create-workspace .btn-icon {
  float: left;
  margin-right: 16px;
  width: 20px;
  height: 20px;
}
.wholesale-supplier-header .left .workspace .workspace-options .section-workspace .btn-create-workspace .btn-text,
.wholesale-supplier-header .left .workspace .workspace-options .section-co-manage .btn-create-workspace .btn-text {
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #BFBFBF;
}
.wholesale-supplier-header .left .workspace .workspace-options .section-co-manage {
  padding-top: 24px;
  border-top: 1px solid #ececec;
  margin-top: 24px;
}
.wholesale-supplier-header .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wholesale-supplier-header .right .header-tab {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #767676;
  cursor: pointer;
}
.wholesale-supplier-header .right .header-tab:not(:last-of-type) {
  margin-right: 40px;
}
.wholesale-supplier-header .right .header-tab:hover {
  color: #767676;
}
.wholesale-supplier-header .right .header-tab-active {
  color: #6FC16D;
  text-decoration: none;
}
.wholesale-supplier-header .right .header-tab-active a {
  color: #6FC16D;
}
.wholesale-supplier-header .right .header-tab-active a:hover {
  color: #6FC16D;
}

.wholesale-footer {
  max-width: 1440px;
  margin: auto;
  padding: 0 32px;
  height: 110px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .wholesale-footer .text {
    text-align: center;
  }
}
.wholesale-footer .text .link {
  margin-left: 4px;
  color: #6FC16D;
}

.wholesale-header {
  padding: 18px 32px 18px 32px;
  height: 64px;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: #ffffff;
}
.wholesale-header .left,
.wholesale-header .right {
  display: flex;
  flex-flow: row nowrap;
}
.wholesale-header .left {
  justify-content: flex-start;
}
.wholesale-header .left .logo {
  height: 28px;
  cursor: pointer;
}
.wholesale-header .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wholesale-header .right .header-tab {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #767676;
  cursor: pointer;
}
.wholesale-header .right .header-tab:not(:last-of-type) {
  margin-right: 40px;
}
.wholesale-header .right .header-tab:hover {
  color: #767676;
}
.wholesale-header .right .header-tab-active {
  color: #6FC16D;
  text-decoration: none;
}
.wholesale-header .right .header-tab-active a {
  color: #6FC16D;
}
.wholesale-header .right .header-tab-active a:hover {
  color: #6FC16D;
}
.wholesale-header .right .btn-cart {
  cursor: pointer;
  background: #D6F1D6;
  border-radius: 32px;
  width: 110px;
  height: 40px;
  text-align: center;
  padding: 9px 16px;
  color: #6FC16D;
  font-weight: 700;
  font-size: 16px;
}
.wholesale-header .right .btn-cart img {
  margin-right: 6px;
}
.wholesale-header .right .btn-cart .amount {
  font-size: 12px;
  font-weight: 500;
  color: #6FC16D;
}
.wholesale-header .right .btn-cart:hover {
  color: #6FC16D;
}

.element-search-bar {
  width: 100%;
  height: 40px;
  position: relative;
}
.element-search-bar input {
  height: 40px;
  width: 100%;
  border-radius: 4px;
  padding: 13px 16px 13px 50px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .element-search-bar input {
    padding: 13px 16px 13px 40px;
  }
}
.element-search-bar .btn-search {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 50px;
  padding: 7px 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .element-search-bar .btn-search {
    width: 40px;
  }
}
.element-search-bar .btn-search img {
  height: 26px;
}

.section-header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: #ffffff;
  height: 48px;
  padding: 0 16px;
  font-weight: 900;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
}
.section-header-mobile .left {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
}
.section-header-mobile .left .logo {
  height: 20px;
  cursor: pointer;
  margin: 14px 0;
}
.section-header-mobile .left .go-back {
  float: left;
  width: 20px;
  height: 20px;
  margin: 14px 0;
  transform: rotate(90deg);
}
.section-header-mobile .right {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
}
.section-header-mobile .right .menu {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 14px;
}
.section-header-mobile .page-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}
.section-header-mobile .page-menu {
  text-align: center;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 100;
}
.section-header-mobile .page-menu .page-menu-header {
  height: 48px;
  position: relative;
  margin-bottom: 42px;
}
.section-header-mobile .page-menu .page-menu-header img {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 9px;
}
.section-header-mobile .page-menu .option {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 32px;
}

.section-cart {
  z-index: 1000;
  background: #D6F1D6;
  height: 54px;
  color: #6FC16D;
  position: fixed;
  bottom: 0px;
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .section-cart {
    display: none;
  }
}
.section-cart .left {
  position: relative;
  left: 32px;
  top: 14px;
}
.section-cart .count {
  position: absolute;
  top: 14px;
  left: 66px;
  line-height: 26px;
  font-size: 16px;
  color: #6FC16D;
}
.section-cart .amount {
  margin-left: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #6FC16D;
}
.section-cart .right {
  position: relative;
  right: 32px;
  top: 14px;
  float: right;
}

.chat-window {
  position: relative;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .chat-window {
    width: 100vw!important;
    top: 0!important;
    max-height: 100vh!important;
    height: 100vh!important;
  }
}
.chat-window .window-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 58px;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  line-height: 25px;
  color: #424242;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ECECEC;
  margin-left: -24px;
  margin-right: -24px;
}
.chat-window .window-header img {
  position: absolute;
  left: 0;
  cursor: pointer;
  margin-left: 24px;
  float: left;
}
.chat-window .window-content {
  margin-top: 42px;
}
.chat-window .window-content .chat-conversation .chat-title,
.chat-window .window-content .chat-message .chat-title,
.chat-window .window-content .chat-conversation .chat-name,
.chat-window .window-content .chat-message .chat-name {
  float: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.chat-window .window-content .chat-conversation .chat-time,
.chat-window .window-content .chat-message .chat-time {
  margin-left: 16px;
  float: left;
  font-size: 14px;
  line-height: 19px;
  color: #BFBFBF;
}
.chat-window .window-content .chat-conversation .chat-content,
.chat-window .window-content .chat-message .chat-content {
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.chat-window .window-content .chat-conversation .chat-notice,
.chat-window .window-content .chat-message .chat-notice {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.chat-window .window-content .chat-conversation {
  cursor: pointer;
  padding: 16px;
  border-bottom: 1px solid #ECECEC;
  position: relative;
}
.chat-window .window-content .chat-message {
  padding: 10px 16px;
}
.chat-window .window-content .message-list {
  width: calc(100% - 48px);
  height: calc(100% - 180px);
  position: absolute;
  overflow: scroll;
}
.chat-window .window-content .chat-input {
  position: absolute;
  bottom: 0;
  width: calc(100% - 48px);
  padding-bottom: 24px;
}
.chat-window .window-content .chat-input .input-area {
  width: 100%;
  position: relative;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 12px;
}
.chat-window .window-content .chat-input .input-area textarea {
  width: calc(100% - 88px);
  border: none;
  line-break: auto;
  resize: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.chat-window .window-content .chat-input .input-area textarea::placeholder {
  color: #bfbfbf;
}
.chat-window .window-content .chat-input .input-area textarea:focus {
  outline: none;
}
.chat-window .window-content .chat-input .input-area .btn-send {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 50%;
  bottom: 0;
  height: 40px;
  padding: 8px 20px;
  background: #6FC16D;
  border-radius: 20px;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

.component-floating-chat-window .mask {
  background: rgba(255, 255, 255, 0.75);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 700;
}
.component-floating-chat-window .popup-block {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: scroll;
  left: 0;
  top: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  z-index: 800;
}
.component-floating-chat-window .popup-block::-webkit-scrollbar {
  display: none;
}
.component-floating-chat-window .popup-content {
  width: calc(100% - 32px);
  max-width: 680px;
  height: calc(100vh - 100px);
  max-height: 567px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 48px;
  margin-bottom: 48px;
  z-index: 800;
  box-shadow: 0 4px 40px rgba(0, 49, 107, 0.15);
}

.page-account .page-content {
  padding: 8px 32px;
  max-width: 1440px;
  margin: auto;
  float: none;
  border: none;
}
@media screen and (max-width: 768px) {
  .page-account .page-content {
    padding: 24px 16px;
    margin: 0;
    width: 100%;
  }
}
.page-account .page-content .page-title {
  margin-top: 32px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .page-account .page-content .page-title {
    display: none;
  }
}
.page-account .page-content .section .section-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page-account .page-content .section .section-title {
    font-size: 16px;
  }
}
.page-account .page-content .section .section-content {
  width: 675px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .page-account .page-content .section .section-content {
    width: 100%;
  }
}
.page-account .page-content .section:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page-account .page-content .section-payout {
    display: none;
  }
}
.page-account .page-content .section-payout .stripe-card {
  font-size: 16px;
  color: #767676;
}
.page-account .page-content .section-payout .stripe-card img {
  margin-bottom: 12px;
}
.page-account .page-content .section-payout .stripe-account {
  margin-top: 24px;
  font-weight: 700;
  font-size: 16px;
}
.page-account .page-content .section-payout .btn-save {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .page-account .page-content .section-onfleet {
    display: none;
  }
}
.page-account .page-content .section-onfleet .input-block {
  margin-bottom: 24px;
}
.page-account .page-content .section-onfleet .input-block input {
  float: left;
  height: 40px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  margin: 0 24px 0 0;
  width: 389px;
  font-size: 16px;
  line-height: 22px;
  padding: 9px 12px;
}
.page-account .page-content .section-onfleet .input-block input::placeholder {
  color: #BFBFBF;
}
.page-account .page-content .section-onfleet .input-block .btn-verify-and-save {
  float: left;
  height: 40px;
  border-radius: 5px;
  background-color: #6FC16D;
  color: #FFFFFF;
  width: calc(100% - 389px - 24px);
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 9px 0;
  cursor: pointer;
}
.page-account .page-content .section-onfleet .input-block .btn-show-key {
  float: left;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #6FC16D;
  color: #6FC16D;
  width: calc(100% - 389px - 24px);
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 9px 0;
  cursor: pointer;
}
.page-account .page-content .section-onfleet .descr {
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
@media screen and (max-width: 768px) {
  .page-account .page-content .section-co-management {
    display: none;
  }
}
.page-account .page-content .section-co-management .co-manager-card {
  position: relative;
  padding: 24px;
  border: 1px solid #ececec;
  border-radius: 5px;
}
.page-account .page-content .section-co-management .co-manager-card .delete {
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 24px;
}
.page-account .page-content .section-co-management .co-manager-card .name {
  font-weight: 700;
  font-size: 16px;
  color: #424242;
}
.page-account .page-content .section-co-management .co-manager-card .email {
  margin-top: 8px;
  font-weight: normal;
  font-size: 16px;
  color: #767676;
}
.page-account .page-content .section-co-management .co-manager-card:not(:last-of-type) {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page-account .page-content .section-offline-payment {
    display: none;
  }
}
.page-account .page-content .section-offline-payment .section-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}
.page-account .page-content .section-offline-payment .section-content {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 24px;
}
.page-account .page-content .section-offline-payment .section-content .content-header {
  margin-bottom: 24px;
}
.page-account .page-content .section-offline-payment .section-content .content-header .content-title {
  font-weight: 700;
  float: left;
  font-size: 16px;
}
.page-account .page-content .section-offline-payment .section-content .content-header .switcher {
  float: right;
}
.page-account .page-content .section-offline-payment .section-content .instruction {
  font-size: 16px;
  margin-bottom: 12px;
}
.page-account .page-content .section-offline-payment .section-content .instruction-text {
  font-size: 16px;
  color: #767676;
  margin-bottom: 16px;
}
.page-account .page-content .section-offline-payment .section-content .instruction-input {
  position: relative;
}
.page-account .page-content .section-offline-payment .section-content .instruction-input input {
  height: 62px;
  width: 100%;
  padding: 9px 130px 9px 12px;
  font-size: 16px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  margin-top: 0;
}
.page-account .page-content .section-offline-payment .section-content .instruction-input .input-on {
  background-color: #fff;
}
.page-account .page-content .section-offline-payment .section-content .instruction-input .btn-edit {
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-11px);
}
.page-account .page-content .section-offline-payment .section-content .btn-add-instruction {
  cursor: pointer;
  margin-top: 16px;
  width: 325px;
  height: 40px;
  padding: 9px;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #6FC16D;
  border: 1px solid #6FC16D;
  box-sizing: border-box;
  border-radius: 5px;
}
.page-account .page-content .section-offline-payment .section-content .btn-disabled {
  color: #bfbfbf;
  border: 1px solid #bfbfbf;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .page-account .page-content .section-paypal {
    display: none;
  }
}
.page-account .page-content .section-paypal .section-content {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 24px;
}
.page-account .page-content .section-paypal .section-content .content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-account .page-content .section-paypal .section-content .content-header .content-title {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page-account .page-content .section-password {
    display: none;
  }
}
.page-account .page-content .btn-save {
  width: 204px;
  height: 40px;
  padding: 9px;
  background: #6FC16D;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.page-account .page-content .btn-add {
  cursor: pointer;
  width: 325px;
  height: 40px;
  padding: 9px;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #6FC16D;
  border: 1px solid #6FC16D;
  box-sizing: border-box;
  border-radius: 5px;
}
.page-account .page-content .btn-change-password,
.page-account .page-content .btn-logout {
  cursor: pointer;
  padding: 9px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  color: #BFBFBF;
  width: 325px;
  height: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-account .page-content .btn-change-password,
  .page-account .page-content .btn-logout {
    width: 100%;
  }
}
.page-account .page-content a:hover {
  text-decoration: none!important;
}

.subpage {
  position: relative;
}
.subpage .subpage-content {
  width: 810px;
  margin: 32px auto;
  background: #FFFFFF;
  box-shadow: 0 4px 40px rgba(0, 49, 107, 0.15);
  border-radius: 10px;
  padding: 32px;
}
.subpage .subpage-content .subpage-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 32px;
}
.subpage-choose-option .choose-option-content .subpage-title {
  margin-bottom: 40px;
}
.subpage-choose-option .choose-option-content .options .single-option {
  padding: 24px 0;
  cursor: pointer;
}
.subpage-choose-option .choose-option-content .options .single-option .option-left {
  float: left;
  width: calc(100% - 32px);
}
.subpage-choose-option .choose-option-content .options .single-option .option-left .option-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
.subpage-choose-option .choose-option-content .options .single-option .option-left .option-subtitle {
  font-size: 16px;
  line-height: 22px;
  margin-top: 12px;
}
.subpage-choose-option .choose-option-content .options .single-option .option-right {
  width: 32px;
  padding: 18px 0;
  float: right;
}
.subpage-choose-option .choose-option-content .options .single-option .option-right img {
  transform: rotate(-90deg);
}
.subpage-choose-option .choose-option-content .options .single-option:not(:last-of-type) {
  border-bottom: 1px solid #ececec;
}
.subpage-choose-option .choose-option-content .options .single-option:last-of-type {
  padding-bottom: 0;
}
.subpage-choose-option .choose-option-content .options .single-option:first-of-type {
  padding-top: 0;
}
.subpage-multiple-store .subpage-title,
.subpage-all-store .subpage-title {
  margin-bottom: 16px;
}
.subpage-multiple-store .subpage-subtitle,
.subpage-all-store .subpage-subtitle {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 32px;
}
.subpage-multiple-store .input-group,
.subpage-all-store .input-group {
  width: 100%;
  margin-bottom: 32px;
}
.subpage-multiple-store .input-group .input-group-email,
.subpage-all-store .input-group .input-group-email,
.subpage-multiple-store .input-group .input-group-name,
.subpage-all-store .input-group .input-group-name {
  float: left;
  width: calc(50% - 12px);
}
.subpage-multiple-store .input-group .input-group-email .input-title,
.subpage-all-store .input-group .input-group-email .input-title,
.subpage-multiple-store .input-group .input-group-name .input-title,
.subpage-all-store .input-group .input-group-name .input-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
}
.subpage-multiple-store .input-group .input-group-email input,
.subpage-all-store .input-group .input-group-email input,
.subpage-multiple-store .input-group .input-group-name input,
.subpage-all-store .input-group .input-group-name input {
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  font-size: 16px;
  line-height: 22px;
  padding: 9px 12px;
}
.subpage-multiple-store .input-group .input-group-email,
.subpage-all-store .input-group .input-group-email {
  margin-right: 12px;
}
.subpage-multiple-store .input-group .input-group-name,
.subpage-all-store .input-group .input-group-name {
  margin-left: 12px;
}
.subpage-multiple-store .selection-group .selection-title,
.subpage-all-store .selection-group .selection-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.subpage-multiple-store .selection-group .selection-subtile,
.subpage-all-store .selection-group .selection-subtile {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
}
.subpage-multiple-store .btn-group,
.subpage-all-store .btn-group {
  border-top: 1px solid #ECECEC;
  width: 100%;
}
.subpage-multiple-store .btn-group .btn-invite,
.subpage-all-store .btn-group .btn-invite {
  margin-top: 16px;
  width: 296px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  height: 45px;
  background-color: #6FC16D;
  cursor: pointer;
}
.subpage-multiple-store .selection-group {
  margin-bottom: 24px;
}
.subpage-multiple-store .selection-group .single-selection .single-selection-inner {
  cursor: pointer;
  display: inline-block;
}
.subpage-multiple-store .selection-group .single-selection .single-selection-inner img {
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 16px;
}
.subpage-multiple-store .selection-group .single-selection .single-selection-inner .selection-text {
  font-size: 16px;
  line-height: 20px;
  float: left;
}
.subpage-multiple-store .selection-group .single-selection:not(:last-of-type) {
  margin-bottom: 24px;
}
.go-back {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 32px;
  width: 32px;
  height: 32px;
}
.go-back img {
  width: 32px;
  height: 32px;
}

.page-driver {
  line-height: 1.375;
  color: #424242;
}
.page-driver .page-driver-header {
  height: 64px;
  width: 100%;
  padding: 8px 16px;
}
@media screen and (min-width: 768px) {
  .page-driver .page-driver-header {
    max-width: 414px;
    margin: 24px auto;
  }
}
.page-driver .page-driver-header img {
  width: 28px;
  height: 28px;
  margin: 10px 0;
  float: left;
}
.page-driver .page-driver-header .btn-missing-items {
  float: right;
  height: 45px;
  border: 1px solid #E2E2E2;
  color: #767676;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  padding: 11px 16px;
  box-shadow: 0 2px 4px rgba(0, 49, 107, 0.1);
}
.page-driver .page-driver-body {
  padding: 16px 16px 80px 16px;
}
@media screen and (min-width: 768px) {
  .page-driver .page-driver-body {
    max-width: 414px;
    margin: 24px auto;
  }
}
.page-driver .page-driver-body .order-info {
  border-bottom: 1px solid #424242;
  margin-bottom: 16px;
}
.page-driver .page-driver-body .order-info .order-number {
  font-size: 16px;
  margin-bottom: 8px;
}
.page-driver .page-driver-body .order-info .order-number .order-status {
  font-weight: 500;
  font-size: 16px;
  margin-left: 24px;
}
.page-driver .page-driver-body .order-info .detail-info {
  margin-top: 24px;
  margin-bottom: 8px;
}
.page-driver .page-driver-body .order-info .detail-info .detail-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.page-driver .page-driver-body .order-info .detail-info .single-detail-info {
  font-size: 14px;
  color: #767676;
}
.page-driver .page-driver-body .order-info .detail-info .single-detail-info:not(:last-of-type) {
  margin-bottom: 8px;
}
.page-driver .page-driver-body .order-info .order-address {
  font-size: 14px;
  color: #767676;
  margin-bottom: 8px;
}
.page-driver .page-driver-body .order-info .order-note {
  color: red;
  font-size: 18px;
  margin-bottom: 16px;
}
.page-driver .page-driver-body .order-list .package-notice {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.page-driver .page-driver-body .order-list .package-notice .symbol-important {
  height: 20px;
  width: 20px;
  color: red;
  border: 1px solid red;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-right: 6px;
  transform: translateY(-1px);
}
.page-driver .page-driver-body .order-list .package-notice .copy {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: red;
}
.page-driver .page-driver-body .order-list .single-item-block {
  margin-bottom: 30px;
}
.page-driver .page-driver-body .order-list .single-item-block .item-left {
  float: left;
  margin-right: 12px;
}
.page-driver .page-driver-body .order-list .single-item-block .item-left img {
  width: 24px;
  height: 24px;
}
.page-driver .page-driver-body .order-list .single-item-block .item-right {
  float: right;
  width: calc(100% - 42px);
}
.page-driver .page-driver-body .order-list .single-item-block .item-right .item-first-line {
  margin-bottom: 16px;
}
.page-driver .page-driver-body .order-list .single-item-block .item-right .item-first-line .single-item-name {
  float: left;
  width: 65%;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
.page-driver .page-driver-body .order-list .single-item-block .item-right .item-first-line .single-item-input {
  position: relative;
  float: right;
  margin-left: 12px;
  width: calc(35% - 12px);
}
.page-driver .page-driver-body .order-list .single-item-block .item-right .item-first-line .single-item-input input {
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  height: 30px;
  padding: 4px 28px 4px 12px;
  font-size: 18px;
  line-height: 22px;
}
.page-driver .page-driver-body .order-list .single-item-block .item-right .item-first-line .single-item-input .input-invalid {
  border: 1px solid #E42D2D;
  background: #fff8f6;
}
.page-driver .page-driver-body .order-list .single-item-block .item-right .item-first-line .single-item-input .unit-text {
  position: absolute;
  top: 7px;
  right: 12px;
  font-size: 18px;
  line-height: 18px;
  color: #bfbfbf;
}
.page-driver .page-driver-body .order-list .single-item-block .item-right .item-first-line .single-item-input-disabled input {
  color: #767676;
  background: #F4F4F4;
}
.page-driver .page-driver-body .order-list .single-item-block .item-right .item-first-line .single-item-count {
  font-size: 18px;
  line-height: 30px;
  float: right;
  margin-left: 12px;
  width: calc(35% - 12px);
  text-align: right;
  font-weight: 500;
}
.page-driver .page-driver-body .order-list .single-item-block .item-right .item-first-line .count-plural {
  color: #FF1E10;
}
.page-driver .page-driver-body .order-list .single-item-block .item-right .item-second-line {
  margin-bottom: 12px;
}
.page-driver .page-driver-body .order-list .single-item-block .item-right .item-second-line .single-item-unit {
  font-size: 16px;
  line-height: 22px;
}
.page-driver .page-driver-body .order-list .single-item-block .item-right .item-second-line .single-item-unit-price {
  float: left;
  font-size: 16px;
  line-height: 22px;
}
.page-driver .page-driver-body .order-list .single-item-block .item-right .item-second-line .single-item-price {
  float: right;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.page-driver .page-driver-body .order-list .single-item-block .item-right .item-third-line .single-item-price {
  font-size: 16px;
  line-height: 22px;
}
.page-driver .page-driver-body .order-list .single-item-block .item-right .item-third-line .single-item-price {
  float: right;
}
.page-driver .page-driver-body .order-list .single-item-block .item-right-full {
  width: 100%;
}
.page-driver .page-driver-body .order-list .single-item-block:last-of-type {
  margin-bottom: 32px;
}
.page-driver .page-driver-body .gift-list .single-gift {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 24px;
}
.page-driver .page-driver-body .gift-list .single-gift .single-gift-name {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
.page-driver .page-driver-body .gift-list .single-gift .single-gift-count {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.page-driver .page-driver-body .gift-list .single-gift:last-of-type {
  margin-bottom: 40px;
}
.page-driver .page-driver-body .btn-group {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(375px - 32px);
  width: 100%;
}
.page-driver .page-driver-body .btn-group .btn-submit {
  width: 100%;
  height: 45px;
  background: #6FC16D;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 11px 0;
  color: #fff;
  cursor: pointer;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.page-group-export {
  padding: 0 16px 48px 16px;
  background-color: #f8f8f8;
  min-height: 100vh;
}
.page-group-export .page-content {
  margin-top: 16px;
}
.page-group-export .page-content .page-content-head {
  margin-bottom: 16px;
}
.page-group-export .page-content .page-content-head .options .option {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.page-group-export .page-content .page-content-head .options .option img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.page-group-export .page-content .btn-download,
.page-group-export .page-content .btn-send {
  width: fit-content;
  padding: 6px 12px;
  height: 32px;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 16px;
  background: #ffffff;
}
.page-group-export .page-content .btn-download img,
.page-group-export .page-content .btn-send img {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.page-group-export .page-content .print-block,
.page-group-export .page-content .refer-block {
  position: relative;
}
.page-group-export .page-content .print-block .print-block-title,
.page-group-export .page-content .refer-block .print-block-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.page-group-export .page-content .print-block .print-block-title img,
.page-group-export .page-content .refer-block .print-block-title img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.page-group-export .page-content .print-block .print-block-title .btn-reset,
.page-group-export .page-content .refer-block .print-block-title .btn-reset {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  width: fit-content;
  padding: 6px 12px;
  height: 32px;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 16px;
  background: #ffffff;
}
.page-group-export .page-content .print-block .print-btn-group,
.page-group-export .page-content .refer-block .print-btn-group {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #ffffff;
}
.page-group-export .page-content .print-block .print-btn-group .print-btn,
.page-group-export .page-content .refer-block .print-btn-group .print-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
}
.page-group-export .page-content .print-block .print-btn-group .print-btn img,
.page-group-export .page-content .refer-block .print-btn-group .print-btn img {
  height: 24px;
  width: 24px;
}
.page-group-export .page-content .print-block .print-btn-group .print-btn a,
.page-group-export .page-content .refer-block .print-btn-group .print-btn a {
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  cursor: pointer;
}
.page-group-export .page-content .print-block .print-btn-group .print-btn a img,
.page-group-export .page-content .refer-block .print-btn-group .print-btn a img {
  height: 24px;
  width: 24px;
}
.page-group-export .page-content .print-block .print-btn-group .print-btn:not(:last-of-type),
.page-group-export .page-content .refer-block .print-btn-group .print-btn:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.page-group-export .page-content .print-block a,
.page-group-export .page-content .refer-block a {
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  cursor: pointer;
}
.page-group-export .page-content .print-block .refer-info-row,
.page-group-export .page-content .refer-block .refer-info-row {
  display: flex;
  justify-content: space-between;
  margin: 16px -12px 0 -12px;
}
.page-group-export .page-content .print-block .refer-info-row .email,
.page-group-export .page-content .refer-block .refer-info-row .email,
.page-group-export .page-content .print-block .refer-info-row .note,
.page-group-export .page-content .refer-block .refer-info-row .note {
  width: 50%;
  margin: 0 12px;
}
.page-group-export .page-content .print-block .refer-row,
.page-group-export .page-content .refer-block .refer-row {
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0 -12px;
}
.page-group-export .page-content .print-block .refer-row .btn,
.page-group-export .page-content .refer-block .refer-row .btn {
  flex-grow: 1;
  margin: 0 12px;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 0 6px;
  display: flex;
  vertical-align: center;
}
.page-group-export .page-content .print-block .refer-row .btn div,
.page-group-export .page-content .refer-block .refer-row .btn div {
  display: flex;
  align-items: center;
}
.page-group-export .page-content .print-block .new-refer-row .btn-invite,
.page-group-export .page-content .refer-block .new-refer-row .btn-invite {
  margin-top: 8px;
  font-size: 14px;
  width: fit-content;
  padding: 6px 12px;
  height: 32px;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 16px;
  background: #ffffff;
}
.page-group-export .page-content .btn-get-all {
  margin-top: 8px;
  font-size: 14px;
  width: fit-content;
  padding: 6px 12px;
  height: 32px;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 16px;
  background: #ffffff;
}

.page-store-group-order .page-content .btn-back {
  margin-left: 16px;
  cursor: pointer;
  float: left;
  transform: translateX(-8px);
}
.page-store-group-order .page-content .btn-back img {
  height: 32px;
  width: 32px;
}
.page-store-group-order .page-content .btn-save {
  margin-top: 32px;
  cursor: pointer;
  float: left;
  width: 203px;
  height: 40px;
  background: #6FC16D;
  border-radius: 5px;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 9px;
}
.page-store-group-order .page-content .row .btn-save {
  margin-top: 0;
  float: right;
}
.page-store-group-order .page-content .page-title {
  margin-top: 16px;
  font-weight: 700;
  font-size: 32px;
  color: #424242;
}
.page-store-group-order .page-content .page-description {
  margin-top: 24px;
  font-size: 16px;
  color: #424242;
}
.page-store-group-order .page-content .btn-edit {
  cursor: pointer;
  margin-top: 24px;
  float: left;
  width: 203px;
  height: 40px;
  background: white;
  border: 1px solid #6FC16D;
  border-radius: 5px;
  color: #6FC16D;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 9px;
}
.page-store-group-order .page-content .page-subtitle {
  margin-top: 32px;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #424242;
  max-width: 672px;
}
.page-store-group-order .page-content .page-subtitle .group-order-active {
  margin-left: 16px;
  display: inline-block;
  color: #6FC16D;
}
.page-store-group-order .page-content .page-subtitle .group-order-inactive {
  margin-left: 16px;
  display: inline-block;
  color: #BFBFBF;
}
.page-store-group-order .page-content .page-subtitle .btn-add {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
.page-store-group-order .page-content .setting-card {
  margin-top: 24px;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 5px;
  max-width: 672px;
  padding: 24px;
}
.page-store-group-order .page-content .setting-card .card-title {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #BFBFBF;
}
.page-store-group-order .page-content .setting-card .card-value {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #424242;
}
.page-store-group-order .page-content .setting-card .column {
  width: 33%;
  display: inline-block;
}
.page-store-group-order .page-content .setting-card .column .column-title {
  margin-top: 24px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #BFBFBF;
}
.page-store-group-order .page-content .setting-card .column .column-value {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #424242;
}
.page-store-group-order .page-content .card {
  margin-top: 24px;
  padding: 24px;
  max-width: 672px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
}
.page-store-group-order .page-content .card .card-title {
  font-weight: 500;
  font-size: 20px;
  color: #424242;
}
.page-store-group-order .page-content .card .card-subtitle {
  margin-top: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #424242;
}
.page-store-group-order .page-content .card .card-description {
  margin-top: 12px;
  font-size: 14px;
  color: #424242;
}
.page-store-group-order .page-content .card .option-row .left {
  display: inline-block;
  width: calc(100% - 120px);
}
.page-store-group-order .page-content .card .option-row .right {
  float: right;
  width: 120px;
}
.page-store-group-order .page-content .card .discount-row {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 12px;
}
.page-store-group-order .page-content .card .discount-row .left {
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 8px;
  width: calc(100% - 40px);
}
.page-store-group-order .page-content .card .discount-row span,
.page-store-group-order .page-content .card .discount-row input {
  width: fit-content;
  padding: 12px;
}
.page-store-group-order .page-content .card .discount-row input {
  width: 80px;
  margin-bottom: 0;
  text-align: right;
}
.page-store-group-order .page-content .card .discount-row .btn-delete {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-store-group-order .page-content .card .btn-add {
  margin-top: 12px;
}
.page-store-group-order .page-content .card .btn-new {
  cursor: pointer;
  font-size: 16px;
  color: #767676;
}
.page-store-group-order .page-content .card .btn-new img {
  margin-right: 16px;
}
.page-store-group-order .page-content .card .expire-input-block {
  margin-top: 16px;
  display: flex;
  align-items: flex-end;
  position: relative;
  display: inline-block;
}
.page-store-group-order .page-content .card .expire-input-block .expire-input {
  width: 200px;
  margin: 0 8px 0 0;
  padding-right: 60px;
}
.page-store-group-order .page-content .card .expire-input-block .expire-input-unit {
  position: absolute;
  top: 10px;
  right: 16px;
  color: #767676;
}
.page-store-group-order .preview-card {
  margin-top: 24px;
  max-width: 624px;
  padding: 24px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
}
.page-store-group-order .preview-card .card-title {
  font-weight: 500;
  font-size: 20px;
  color: #424242;
}
.page-store-group-order .preview-card .card-subtitle {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #424242;
}
.page-store-group-order .preview-card .card-field-title {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #BFBFBF;
}
.page-store-group-order .preview-card .card-promotion {
  display: inline-block;
}
.page-store-group-order .preview-card .card-promotion .promotion-block {
  display: inline-block;
  margin-right: 16px;
}
.page-store-group-order .preview-card .card-field-value {
  margin-top: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #424242;
}
.page-store-group-order .preview-card .card-description {
  margin-top: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #424242;
}
.page-store-group-order .preview-card .btn-setup {
  cursor: pointer;
  position: absolute;
  font-weight: 500;
  right: 24px;
  top: 24px;
  background: #6FC16D;
  border-radius: 50px;
  height: 30px;
  padding: 4px 24px;
  font-size: 14px;
  color: white;
  line-height: 22px;
}
.page-store-group-order .preview-card .btn-edit-card {
  cursor: pointer;
  position: absolute;
  font-weight: 500;
  right: 24px;
  top: 24px;
  background: #F6F6F6;
  border-radius: 50px;
  height: 30px;
  padding: 4px 24px;
  font-size: 14px;
  color: #424242;
  line-height: 22px;
}
.page-store-group-order .btn-start {
  margin-top: 24px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: white;
  padding: 9px;
  width: 360px;
  height: 40px;
  background: #6FC16D;
  border-radius: 5px;
}
.page-store-group-order .btn-disabled {
  margin-top: 24px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: white;
  padding: 9px;
  width: 360px;
  height: 40px;
  background: #BFBFBF;
  border-radius: 5px;
}
.page-store-group-order .btn-stop {
  margin-top: 24px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: white;
  padding: 9px;
  width: 314px;
  height: 40px;
  background: #D84444;
  border-radius: 5px;
}

.page-home-custom .page-drawer {
  float: left;
}
.page-home-custom .page-content {
  width: calc(100% - 235px);
  padding: 8px 32px;
  float: left;
}
.page-home-custom .page-title {
  margin-top: 16px;
}
.page-home-custom .btn-save {
  cursor: pointer;
  float: right;
  background: #6FC16D;
  width: 203px;
  height: 40px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: white;
  text-align: center;
  padding: 9px;
}
.page-home-custom .page-title {
  font-weight: 700;
  font-size: 32px;
  color: #424242;
  margin-bottom: 32px;
}
.page-home-custom .section {
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  max-width: 672px;
}
.page-home-custom .section .field-title {
  float: left;
  font-weight: 700;
  font-size: 20px;
  color: #424242;
}
.page-home-custom .section .switch {
  float: right;
}
.page-home-custom .section .field-text {
  font-size: 16px;
  line-height: 22px;
  color: #767676;
  margin-top: 16px;
}
.page-home-custom .section .section-subtitle {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 22px;
}
.page-home-custom .section-banner .image-area {
  margin-top: 16px;
  width: 100%;
}
.page-home-custom .section-banner .image-area .banner-carousel {
  height: 235px;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-home-custom .section-banner .image-area .banner-carousel .single-banner {
  flex-shrink: 0;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.page-home-custom .section-banner .image-area .banner-carousel .single-banner img {
  height: 100%;
  object-fit: cover;
}
.page-home-custom .section-banner .image-area .banner-carousel .single-banner:not(:last-of-type) {
  margin-right: 16px;
}
.page-home-custom .section-banner .onsale-title {
  margin-top: 24px;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
}
.page-home-custom .section-banner .btn-edit-onsale-product {
  display: inline-block;
  margin-top: 24px;
  border-radius: 5px;
  border: 2px solid #6FC16D;
  padding: 9px 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #6FC16D;
  cursor: pointer;
}
.page-home-custom .section-category .btn-edit-category {
  display: inline-block;
  margin-top: 24px;
  border-radius: 5px;
  border: 2px solid #6FC16D;
  padding: 9px 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #6FC16D;
  cursor: pointer;
}
.page-home-custom .section-product .product-display-option {
  margin-top: 24px;
  display: inline-flex;
  width: auto;
  height: 40px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 9px;
  text-align: center;
  cursor: pointer;
}
.page-home-custom .section-product .product-display-option img {
  margin-right: 18px;
}
.page-home-custom .section-product .btn-edit-product {
  display: inline-block;
  margin-top: 24px;
  border-radius: 5px;
  border: 2px solid #6FC16D;
  padding: 9px 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #6FC16D;
  cursor: pointer;
}
.page-home-custom .btn-bottom-save {
  cursor: pointer;
  float: left;
  background: #6FC16D;
  width: 203px;
  height: 40px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: white;
  text-align: center;
  padding: 9px;
}

.page-inventory .popup-container {
  top: 30% !important;
}
.page-inventory .popup-container .category-popup-window .title-container {
  display: flex;
}
.page-inventory .popup-container .category-popup-window .title-container .popup-close {
  height: 24px;
  width: 24px;
  background-color: #fff;
  cursor: pointer;
}
.page-inventory .popup-container .category-popup-window .title-container .title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-right: 36px;
  width: 100%;
}
.page-inventory .popup-container .category-popup-window .select-all-container {
  padding: 24px 5px;
  border-bottom: 1px solid #ECECEC;
  display: flex;
}
.page-inventory .popup-container .category-popup-window .select-all-container .select-box {
  height: 22px;
  width: 22px;
  background-color: #fff;
}
.page-inventory .popup-container .category-popup-window .select-all-container .select-title {
  font-size: 16px;
  margin-left: 12px;
}
.page-inventory .popup-container .category-popup-window .btn-container {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.page-inventory .popup-container .category-popup-window .btn-container .btn-save {
  cursor: pointer;
  width: 203px;
  height: 40px;
  padding: 9px;
  text-align: center;
  border-radius: 5px;
  background: #6FC16D;
  color: white;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
}
.page-inventory .popup-container .category-popup-window .btn-container .btn-disable {
  cursor: not-allowed;
  width: 203px;
  height: 40px;
  padding: 9px;
  text-align: center;
  border-radius: 5px;
  background: #bfbfbf;
  color: white;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
}
.page-inventory .page-drawer {
  float: left;
}
.page-inventory .page-content {
  width: calc(100% - 235px);
  padding: 8px 32px;
  float: left;
}
.page-inventory .page-content .btn-add {
  cursor: pointer;
  float: right;
  width: 203px;
  height: 40px;
  padding: 9px;
  text-align: center;
  border-radius: 5px;
  background: #6FC16D;
  color: white;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
}
.page-inventory .page-content .page-title {
  font-weight: 900;
  font-size: 32px;
  color: #424242;
}
.page-inventory .page-content .alert-diagram {
  margin-top: 24px;
}
.page-inventory .page-content .alert-diagram .single-diagram {
  font-size: 14px;
  line-height: 19px;
  float: left;
  margin-right: 24px;
}
.page-inventory .page-content .alert-diagram .single-diagram img {
  margin-right: 8px;
}
.page-inventory .page-content table {
  margin-top: 24px;
  width: 100%;
  position: relative;
}
.page-inventory .page-content table th {
  font-size: 12px;
  color: #767676;
  font-weight: 400;
  white-space: nowrap;
  padding: 0 4px 16px 4px;
}
.page-inventory .page-content table td {
  padding: 20px 0;
  font-size: 14px;
  color: #767676;
}
.page-inventory .page-content table tr {
  padding-bottom: 16px;
  border-bottom: 1px solid #ECECEC;
}
.page-inventory .page-content table tr .category-filter {
  display: flex;
  flex: 1;
  justify-content: space-around;
  background: #f5f5f5;
  border-radius: 10px;
  align-items: center;
  padding: 3px 0;
}
.page-inventory .page-content table tr .category-filter .categroy-dropdown {
  background: #f5f5f5;
  height: 16px;
  width: 16px;
}
.page-inventory .page-content table .unit-column {
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
.page-inventory .page-content table .switch-column .switcher-btn-left {
  color: #6fc16d;
}
.page-inventory .page-content table .switch-column .switcher-btn-right {
  color: #C54242;
}
.page-inventory .page-content table .stock-column {
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-inventory .page-content table .edit-column {
  min-width: 160px;
}
.page-inventory .page-content table .edit-column .edit-info {
  font-size: 12px;
  color: #424242;
  padding-left: 12px;
}
.page-inventory .page-content table .edit-column-btn .btn-save-column {
  cursor: pointer;
  width: 72px;
  height: 30px;
  background: #6FC16D;
  border-radius: 5px;
  font-size: 16px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-inventory .page-content table .text-sold {
  margin: 0 4px;
}
.page-inventory .page-content table .input-position-block {
  position: relative;
}
.page-inventory .page-content table .input-position-block .icon-warning {
  height: 22px;
  width: 22px;
  position: absolute;
  right: -9px;
  top: -9px;
}
.page-inventory .page-content table .input-position-block .inventory-edit-field {
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  width: 48px;
  padding: 5px;
  height: 30px;
  text-align: center;
  margin: 0;
  font-size: 14px;
}
.page-inventory .page-content table .empty-card {
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center;
}
.page-inventory .page-content table .empty-card img {
  width: 310px;
}
.page-inventory .page-content table .empty-card .text {
  margin-top: 24px;
  font-size: 24px;
  color: #767676;
}

.page-language .page-content .page-content-head {
  display: flex;
  justify-content: flex-end;
}
.page-language .page-content .page-content-head .btn-save {
  cursor: pointer;
  margin-left: 12px;
  width: 203px;
  height: 40px;
  background: #6FC16D;
  border-radius: 5px;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 9px;
}
.page-language .page-content .page-title {
  margin-top: 32px;
  font-weight: 700;
  font-size: 32px;
  color: #424242;
}
.page-language .page-content .left-page {
  padding: 0;
}
.page-language .page-content .left-page .row {
  margin: 0;
}
.page-language .page-content .left-page .section-show-sold {
  margin-top: 32px;
}
.page-language .page-content .left-page .section-show-sold .field-title {
  margin: 0;
}
.page-language .page-content .left-page .section-show-sold .switch {
  margin-top: 16px;
}
.page-language .page-content .left-page .section-default-lang {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 24px;
  margin-top: 16px;
}
.page-language .page-content .left-page .section-default-lang .section-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.page-language .page-content .left-page .section-default-lang .section-subtitle {
  font-size: 16px;
  margin-bottom: 16px;
  color: #767676;
}
.page-language .page-content .left-page .section-default-lang .lang-dropdown-block {
  max-width: 389px;
}
.page-language .page-content .left-page .btn-bottom-save {
  cursor: pointer;
  margin-top: 48px;
  width: 203px;
  height: 40px;
  background: #6FC16D;
  border-radius: 5px;
  font-size: 16px;
  padding: 9px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}

.page-orders {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-orders .page-drawer {
    display: none;
  }
}
.page-orders .overlay {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 500;
}
@media screen and (max-width: 768px) {
  .page-orders .page-content {
    width: 100%;
    float: none;
    padding: 0 16px;
    margin-bottom: 60px;
    border-left: 0;
  }
}
.page-orders .page-content .page-title {
  margin-top: 32px;
  margin-bottom: 32px;
  font-weight: 900;
  font-size: 32px;
  line-height: 44px;
  color: #424242;
}
@media screen and (max-width: 768px) {
  .page-orders .page-content .page-title {
    display: none;
  }
}
.page-orders .page-content .type-tab {
  display: inline-flex;
  border-radius: 5px;
  background: #F4F4F4;
  cursor: pointer;
  height: 40px;
  float: right;
  padding: 9px 16px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
.page-orders .page-content .type-tab-selected {
  display: inline-flex;
  border-radius: 5px;
  cursor: pointer;
  height: 40px;
  float: right;
  padding: 9px 16px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
  background: #FFFFFF;
  border: 1px solid #F4F4F4;
}
.page-orders .page-content .selectable {
  cursor: pointer;
}
.page-orders .page-content .orders-page-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-orders .page-content .orders-page-row .tab-group {
  display: inline-flex;
  border-radius: 5px;
  background: #F4F4F4;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  .page-orders .page-content .orders-page-row .tab-group {
    display: flex;
    margin: 0 -16px;
    padding: 12px 16px;
    border-radius: 0;
    margin-bottom: 12px;
    background: #F8F8F8;
    width: calc(100% + 32px);
  }
}
.page-orders .page-content .orders-page-row .tab-group .tab {
  cursor: pointer;
  min-height: 40px;
  padding: 0 16px;
  font-weight: 500;
  font-size: 16px;
  color: #767676;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-orders .page-content .orders-page-row .tab-group .tab {
    font-weight: 400;
    height: 30px;
    font-size: 14px;
    color: #424242;
    border-radius: 5px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .page-orders .page-content .orders-page-row .tab-group .tab:not(:last-of-type) {
    margin-right: 4px;
  }
}
.page-orders .page-content .orders-page-row .tab-group .tab-active {
  background: #FFFFFF;
  border: 1px solid #F4F4F4;
}
@media screen and (max-width: 768px) {
  .page-orders .page-content .orders-page-row .tab-group .tab-active {
    border: none;
    background: #6fc16d;
    color: #ffffff;
  }
}
.page-orders .page-content .orders-page-row .button-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-orders .page-content .orders-page-row .button-group {
    display: none;
  }
}
.page-orders .page-content .orders-page-row .button-group .sync-button {
  cursor: pointer;
  text-decoration: none!important;
  padding: 9px 16px;
  float: left;
  font-weight: 500;
  font-size: 16px;
  color: #767676;
  border-radius: 5px;
  border: 1px solid #ECECEC;
  text-align: center;
}
.page-orders .page-content .orders-page-row .button-group .sync-button img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.page-orders .page-content .orders-page-row .button-group .export-button-block,
.page-orders .page-content .orders-page-row .button-group .print-button-block {
  position: relative;
}
.page-orders .page-content .orders-page-row .button-group .export-button-block .export-button,
.page-orders .page-content .orders-page-row .button-group .print-button-block .export-button {
  cursor: pointer;
  margin-left: 16px;
  text-decoration: none!important;
  padding: 9px 16px;
  font-weight: 500;
  font-size: 16px;
  color: #767676;
  border-radius: 5px;
  border: 1px solid #ECECEC;
  text-align: center;
}
.page-orders .page-content .orders-page-row .button-group .export-button-block .export-button img,
.page-orders .page-content .orders-page-row .button-group .print-button-block .export-button img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.page-orders .page-content .orders-page-row .button-group .export-button-block .print-button,
.page-orders .page-content .orders-page-row .button-group .print-button-block .print-button {
  cursor: pointer;
  margin-left: 16px;
  text-decoration: none!important;
  padding: 9px 16px;
  font-weight: 500;
  font-size: 16px;
  color: #767676;
  border-radius: 5px;
  border: 1px solid #ECECEC;
  text-align: center;
}
.page-orders .page-content .orders-page-row .button-group .export-button-block .print-button img,
.page-orders .page-content .orders-page-row .button-group .print-button-block .print-button img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.page-orders .page-content .orders-page-row .button-group .export-button-block .export-list,
.page-orders .page-content .orders-page-row .button-group .print-button-block .export-list {
  position: absolute;
  left: 16px;
  top: 44px;
  width: 300px;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 550;
  border: 1px solid #ECECEC;
}
.page-orders .page-content .orders-page-row .button-group .export-button-block .export-list .export-option,
.page-orders .page-content .orders-page-row .button-group .print-button-block .export-list .export-option {
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
}
.page-orders .page-content .orders-page-row .button-group .export-button-block .export-list .export-option:not(:last-of-type),
.page-orders .page-content .orders-page-row .button-group .print-button-block .export-list .export-option:not(:last-of-type) {
  border-bottom: 1px solid #ececec;
}
.page-orders .page-content .orders-page-row .button-group .export-button-block .export-list .export-option:hover,
.page-orders .page-content .orders-page-row .button-group .print-button-block .export-list .export-option:hover {
  background-color: #ececec;
}
.page-orders .page-content .orders-page-row .button-group .export-button-block .export-list-print,
.page-orders .page-content .orders-page-row .button-group .print-button-block .export-list-print {
  left: unset;
  right: 0;
}
.page-orders .page-content .filter-row {
  margin-top: 24px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-orders .page-content .filter-row {
    display: none;
  }
}
.page-orders .page-content .filter-row .btn-filter {
  cursor: pointer;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 9px 16px;
  min-height: 40px;
  font-weight: 500;
  font-size: 16px;
  color: #767676;
  text-align: center;
}
.page-orders .page-content .filter-row .btn-filter img {
  position: absolute;
  left: 16px;
}
.page-orders .page-content .filter-row .btn-filter:not(:last-of-type) {
  margin-right: 16px;
}
.page-orders .page-content .filter-row .btn-filter-first {
  padding-left: 50px;
  width: 240px;
  position: relative;
  text-align: left;
}
.page-orders .page-content .filter-row .btn-filter-first .dropdown-open {
  left: auto;
  right: 16px;
  transform: rotate(180deg);
}
.page-orders .page-content .filter-row .btn-filter-first .dropdown-close {
  left: auto;
  right: 16px;
}
.page-orders .page-content .filter-row .btn-filter-first .filter-dropdown {
  left: 0;
  top: 40px;
  padding: 14px 24px;
  z-index: 10;
  background: white;
  box-shadow: 0px 4px 40px rgba(0, 49, 107, 0.15);
  border-radius: 10px;
  position: absolute;
}
.page-orders .page-content .filter-row .btn-filter-first .filter-dropdown .dropdown-row {
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0;
  text-align: left;
  white-space: nowrap;
}
.page-orders .page-content table {
  margin-top: 32px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-orders .page-content table {
    display: none;
  }
}
.page-orders .page-content table th {
  font-size: 12px;
  color: #767676;
  padding-bottom: 16px;
}
.page-orders .page-content table td {
  padding: 20px 0;
  font-size: 14px;
  color: #767676;
}
.page-orders .page-content table td .status-verified {
  font-size: 14px;
  line-height: 19px;
  color: #6FC16D;
}
.page-orders .page-content table td .btn-group {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.page-orders .page-content table td .btn-group .btn-verify {
  background: #6FC16D;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  width: 80px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.page-orders .page-content table td .btn-group .btn-ship {
  color: #6FC16D;
  border: 1px solid #6fc16d;
  border-radius: 5px;
  font-size: 14px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0 8px;
  max-width: 130px;
}
.page-orders .page-content table tr {
  padding-bottom: 16px;
  border-bottom: 1px solid #ECECEC;
}
.page-orders .page-content table .empty-card {
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center;
}
.page-orders .page-content table .empty-card img {
  width: 200px;
}
.page-orders .page-content table .empty-card .text {
  margin-top: 16px;
  font-size: 24px;
  color: #767676;
}
.page-orders .page-content .orders-list-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-orders .page-content .orders-list-mobile {
    display: block;
  }
}
.page-orders .page-content .orders-list-mobile .single-order {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 12px 20px;
}
.page-orders .page-content .orders-list-mobile .single-order .info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-orders .page-content .orders-list-mobile .single-order .info-row .phone-number {
  margin-left: 16px;
}
.page-orders .page-content .orders-list-mobile .single-order .info-row .phone-number a {
  display: flex;
  align-items: center;
}
.page-orders .page-content .orders-list-mobile .single-order .info-row .phone-number a img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.page-orders .page-content .orders-list-mobile .single-order .flex-start {
  justify-content: flex-start;
}
.page-orders .page-content .orders-list-mobile .single-order .info-row:not(:last-of-type) {
  margin-bottom: 8px;
}
.page-orders .page-content .orders-list-mobile .single-order .info-row:first-child {
  font-size: 16px;
  margin-bottom: 16px;
}
.page-orders .page-content .orders-list-mobile .single-order:not(:last-of-type) {
  margin-bottom: 12px;
}
.page-orders .page-content .orders-list-mobile .empty-card {
  position: absolute;
  left: 50%;
  top: 160px;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center;
}
.page-orders .page-content .orders-list-mobile .empty-card img {
  width: 160px;
}
.page-orders .page-content .orders-list-mobile .empty-card .text {
  margin-top: 16px;
  font-size: 20px;
  color: #767676;
}

.page-product .page-drawer {
  float: left;
}
@media screen and (max-width: 768px) {
  .page-product .page-drawer {
    display: none;
  }
}
.page-product .page-content {
  width: calc(100% - 235px);
  padding: 8px 32px;
  float: left;
}
@media screen and (max-width: 768px) {
  .page-product .page-content {
    width: 100%;
    float: none;
    padding: 16px 16px 64px 16px;
    margin-bottom: 60px;
    border-left: 0;
  }
}
.page-product .page-content .page-content-head {
  display: block;
}
@media screen and (max-width: 768px) {
  .page-product .page-content .page-content-head {
    display: none;
  }
}
.page-product .page-content .page-content-head .btn-back {
  cursor: pointer;
  padding: 4px;
  float: left;
}
.page-product .page-content .page-content-head .btn-back img {
  height: 32px;
  width: 32px;
}
.page-product .page-content .page-content-head .btn-save {
  cursor: pointer;
  float: right;
  background: #6FC16D;
  width: 203px;
  height: 40px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: white;
  text-align: center;
  padding: 9px;
}
.page-product .page-title-block {
  margin-top: 24px;
  margin-bottom: 32px;
  max-width: 672px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-product .page-title-block {
    display: none;
  }
}
.page-product .page-title-block .left {
  display: flex;
  align-items: center;
}
.page-product .page-title-block .left .page-title {
  margin-top: 0;
  font-weight: 700;
  font-size: 32px;
  color: #424242;
}
.page-product .page-title-block .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page-product .page-title-block .right .btn-add-lang {
  display: flex;
  align-items: center;
  margin-right: 16px;
  cursor: pointer;
}
.page-product .page-title-block .right .btn-add-lang img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.page-product .page-title-block .right .btn-add-lang .text {
  font-size: 18px;
  color: #6FC16D;
}
.page-product .page-title-block .right .page-lang {
  width: 180px;
  margin-right: 16px;
}
.page-product .page-title-block .right .page-lang .btn-edit-language {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  color: #6FC16D;
  font-weight: 500;
}
.page-product .page-title-block .right .page-status {
  width: 160px;
}
.page-product .page-title-block .right .page-status .selection-Visible {
  color: #6FC16D !important;
}
.page-product .page-title-block .right .page-status .selection-Invisible {
  color: #C54242 !important;
}
.page-product .section {
  margin-bottom: 32px;
  padding: 24px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  max-width: 672px;
}
@media screen and (max-width: 768px) {
  .page-product .section {
    max-width: unset;
    border: 0;
    padding: 0 16px 24px 16px;
    margin: 0 -16px 24px -16px;
    border-radius: 0;
    border-bottom: 1px solid #ECECEC;
  }
}
.page-product .section .field-title {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-product .section .field-title .field-title-text {
  font-weight: 700;
  font-size: 20px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .page-product .section .field-title .field-title-text {
    font-size: 16px;
  }
}
.page-product .section .field-title .page-status-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-product .section .field-title .page-status-mobile {
    display: block;
    width: 138px;
  }
  .page-product .section .field-title .page-status-mobile .selection-Visible {
    color: #6FC16D !important;
  }
  .page-product .section .field-title .page-status-mobile .selection-Invisible {
    color: #C54242 !important;
  }
}
.page-product .section .field-title .btn-unlimited {
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.page-product .section .field-title .btn-unlimited img {
  margin-right: 12px;
}
.page-product .section .section-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-product .section .section-info-block {
  width: 100%;
}
.page-product .section .section-info-block:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page-product .section .section-info-block:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.page-product .section .info-block-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page-product .section .info-block-title {
    font-size: 16px;
  }
}
.page-product .section .info-block-subtitle {
  font-size: 16px;
  color: #767676;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page-product .section .info-block-subtitle {
    font-size: 14px;
  }
}
.page-product .section .column-6 {
  width: calc(50% - 8px);
}
@media screen and (max-width: 768px) {
  .page-product .section .column-6 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-product .section .column-6:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.page-product .section .column-12 {
  width: 100%;
}
.page-product .section .flex-start {
  justify-content: flex-start;
}
.page-product .section .align-start {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .page-product .section .section-info-block-image,
  .page-product .section .section-info-block-variant {
    margin-top: 24px;
  }
}
.page-product .section .section-info-block-image .info-block-title .field-floating-btn,
.page-product .section .section-info-block-variant .info-block-title .field-floating-btn {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  color: #767676;
}
.page-product .section .section-info-block-image .image-area,
.page-product .section .section-info-block-variant .image-area {
  margin-top: 16px;
  width: 100%;
  height: 235px;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  border-radius: 5px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.page-product .section .section-info-block-image .image-area::-webkit-scrollbar,
.page-product .section .section-info-block-variant .image-area::-webkit-scrollbar {
  display: none;
}
.page-product .section .section-info-block-image .image-area .product-image-loading,
.page-product .section .section-info-block-variant .image-area .product-image-loading {
  width: 100%;
  height: 100%;
}
.page-product .section .section-info-block-image .image-area .product-image-field,
.page-product .section .section-info-block-variant .image-area .product-image-field {
  cursor: pointer;
  height: 100%;
  width: 100%;
  white-space: nowrap;
}
.page-product .section .section-info-block-image .image-area .product-image-field .single-image,
.page-product .section .section-info-block-variant .image-area .product-image-field .single-image {
  width: 235px;
  height: 100%;
  display: inline-block;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .page-product .section .section-info-block-image .image-area .product-image-field .single-image,
  .page-product .section .section-info-block-variant .image-area .product-image-field .single-image {
    width: 100%;
    height: 235px;
  }
}
.page-product .section .section-info-block-image .image-area .product-image-field .single-image:not(:last-of-type),
.page-product .section .section-info-block-variant .image-area .product-image-field .single-image:not(:last-of-type) {
  margin-right: 16px;
}
.page-product .section .section-info-block-image .image-area .image-area-content,
.page-product .section .section-info-block-variant .image-area .image-area-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
.page-product .section .section-info-block-image .image-area .image-area-content .text,
.page-product .section .section-info-block-variant .image-area .image-area-content .text {
  margin-top: 16px;
}
.page-product .section .section-info-block-image .single-variant,
.page-product .section .section-info-block-variant .single-variant {
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-flex;
  margin-top: 16px;
  width: 100%;
  padding: 12px 25px;
}
.page-product .section .section-info-block-image .single-variant .variant-block,
.page-product .section .section-info-block-variant .single-variant .variant-block {
  display: block;
  margin-right: 32px;
}
.page-product .section .section-info-block-image .single-variant .variant-block .variant-title,
.page-product .section .section-info-block-variant .single-variant .variant-block .variant-title {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #767676;
  text-transform: uppercase;
}
.page-product .section .section-info-block-image .single-variant .variant-block .variant-text,
.page-product .section .section-info-block-variant .single-variant .variant-block .variant-text {
  margin-top: 12px;
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.page-product .section .section-info-block-image .single-variant .variant-image,
.page-product .section .section-info-block-variant .single-variant .variant-image {
  flex: 1;
  margin-top: 13px;
  text-align: right;
}
.page-product .section .section-info-block-image .single-variant .variant-image img,
.page-product .section .section-info-block-variant .single-variant .variant-image img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.page-product .section .category-block {
  position: relative;
  margin-right: 16px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 238px;
  height: 159px;
  cursor: pointer;
}
.page-product .section .category-block .category-name,
.page-product .section .category-block .category-placeholder {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-product .section .category-block .category-name {
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.page-product .section .category-block .category-placeholder {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
.page-product .section .category-block .category-placeholder img {
  margin-right: 12px;
}
.page-product .section input {
  width: 100%;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  height: 46px;
  padding: 12px;
  font-size: 16px;
  line-height: 22px;
}
.page-product .section textarea {
  width: 100%;
  height: 95px;
  padding: 12px;
  resize: none;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 5px;
}
.page-product .section input::-webkit-outer-spin-button,
.page-product .section input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-product .section input[type=number] {
  -moz-appearance: textfield;
}
.page-product .section .input-hide {
  display: none;
}
.page-product .section .input-error {
  border: 1px solid #E42D2D;
  background: #fff8f6;
}
@media screen and (max-width: 768px) {
  .page-product .section-basic .info-block-subtitle {
    display: none;
  }
}
.page-product .section-prod-option .option-btn-group {
  margin-top: 24px;
  margin-bottom: -12px;
}
.page-product .section-prod-option .option-btn-group .option-btn {
  height: 44px;
  border: 2px solid #6FC16D;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #6FC16D;
  display: inline-block;
  padding: 10px 16px;
  margin-right: 16px;
  margin-bottom: 12px;
  cursor: pointer;
}
.page-product .section-prod-option .option-btn-group .option-btn-add-option {
  padding: 10px 45px;
}
@media screen and (max-width: 768px) {
  .page-product .section-available-date {
    margin: 0 0 16px 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 16px 12px;
  }
}
.page-product .section-available-date .setting-group {
  margin-top: 24px;
}
.page-product .section-available-date .setting-group .setting-title {
  font-size: 16px;
  line-height: 22px;
}
.page-product .section-available-date .setting-group .setting-list .setting-start-date,
.page-product .section-available-date .setting-group .setting-list .setting-end-date {
  padding: 16px 0;
}
.page-product .section-available-date .setting-group .setting-list .setting-start-date .setting-row-left,
.page-product .section-available-date .setting-group .setting-list .setting-end-date .setting-row-left {
  float: left;
  margin: 13px 0;
  cursor: pointer;
}
.page-product .section-available-date .setting-group .setting-list .setting-start-date .setting-row-left img,
.page-product .section-available-date .setting-group .setting-list .setting-end-date .setting-row-left img {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
.page-product .section-available-date .setting-group .setting-list .setting-start-date .setting-row-left .text,
.page-product .section-available-date .setting-group .setting-list .setting-end-date .setting-row-left .text {
  float: left;
  font-size: 16px;
  line-height: 20px;
}
.page-product .section-available-date .setting-group .setting-list .setting-start-date .setting-row-right,
.page-product .section-available-date .setting-group .setting-list .setting-end-date .setting-row-right {
  float: right;
  width: 200px;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 9px 16px;
  margin: 0;
}
.page-product .section-available-date .setting-group .setting-list .setting-start-date {
  border-bottom: 1px solid #ececec;
}
.page-product .section-available-date .setting-group .setting-list .setting-end-date {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-product .section-max-purchase,
  .page-product .section-min-purchase-bar,
  .page-product .section-tax {
    margin: 0 0 16px 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 16px 12px;
  }
}
.page-product .section-max-purchase .info-block-title,
.page-product .section-min-purchase-bar .info-block-title,
.page-product .section-tax .info-block-title {
  margin-bottom: 4px;
}
.page-product .section-max-purchase .input-block,
.page-product .section-min-purchase-bar .input-block,
.page-product .section-tax .input-block {
  margin-top: 24px;
}
.page-product .section-max-purchase .input-block input,
.page-product .section-min-purchase-bar .input-block input,
.page-product .section-tax .input-block input {
  height: 40px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  max-width: 295px;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page-product .section-max-purchase .input-block input,
  .page-product .section-min-purchase-bar .input-block input,
  .page-product .section-tax .input-block input {
    width: 100%;
    max-width: unset;
  }
}
.page-product .bottom-btn-group {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-product .bottom-btn-group {
    margin-top: 48px;
    flex-direction: column;
  }
}
.page-product .bottom-btn-group .button {
  cursor: pointer;
  width: 203px;
  height: 40px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-product .bottom-btn-group .button {
    width: 100%;
    height: 45px;
  }
}
.page-product .bottom-btn-group .btn-bottom-save {
  margin-right: 24px;
  background: #6FC16D;
  color: white;
}
@media screen and (max-width: 768px) {
  .page-product .bottom-btn-group .btn-bottom-save {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.page-product .bottom-btn-group .btn-bottom-delete {
  background: #fff;
  border: 1px solid #E2E2E2;
  color: #BFBFBF;
}

.page-products .page-drawer {
  float: left;
}
@media screen and (max-width: 768px) {
  .page-products .page-drawer {
    display: none;
  }
}
.page-products .page-content {
  width: calc(100% - 235px);
  padding: 8px 32px;
  float: left;
}
@media screen and (max-width: 768px) {
  .page-products .page-content {
    width: 100%;
    float: none;
    padding: 16px;
    margin-bottom: 60px;
    border-left: 0;
  }
}
.page-products .page-content .page-content-head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-products .page-content .page-content-head {
    display: none;
  }
}
.page-products .page-content .button {
  width: 180px;
  height: 40px;
  padding: 9px;
  text-align: center;
  border-radius: 5px;
  background: #6FC16D;
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-left: 16px;
  cursor: pointer;
}
.page-products .page-content .page-title {
  font-weight: 700;
  font-size: 32px;
  color: #424242;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page-products .page-content .page-title {
    display: none;
  }
}
.page-products .page-content .indicator {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page-products .page-content .indicator {
    display: none;
  }
}
.page-products .page-content .indicator .single-indicator {
  margin-right: 24px;
  display: flex;
  margin-bottom: 12px;
}
.page-products .page-content .indicator .single-indicator img {
  margin-right: 8px;
}
.page-products .page-content .indicator .single-indicator .text {
  color: #767676;
}
.page-products .page-content .btn-duplicate {
  cursor: pointer;
  color: #6fc16d;
  border: 1px solid #6fc16d;
  padding: 2px;
  border-radius: 5px;
  margin: 0 4px;
}
.page-products .page-content .btn-delete {
  cursor: pointer;
  color: #C54242;
  border: 1px solid #C54242;
  padding: 2px;
  border-radius: 5px;
  margin: 0 4px;
}
.page-products .page-content table {
  margin-top: 12px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-products .page-content table {
    display: none;
  }
}
.page-products .page-content table th {
  font-size: 12px;
  color: #767676;
  padding-bottom: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.page-products .page-content table th .icon {
  margin-right: 4px;
}
.page-products .page-content table td {
  padding: 20px 0;
  font-size: 14px;
  color: #767676;
}
.page-products .page-content table td img {
  transform: translateY(-1px);
  margin: 0 2px;
}
.page-products .page-content table .no-option {
  color: #ececec;
}
.page-products .page-content table tr {
  padding-bottom: 16px;
  border-bottom: 1px solid #ECECEC;
}
.page-products .page-content table .text-status-visible {
  color: #6FC16D;
}
.page-products .page-content table .text-status-invisible {
  color: #FF7573;
}
.page-products .page-content table .empty-card {
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center;
}
.page-products .page-content table .empty-card img {
  width: 310px;
}
.page-products .page-content table .empty-card .text {
  margin-top: 24px;
  font-size: 24px;
  color: #767676;
}
.page-products .page-content .head-bar-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-products .page-content .head-bar-mobile {
    display: block;
    display: flex;
    justify-content: space-between;
  }
}
.page-products .page-content .head-bar-mobile .search-bar-mobile {
  display: none;
  position: relative;
  flex-grow: 999;
}
@media screen and (max-width: 768px) {
  .page-products .page-content .head-bar-mobile .search-bar-mobile {
    display: block;
  }
}
.page-products .page-content .head-bar-mobile .search-bar-mobile img {
  width: 19px;
  position: absolute;
  left: 12px;
  top: 10px;
}
.page-products .page-content .head-bar-mobile .search-bar-mobile input {
  border: 1px solid #ECECEC;
  max-width: 672px;
  width: 100%;
  height: 40px;
  padding: 9px 16px 9px 40px;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 24px;
}
.page-products .page-content .head-bar-mobile .btn-add-product {
  height: 40px;
  width: 104px;
  margin-left: 16px;
  color: #ffffff;
  background: #6FC16D;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
}
.page-products .page-content .product-list-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-products .page-content .product-list-mobile {
    display: block;
    margin: 0 -16px;
  }
}
.page-products .page-content .product-list-mobile .product-list-mobile-single {
  border-top: 1px solid #ececec;
  padding: 16px;
  display: flex;
  justify-content: space-between;
}
.page-products .page-content .product-list-mobile .product-list-mobile-single .left img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 5px;
}
.page-products .page-content .product-list-mobile .product-list-mobile-single .right {
  flex-grow: 999;
  margin-left: 12px;
  position: relative;
}
.page-products .page-content .product-list-mobile .product-list-mobile-single .right .product-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.page-products .page-content .product-list-mobile .product-list-mobile-single .right .product-row .product-id {
  color: #4A90E2;
  text-decoration: underline;
  cursor: pointer;
}
.page-products .page-content .product-list-mobile .product-list-mobile-single .right .product-row .price {
  margin-right: 32px;
}
.page-products .page-content .product-list-mobile .product-list-mobile-single .right .product-row .text-status-visible {
  color: #6FC16D;
  font-weight: 700;
}
.page-products .page-content .product-list-mobile .product-list-mobile-single .right .product-row .text-status-invisible {
  color: #FF7573;
  font-weight: 700;
}
.page-products .page-content .product-list-mobile .product-list-mobile-single .right .flex-start {
  justify-content: flex-start;
  margin-bottom: 0;
}
.page-products .page-content .product-list-mobile .product-list-mobile-single .right .btn-edit {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 14px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  background: #f4f4f4;
  border-radius: 16px;
  cursor: pointer;
}
.page-products .confirm-delete-popup {
  max-width: 414px!important;
}
.page-products .confirm-delete-popup .popup-title {
  font-weight: 700;
  font-size: 24px;
  margin: 16px 0 16px 0;
}
.page-products .confirm-delete-popup .popup-description {
  margin-top: 12px;
  font-size: 16px;
  color: #424242;
}
.page-products .confirm-delete-popup .btn-group {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-products .confirm-delete-popup .btn-group .button {
  width: calc(50% - 8px);
  height: 44px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 11px 0;
  border-radius: 5px;
  cursor: pointer;
  background: white;
  margin: 0;
}
.page-products .confirm-delete-popup .btn-group .btn-confirm {
  border: 1px solid #E42D2D;
  color: #E42D2D;
}
.page-products .confirm-delete-popup .btn-group .btn-cancel {
  border: 1px solid #6FC16D;
  color: #6FC16D;
}
.page-products .edit-item-popup .title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.page-products .edit-item-popup .item-name {
  margin-bottom: 12px;
  font-size: 16px;
}
.page-products .edit-item-popup .item-id {
  margin-bottom: 24px;
  font-size: 16px;
}
.page-products .edit-item-popup .info-row {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-products .edit-item-popup .info-row .left {
  font-size: 16px;
  font-weight: 500;
}
.page-products .edit-item-popup .info-row .right input {
  border: 1px solid #ECECEC;
  max-width: 100px;
  width: 100%;
  height: 40px;
  padding: 9px 16px;
  font-size: 16px;
  border-radius: 5px;
  margin: 0;
  text-align: left;
}
.page-products .edit-item-popup .info-row .right .switcher-btn-left {
  color: #C54242;
}
.page-products .edit-item-popup .info-row .right .switcher-btn-right {
  color: #6FC16D;
}
.page-products .edit-item-popup .info-row .total-and-stock-block .info-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}
.page-products .edit-item-popup .info-row .total-and-stock-block .total-and-stock {
  display: flex;
  align-items: center;
}
.page-products .edit-item-popup .info-row .total-and-stock-block .total-and-stock .input-product {
  width: 64px;
}
.page-products .edit-item-popup .info-row .total-and-stock-block .total-and-stock .input-product input {
  margin: 0;
}
.page-products .edit-item-popup .info-row .total-and-stock-block .total-and-stock .product-sold {
  margin: 0 4px;
}
.page-products .edit-item-popup .info-row:not(:last-of-type) {
  margin-bottom: 24px;
}
.page-products .edit-item-popup .info-unlimited .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100px;
}
.page-products .edit-item-popup .btn-save {
  margin-top: 32px;
  background: #6fc16d;
  color: #ffffff;
  height: 44px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.page-promotion .btn-save {
  cursor: pointer;
  margin-left: 32px;
  float: right;
  width: 203px;
  height: 40px;
  background: #6FC16D;
  border-radius: 5px;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 9px;
}
.page-promotion .page-title {
  margin-top: 16px;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 32px;
  color: #424242;
}
.page-promotion .type-list-block {
  margin-bottom: 24px;
}
.page-promotion .type-list-block .type-list-title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}
.page-promotion .type-list-block .type-list {
  display: flex;
  justify-content: flex-start;
}
.page-promotion .type-list-block .type-list .type-option {
  max-width: 203px;
  flex-grow: 999;
  height: 40px;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
}
.page-promotion .type-list-block .type-list .type-option img {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
.page-promotion .type-list-block .type-list .type-option .name {
  font-size: 16px;
  color: #BFBFBF;
}
.page-promotion .type-list-block .type-list .type-option .active {
  color: #424242;
}
.page-promotion .type-list-block .type-list .type-option:not(:last-of-type) {
  margin-right: 24px;
}
.page-promotion .page-description {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 24px;
}
.page-promotion .promotion-type .description {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
}
.page-promotion .promotion-type .section {
  padding: 24px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  width: 100%;
  max-width: 672px;
}
.page-promotion .promotion-type .section .section-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-promotion .promotion-type .section .section-title .text {
  font-weight: 700;
  font-size: 20px;
}
.page-promotion .promotion-type .section .section-subtitle {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 16px;
}
.page-promotion .promotion-type .section .input-row {
  display: flex;
  justify-content: flex-start;
}
.page-promotion .promotion-type .section .input-block .input-title {
  font-size: 16px;
  margin-bottom: 16px;
}
.page-promotion .promotion-type .section .input-block:not(:last-of-type) {
  margin-bottom: 24px;
}
.page-promotion .promotion-type .section:not(:last-of-type) {
  margin-bottom: 24px;
}
.page-promotion .promotion-type .section-promotion-info .input-block-amount {
  max-width: 50%;
}
.page-promotion .promotion-type .section-promotion-mini-req .input-block-mini-req {
  max-width: 50%;
}
.page-promotion .promotion-type .section-active-date .input-block {
  width: 50%;
}
.page-promotion .promotion-type .section-active-date input:disabled {
  color: #BFBFBF;
}
.page-promotion .promotion-type .section-usage-limit .section-subtitle,
.page-promotion .promotion-type .section-one-time-use .section-subtitle {
  margin-bottom: 0;
}
.page-promotion .promotion-type .section-customer-buys .customer-buys-selection {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.page-promotion .promotion-type .section-customer-buys .customer-buys-selection .single-selection {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-promotion .promotion-type .section-customer-buys .customer-buys-selection .single-selection img {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
.page-promotion .promotion-type .section-customer-buys .customer-buys-selection .single-selection .text {
  font-weight: 700;
  font-size: 20px;
}
.page-promotion .promotion-type .section-customer-buys .customer-buys-selection .single-selection:not(:last-of-type) {
  margin-bottom: 16px;
}
.page-promotion .promotion-type .section-customer-buys .input-block {
  width: 50%;
}
.page-promotion .promotion-type .section-customer-buys .item-block .item-title {
  font-size: 16px;
  margin-bottom: 16px;
}
.page-promotion .promotion-type .section-customer-buys .item-block .item-list {
  margin-bottom: 16px;
}
.page-promotion .promotion-type .section-customer-buys .item-block .item-list .single-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-promotion .promotion-type .section-customer-buys .item-block .item-list .single-item .left {
  display: flex;
  align-items: center;
}
.page-promotion .promotion-type .section-customer-buys .item-block .item-list .single-item .left .btn-delete img {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  cursor: pointer;
}
.page-promotion .promotion-type .section-customer-buys .item-block .item-list .single-item .left .single-item-image {
  margin-right: 16px;
}
.page-promotion .promotion-type .section-customer-buys .item-block .item-list .single-item .left .single-item-image img {
  height: 60px;
  width: 60px;
  border-radius: 10px;
  object-fit: cover;
}
.page-promotion .promotion-type .section-customer-buys .item-block .item-list .single-item .left .single-item-info .name {
  font-size: 14px;
  line-height: 19px;
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
}
.page-promotion .promotion-type .section-customer-buys .item-block .item-list .single-item .left .single-item-info .unit {
  font-size: 14px;
  line-height: 19px;
  height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page-promotion .promotion-type .section-customer-buys .item-block .item-list .single-item .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page-promotion .promotion-type .section-customer-buys .item-block .item-list .single-item .right .price {
  font-size: 16px;
}
.page-promotion .promotion-type .section-customer-buys .item-block .item-list .single-item:not(:last-of-type) {
  margin-bottom: 16px;
}
.page-promotion .promotion-type .section-customer-buys .item-block .btn-group {
  display: flex;
  align-items: flex-end;
}
.page-promotion .promotion-type .section-customer-buys .item-block .btn-group .btn-add-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  width: 203px;
  background: #ffffff;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 0 32px;
  font-weight: 500;
  cursor: pointer;
}
.page-promotion .promotion-type .section-customer-buys .item-block .btn-group .btn-add-item img {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
.page-promotion .promotion-type .section-customer-buys .item-block .btn-group .btn-add-item .text {
  font-size: 16px;
  color: #767676;
}
.page-promotion .promotion-type .section-customer-gets .input-row .input-block-gift-name,
.page-promotion .promotion-type .section-customer-gets .input-row .input-block-gift-count {
  width: 50%;
}
.page-promotion .promotion-type .section-customer-gets .input-row .input-block-gift-name {
  margin-right: 32px;
}
.page-promotion .btn-group {
  margin-top: 40px;
  display: flex;
}
.page-promotion .btn-group .btn-bottom-save {
  cursor: pointer;
  width: 203px;
  height: 40px;
  background: #6FC16D;
  border-radius: 5px;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 9px;
}
.page-promotion .btn-group .btn-delete {
  cursor: pointer;
  width: 203px;
  height: 40px;
  background: #ffffff;
  border-radius: 5px;
  color: #bfbfbf;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  padding: 9px;
  margin-left: 24px;
  border: 1px solid #e2e2e2;
}

.page-promotions .page-content {
  position: relative;
}
.page-promotions .page-content .page-content-header {
  display: flex;
  justify-content: flex-end;
}
.page-promotions .page-content .page-content-header .right {
  display: flex;
  justify-content: flex-end;
}
.page-promotions .page-content .page-content-header .right .btn-batch {
  cursor: pointer;
  width: 203px;
  height: 40px;
  background: #6FC16D;
  border-radius: 5px;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 9px;
}
.page-promotions .page-content .page-content-header .right .btn-save {
  cursor: pointer;
  margin-left: 12px;
  width: 203px;
  height: 40px;
  background: #6FC16D;
  border-radius: 5px;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 9px;
}
.page-promotions .page-content .page-title {
  margin-top: 16px;
  font-weight: 700;
  font-size: 32px;
  color: #424242;
  margin-bottom: 32px;
}
.page-promotions .page-content .filter-bar {
  margin-bottom: 32px;
  display: inline-block;
}
.page-promotions .page-content .filter-bar .filter-block {
  height: 40px;
  display: flex;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
}
.page-promotions .page-content .filter-bar .filter-block .filter-tab {
  color: #767676;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 5px;
  cursor: pointer;
}
.page-promotions .page-content .filter-bar .filter-block .filter-tab-active {
  background: #ffffff;
}
.page-promotions .page-content table {
  width: 100%;
}
.page-promotions .page-content table thead {
  border-bottom: 1px solid #BFBFBF;
}
.page-promotions .page-content table thead th {
  cursor: default;
  font-size: 12px;
  line-height: 16px;
  color: #424242;
  padding-bottom: 20px;
  font-weight: 400;
}
.page-promotions .page-content table tr {
  cursor: pointer;
}
.page-promotions .page-content table tr td {
  padding: 20px 0;
}
.page-promotions .page-content table tr:not(:last-of-type) {
  border-bottom: 1px solid #ECECEC;
}
.page-promotions .page-content table .empty-card {
  position: relative;
  min-height: 300px;
  width: 100%;
}
.page-promotions .page-content table .empty-card .graphic-block {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.page-promotions .page-content table .empty-card .graphic-block img {
  width: 310px;
}
.page-promotions .page-content table .empty-card .graphic-block .text {
  margin-top: 24px;
  font-size: 24px;
  color: #767676;
}

.page-create .page-content {
  padding: 8px 32px;
  max-width: 1440px;
  margin: auto;
  float: none;
  border: none;
}
.page-create .page-content .page-title {
  margin-top: 32px;
  font-weight: 900;
  font-size: 32px;
  line-height: 44px;
  color: #424242;
}
.page-create .page-content .page-description {
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.page-create .page-content .duplicate-options-group {
  margin-top: 32px;
}
.page-create .page-content .duplicate-options-group .duplicate-option {
  margin-bottom: 24px;
  display: block;
  cursor: pointer;
}
.page-create .page-content .duplicate-options-group .duplicate-option img,
.page-create .page-content .duplicate-options-group .duplicate-option p {
  float: left;
}
.page-create .page-content .duplicate-options-group .duplicate-option img {
  height: 20px;
  width: 20px;
  margin: 1px 0;
}
.page-create .page-content .duplicate-options-group .duplicate-option p {
  margin: 0 0 0 16px;
  font-size: 16px;
  line-height: 22px;
}
.page-create .page-content .store-selections {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px;
  column-gap: 24px;
}
.page-create .page-content .store-selections .single-card {
  margin-bottom: 32px;
}
.page-create .page-content .field-title {
  margin-top: 24px;
  font-weight: 900;
  font-size: 20px;
  color: #424242;
}
.page-create .page-content .field-subtitle {
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.page-create .page-content input {
  margin-top: 16px;
  width: 100%;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 9px 12px;
  font-size: 16px;
  line-height: 22px;
}
.page-create .page-content textarea {
  margin-top: 16px;
  resize: none;
  width: 100%;
  height: 84px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 9px 12px;
  font-size: 16px;
  line-height: 22px;
}
.page-create .page-content .input-error {
  border: 1px solid #E42D2D;
  background: #fff8f6;
}
.page-create .page-content .btn-selection {
  cursor: pointer;
  display: inline-flex;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 9px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
  margin-top: 32px;
  margin-right: 24px;
}
.page-create .page-content .btn-selection img {
  margin-right: 18px;
}
.page-create .page-content .store-logo-loading,
.page-create .page-content .store-logo-field {
  height: 100%;
  width: 100%;
}
.page-create .page-content .store-image-loading,
.page-create .page-content .store-image-field {
  width: 100%;
  height: 277px;
}
.page-create .page-content .store-logo-loading,
.page-create .page-content .store-image-loading,
.page-create .page-content .store-logo-field,
.page-create .page-content .store-image-field {
  cursor: pointer;
  margin-top: 16px;
  position: relative;
  border: 1px dashed #E2E2E2;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-create .page-content .store-logo-loading .content,
.page-create .page-content .store-image-loading .content,
.page-create .page-content .store-logo-field .content,
.page-create .page-content .store-image-field .content {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #767676;
  transform: translate(-50%, -50%);
}
.page-create .page-content .store-logo-loading .content img,
.page-create .page-content .store-image-loading .content img,
.page-create .page-content .store-logo-field .content img,
.page-create .page-content .store-image-field .content img {
  display: block;
  margin: 0 auto 9px auto;
}
.page-create .page-content .store-logo-loading .content div,
.page-create .page-content .store-image-loading .content div,
.page-create .page-content .store-logo-field .content div,
.page-create .page-content .store-image-field .content div {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #767676;
}
.page-create .page-content .buttons-group {
  position: fixed;
  bottom: 100px;
}
.page-create .page-content .btn {
  bottom: 32px;
  cursor: pointer;
  margin-top: 24px;
  background: #6FC16D;
  border-radius: 5px;
  width: 325px;
  height: 44px;
  text-align: center;
  padding: 9px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: white;
  position: relative;
}
.page-create .page-content .btn-disabled {
  cursor: not-allowed;
  display: inline-block;
  vertical-align: middle;
  bottom: 32px;
  margin-top: 24px;
  background: #F5F5F5;
  border-radius: 5px;
  width: 325px;
  height: 44px;
  text-align: center;
  padding: 9px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: white;
  position: relative;
}
.page-create .page-content .btn-skip-disabled {
  margin-left: 24px;
}
.page-create .page-content .btn-skip {
  color: #6FC16D;
  background: white;
  border: 1px solid #6FC16D;
  margin-left: 24px;
}
.page-create .page-content .btn-create {
  margin-top: 60px;
}

.page-ws-seller-cart {
  padding-top: 32px;
  padding-bottom: 32px;
}
.page-ws-seller-cart .go-back {
  position: absolute;
  cursor: pointer;
  top: 96px;
  left: 32px;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-cart .go-back {
    display: none;
  }
}
.page-ws-seller-cart .go-back .mask {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  border-radius: 16px;
  width: 32px;
  height: 32px;
}
.page-ws-seller-cart .go-back .mask:hover {
  background: #C4C4C4;
  opacity: 0.3;
  transition: all 0.2s;
}
.page-ws-seller-cart .go-back img {
  width: 32px;
  height: 32px;
}
.page-ws-seller-cart .floating-bar {
  height: 80px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #ffffff;
  z-index: 50;
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.1);
  padding: 18px 0;
}
.page-ws-seller-cart .floating-bar .floating-bar-container {
  display: flex;
  justify-content: flex-end;
}
.page-ws-seller-cart .floating-bar .floating-bar-container .btn-checkout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #6FC16D;
  border-radius: 5px;
  width: 298px;
  height: 44px;
  padding: 0 24px 0 32px;
  cursor: pointer;
}
.page-ws-seller-cart .floating-bar .floating-bar-container .btn-checkout span {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.page-ws-seller-cart .page-content {
  float: none;
}
.page-ws-seller-cart .page-content .page-title {
  font-weight: 700;
  font-size: 32px;
  color: #424242;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-cart .page-content .page-title {
    display: none;
  }
}
.page-ws-seller-cart .page-content .workspace-block {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  margin-bottom: 24px;
}
.page-ws-seller-cart .page-content .workspace-block .workspace-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
}
.page-ws-seller-cart .page-content .workspace-block .workspace-head .workspace-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.page-ws-seller-cart .page-content .workspace-block .workspace-head .btn-checkout-single-store {
  font-size: 16px;
  line-height: 22px;
  padding: 9px 0;
  text-align: center;
  width: 225px;
  background: #6FC16D;
  color: #FFFFFF;
  border-radius: 10px;
  cursor: pointer;
}
.page-ws-seller-cart .page-content .workspace-block .product-list {
  padding: 24px;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row {
  display: flex;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row .product-left {
  flex-basis: 72px;
  margin-right: 16px;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row .product-left img {
  height: 72px;
  width: 72px;
  border-radius: 5px;
  object-fit: cover;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row .product-right {
  flex-grow: 100;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row .product-right .product-name {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row .product-right .display-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row .product-right .display-desktop {
    display: none;
  }
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row .product-right .display-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row .product-right .display-mobile {
    display: block;
  }
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row .product-right .item-list {
  margin-bottom: 16px;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row .product-right .item-list .item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row .product-right .item-list .item-row .item-col {
  font-size: 16px;
  line-height: 22px;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row .product-right .item-list .item-row .item-name {
  flex-grow: 100;
  margin-right: 6%;
}
@media screen and (max-width: 768px) {
  .page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row .product-right .item-list .item-row .item-count-control {
    min-width: 133px;
  }
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row .product-right .item-list .item-row .item-price {
  color: #767676;
  margin-left: 6%;
  width: 9%;
  text-align: right;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row .product-right .item-list .item-row:not(:last-of-type) {
  margin-bottom: 16px;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row .discount {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #BFBFBF;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row .discount:not(:last-of-type) {
  margin-right: 12px;
  border-right: 1px solid #ececec;
  padding-right: 12px;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row .discount-active {
  color: #E42D2D;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row:not(:last-of-type) {
  margin-bottom: 16px;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row-delivery {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row-delivery .product-delivery {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 100;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row-delivery .product-delivery .text {
  font-size: 16px;
  line-height: 22px;
  margin-right: 12px;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row-delivery .product-delivery .dropdown {
  width: 100%;
  max-width: 373px;
  margin-right: 16px;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .product-row-delivery .product-delivery-price {
  font-size: 16px;
  line-height: 22px;
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .display-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .page-ws-seller-cart .page-content .workspace-block .product-list .product-block .display-desktop {
    display: none;
  }
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block .display-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-ws-seller-cart .page-content .workspace-block .product-list .product-block .display-mobile {
    display: block;
  }
}
.page-ws-seller-cart .page-content .workspace-block .product-list .product-block:not(:last-of-type) {
  border-bottom: 1px solid #ececec;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.page-ws-seller-cart .page-content .workspace-block .workspace-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}
.page-ws-seller-cart .page-content .workspace-block .workspace-footer .workspace-subtotal,
.page-ws-seller-cart .page-content .workspace-block .workspace-footer .workspace-subtotal-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.count-editor {
  max-width: 155px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 10px;
  box-sizing: content-box;
}
.count-editor .btn-left,
.count-editor .btn-right {
  height: 40px;
  width: 45px;
}
.count-editor .btn-left img,
.count-editor .btn-right img {
  width: 20px;
  height: 20px;
  margin: 10px 12.5px;
}
.count-editor .btn-left {
  border-right: 1px solid #ECECEC;
}
.count-editor .btn-right {
  border-left: 1px solid #ECECEC;
}
.count-editor input {
  padding: 0;
  margin: 0;
  height: 40px;
  width: calc(100% - 90px);
  border: 0;
  text-align: center;
}
.count-editor input::-webkit-outer-spin-button,
.count-editor input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.count-editor input[type=number] {
  -moz-appearance: textfield;
}
.count-editor input:active,
.count-editor input:focus {
  outline: none;
}

.page-ws-seller-product {
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-product {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.page-ws-seller-product .go-back {
  position: absolute;
  cursor: pointer;
  top: 32px;
  left: 32px;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-product .go-back {
    display: none;
  }
}
.page-ws-seller-product .go-back .mask {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  border-radius: 16px;
  width: 32px;
  height: 32px;
}
.page-ws-seller-product .go-back .mask:hover {
  background: #C4C4C4;
  opacity: 0.3;
  transition: all 0.2s;
}
.page-ws-seller-product .go-back img {
  width: 32px;
  height: 32px;
}
.page-ws-seller-product .page-content {
  width: 100%;
  max-width: 674px;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 49, 107, 0.15);
  border-radius: 10px;
  margin: auto;
  padding: 32px;
  float: none;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-product .page-content {
    padding: 0;
    box-shadow: none;
  }
}
.page-ws-seller-product .page-content .carousel {
  overflow-x: scroll;
  margin-bottom: 32px;
  white-space: nowrap;
}
.page-ws-seller-product .page-content .carousel .carousel-image {
  height: 100%;
  border-radius: 10px;
  background-color: #f8f8f8;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.page-ws-seller-product .page-content .carousel .carousel-image img {
  height: 100%;
  object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-ws-seller-product .page-content .carousel .carousel-image:not(:last-of-type) {
  margin-right: 16px;
}
.page-ws-seller-product .page-content .product-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}
.page-ws-seller-product .page-content .product-description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.page-ws-seller-product .page-content .section .section-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
}
.page-ws-seller-product .page-content .section-req {
  margin-bottom: 24px;
}
.page-ws-seller-product .page-content .section-req .section-req-content {
  font-size: 16px;
  line-height: 22px;
}
.page-ws-seller-product .page-content .section-contact {
  margin-bottom: 24px;
}
.page-ws-seller-product .page-content .section-contact .section-content {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #6FC16D;
}
.page-ws-seller-product .page-content .section-contact .section-content img {
  margin-right: 16px;
}
.page-ws-seller-product .page-content .section-wholesale {
  margin-bottom: 24px;
}
.page-ws-seller-product .page-content .section-wholesale .discount-block {
  display: flex;
  justify-content: flex-start;
}
.page-ws-seller-product .page-content .section-wholesale .discount-block .single-discount .first-line {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #E42D2D;
}
.page-ws-seller-product .page-content .section-wholesale .discount-block .single-discount .second-line {
  font-size: 14px;
  line-height: 19px;
}
.page-ws-seller-product .page-content .section-wholesale .discount-block .single-discount:not(:last-of-type) {
  padding-right: 24px;
  margin-right: 24px;
  border-right: 1px solid #ECECEC;
}
.page-ws-seller-product .page-content .section-variants {
  margin-bottom: 24px;
}
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .left,
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .left {
  min-width: 50%;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-product .page-content .section-variants .variants-block .variant-single .left {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .left .variant-name {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-product .page-content .section-variants .variants-block .variant-single .left .variant-name {
    margin-bottom: 4px;
  }
}
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .left .variant-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 19px;
}
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .left .variant-price del {
  color: #BFBFBF;
  margin-right: 8px;
}
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .right .sold-out {
  color: #767676;
  font-size: 14px;
  line-height: 40px;
}
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .right .count-editor {
  max-width: 155px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 10px;
  box-sizing: content-box;
}
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .right .count-editor .btn-left,
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .right .count-editor .btn-right {
  height: 40px;
  width: 45px;
}
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .right .count-editor .btn-left img,
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .right .count-editor .btn-right img {
  width: 20px;
  height: 20px;
  margin: 10px 12.5px;
}
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .right .count-editor .btn-left {
  border-right: 1px solid #ECECEC;
}
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .right .count-editor .btn-right {
  border-left: 1px solid #ECECEC;
}
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .right .count-editor input {
  padding: 0;
  margin: 0;
  height: 40px;
  width: calc(100% - 90px);
  border: 0;
  text-align: center;
}
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .right .count-editor input::-webkit-outer-spin-button,
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .right .count-editor input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .right .count-editor input[type=number] {
  -moz-appearance: textfield;
}
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .right .count-editor input:active,
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single .right .count-editor input:focus {
  outline: none;
}
.page-ws-seller-product .page-content .section-variants .variants-block .variant-single:not(:last-of-type) {
  margin-bottom: 24px;
}
.page-ws-seller-product .page-content .btn-section {
  border-top: 1px solid #ececec;
  padding-top: 20px;
}
.page-ws-seller-product .page-content .btn-section .btn-checkout {
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #6FC16D;
  border-radius: 5px;
  min-width: 240px;
  height: 45px;
  padding: 0 24px 0 32px;
  cursor: pointer;
}
.page-ws-seller-product .page-content .btn-section .btn-checkout .text {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.page-ws-seller-product .page-content .btn-section .btn-checkout .text-price {
  font-weight: 500;
}

.page-ws-supplier-delivery .page-drawer {
  float: left;
}
.page-ws-supplier-delivery .page-content {
  width: calc(100% - 235px);
  padding: 8px 32px;
  float: left;
}
.page-ws-supplier-delivery .page-content .page-content-head {
  margin-bottom: 16px;
}
.page-ws-supplier-delivery .page-content .page-content-head .btn-back {
  cursor: pointer;
  float: left;
  transform: translateX(-8px);
}
.page-ws-supplier-delivery .page-content .page-content-head .btn-back img {
  height: 32px;
  width: 32px;
}
.page-ws-supplier-delivery .page-content .page-content-head .btn-save {
  cursor: pointer;
  float: right;
  background: #6FC16D;
  width: 203px;
  height: 40px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: white;
  text-align: center;
  padding: 9px;
}
.page-ws-supplier-delivery .page-content .page-title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.page-ws-supplier-delivery .page-content .page-title-block .page-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
}
.page-ws-supplier-delivery .page-content .page-title-block .page-status {
  width: 33.3333%;
}
.page-ws-supplier-delivery .page-content .page-title-block .status-visible .selection {
  color: #6FC16D;
}
.page-ws-supplier-delivery .page-content .page-title-block .status-invisible .selection {
  color: #C54242;
}
.page-ws-supplier-delivery .page-content .delivery-type-group .page-subtitle {
  margin-top: 32px;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #424242;
  max-width: 672px;
  margin-bottom: 24px;
}
.page-ws-supplier-delivery .page-content .delivery-type-group .delivery-type {
  display: inline-flex;
  width: 202px;
  height: 40px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 9px;
  text-align: center;
  cursor: pointer;
}
.page-ws-supplier-delivery .page-content .delivery-type-group .delivery-type img {
  margin-right: 18px;
}
.page-ws-supplier-delivery .page-content .section {
  margin-top: 24px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 32px 24px;
  width: 672px;
}
.page-ws-supplier-delivery .page-content .section .section-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #424242;
}
.page-ws-supplier-delivery .page-content .section .field-title {
  margin-top: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.page-ws-supplier-delivery .page-content .section input,
.page-ws-supplier-delivery .page-content .section textarea {
  margin-top: 16px;
  width: 100%;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  height: 46px;
  padding: 9px 12px;
  font-size: 16px;
  line-height: 22px;
}
.page-ws-supplier-delivery .page-content .section textarea {
  resize: none;
}
.page-ws-supplier-delivery .page-content .section .input-error {
  border: 1px solid #E42D2D;
  background: #fff8f6;
}
.page-ws-supplier-delivery .page-content .section-delivery-info textarea {
  height: 62px;
}
.page-ws-supplier-delivery .page-content .section-shipping-options .section-title {
  margin-bottom: 24px;
}
.page-ws-supplier-delivery .page-content .section-shipping-options .option-block {
  margin-top: 24px;
}
.page-ws-supplier-delivery .page-content .section-shipping-options .option-block .shipping-input-block .input-title,
.page-ws-supplier-delivery .page-content .section-shipping-options .option-block .dropdown-block .input-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.page-ws-supplier-delivery .page-content .section-shipping-options .option-block .shipping-input-block .input-subtitle,
.page-ws-supplier-delivery .page-content .section-shipping-options .option-block .dropdown-block .input-subtitle {
  font-size: 16px;
  line-height: 22px;
  color: #767676;
  margin-bottom: 16px;
}
.page-ws-supplier-delivery .page-content .section-shipping-options .option-block .shipping-input-block:not(:last-of-type) {
  margin-bottom: 24px;
}
.page-ws-supplier-delivery .page-content .section-shipping-options .option-block .tbd-explainer {
  font-size: 16px;
  line-height: 22px;
  color: #767676;
  margin-top: 16px;
}
.page-ws-supplier-delivery .page-content .section-pickup-hours .section-content .weekday-list {
  padding: 12px 0;
}
.page-ws-supplier-delivery .page-content .section-pickup-hours .section-content .weekday-list:not(:last-of-type) {
  border-bottom: 1px solid #ececec;
}
.page-ws-supplier-delivery .page-content .section-pickup-hours .section-content .weekday-list .left {
  float: left;
}
.page-ws-supplier-delivery .page-content .section-pickup-hours .section-content .weekday-list .right {
  float: right;
}
.page-ws-supplier-delivery .page-content .section-pickup-hours .section-content .weekday-list .right .right-single-period:not(:last-of-type) {
  margin-bottom: 16px;
}
.page-ws-supplier-delivery .page-content .section-pickup-hours .section-content .weekday-list .right .right-not-available {
  color: #BFBFBF;
}
.page-ws-supplier-delivery .page-content .section-advanced-pickup .section-row:not(:last-of-type) {
  margin-bottom: 24px;
}
.page-ws-supplier-delivery .page-content .section-advanced-pickup .section-row .section-title {
  margin-bottom: 16px;
}
.page-ws-supplier-delivery .page-content .section-advanced-pickup .section-row .section-content {
  font-size: 16px;
  line-height: 22px;
}
.page-ws-supplier-delivery .page-content .section-advanced-pickup .section-row .btn-set-up {
  float: right;
  height: 44px;
  border: 2px solid #6FC16D;
  border-radius: 5px;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 0;
  text-align: center;
  color: #6FC16D;
  cursor: pointer;
  width: 183px;
  font-weight: 700;
}
.page-ws-supplier-delivery .page-content .section-advanced-pickup .section-basic .section-title {
  float: left;
}
.page-ws-supplier-delivery .page-content .section-advanced-pickup .section-description {
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
.page-ws-supplier-delivery .page-content .section-advanced-pickup .section-pickup-hours .section-content .weekday-list {
  padding: 12px 0;
}
.page-ws-supplier-delivery .page-content .section-advanced-pickup .section-pickup-hours .section-content .weekday-list:not(:last-of-type) {
  border-bottom: 1px solid #ececec;
}
.page-ws-supplier-delivery .page-content .section-advanced-pickup .section-pickup-hours .section-content .weekday-list .left {
  float: left;
}
.page-ws-supplier-delivery .page-content .section-advanced-pickup .section-pickup-hours .section-content .weekday-list .right {
  float: right;
}
.page-ws-supplier-delivery .page-content .section-advanced-pickup .section-pickup-hours .section-content .weekday-list .right .right-single-period:not(:last-of-type) {
  margin-bottom: 16px;
}
.page-ws-supplier-delivery .page-content .section-advanced-pickup .section-pickup-hours .section-content .weekday-list .right .right-not-available {
  color: #BFBFBF;
}
.page-ws-supplier-delivery .page-content .btn-group .btn-save,
.page-ws-supplier-delivery .page-content .btn-group .btn-delete {
  margin-top: 40px;
  display: inline-block;
  cursor: pointer;
  width: 203px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding: 9px;
}
.page-ws-supplier-delivery .page-content .btn-group .btn-save {
  background: #6FC16D;
  color: white;
}
.page-ws-supplier-delivery .page-content .btn-group .btn-delete {
  margin-left: 32px;
  background: white;
  color: #BFBFBF;
  border: 1px solid #E2E2E2;
}

.page-ws-supplier-order .page-drawer {
  float: left;
}
.page-ws-supplier-order .page-content {
  width: calc(100% - 235px);
  padding: 16px 32px;
  float: left;
}
.page-ws-supplier-order .page-content .page-content-head .btn-back {
  cursor: pointer;
  float: left;
  transform: translateX(-8px);
}
.page-ws-supplier-order .page-content .page-content-head .btn-back img {
  height: 32px;
  width: 32px;
}
.page-ws-supplier-order .page-content .page-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 24px;
  margin-top: 32px;
}
.page-ws-supplier-order .page-content .page-title .order-status {
  margin-left: 12px;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
}
.page-ws-supplier-order .page-content .page-content-block {
  display: flex;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left {
  max-width: 672px;
  flex-grow: 1;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .page-notification {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  border-radius: 9px;
  margin-bottom: 24px;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .page-notification .left {
  margin-right: 24px;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .page-notification .left img {
  width: 32px;
  height: 32px;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .page-notification .right {
  font-size: 18px;
  line-height: 25px;
  color: #6FC16D;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .page-notification .right b {
  color: inherit;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .page-notification-white {
  background: #FFFFFF;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .page-notification-green {
  align-items: flex-start;
  background: #EEFAEE;
  font-weight: 700;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .page-notification-green .right .title {
  margin-bottom: 8px;
  color: inherit;
  font-weight: 700;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .page-notification-green .right .text {
  font-weight: 400;
  color: inherit;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section {
  border: 1px solid #ececec;
  padding: 24px;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section .section-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 24px;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section .section-content .single-content {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section .section-content .single-content .text {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section .section-content .single-content:not(:last-of-type) {
  margin-bottom: 16px;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section:not(:last-of-type) {
  margin-bottom: 24px;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section-summary .product-list .product-block {
  padding: 16px 0;
  border: 1px solid #ececec;
  border-radius: 5px;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section-summary .product-list .product-block .product-row {
  display: flex;
  padding: 0 16px;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section-summary .product-list .product-block .product-row .product-left {
  flex-basis: 72px;
  margin-right: 16px;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section-summary .product-list .product-block .product-row .product-left img {
  height: 72px;
  width: 72px;
  border-radius: 5px;
  object-fit: cover;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section-summary .product-list .product-block .product-row .product-right {
  flex-grow: 100;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section-summary .product-list .product-block .product-row .product-right .product-name {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section-summary .product-list .product-block .product-row .product-right .item-list .item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section-summary .product-list .product-block .product-row .product-right .item-list .item-row .item-col {
  font-size: 16px;
  line-height: 22px;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section-summary .product-list .product-block .product-row .product-right .item-list .item-row .item-name {
  flex-grow: 100;
  margin-right: 6%;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section-summary .product-list .product-block .product-row .product-right .item-list .item-row .item-price {
  color: #767676;
  margin-left: 6%;
  width: 9%;
  text-align: right;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section-summary .product-list .product-block .product-row .product-right .item-list .item-row:not(:last-of-type) {
  margin-bottom: 16px;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section-summary .product-list .product-block .product-row:not(:last-of-type) {
  margin-bottom: 16px;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section-summary .product-list .product-block .product-row-footer {
  border-top: 1px solid #ececec;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section-summary .product-list .product-block .product-row-footer .product-delivery {
  font-size: 16px;
  line-height: 22px;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section-summary .product-list .product-block .product-row-footer .product-delivery .btn-set-shipping {
  cursor: pointer;
  color: #6fc16d;
  text-decoration: underline;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-left .section-summary .product-list .product-block:not(:last-of-type) {
  border-bottom: 1px solid #ececec;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-right {
  width: 100%;
  max-width: calc(100% - 672px);
  margin-left: 32px;
  flex-grow: 1;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-right .right-content-block {
  border: 1px solid #ECECEC;
  padding: 24px;
  margin-bottom: 24px;
}
.page-ws-supplier-order .page-content .page-content-block .page-content-right .btn-shipped {
  max-width: 325px;
  margin: auto;
  cursor: pointer;
  color: #ffffff;
  background: #6FC16D;
  font-size: 16px;
  line-height: 22px;
  height: 40px;
  text-align: center;
  padding: 9px 0;
  font-weight: 700;
  border-radius: 5px;
}
.popup-set-shipping-fee {
  max-width: 419px;
}
.popup-set-shipping-fee .popup-subtitle {
  margin-bottom: 16px;
}
.popup-set-shipping-fee .input-block .input-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.popup-set-shipping-fee .input-block:not(:last-of-type) {
  margin-bottom: 24px;
}
.popup-set-shipping-fee .btn-confirm {
  width: 203px;
  height: 40px;
  background: #6FC16D;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.page-referral {
  max-width: 1440px;
  margin: auto;
}
.page-referral .page-content {
  width: 100%;
  border: none;
}
.page-referral .btn-add {
  cursor: pointer;
  float: right;
  width: 203px;
  height: 40px;
  padding: 9px;
  text-align: center;
  border-radius: 5px;
  background: #6FC16D;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.page-referral .page-title {
  font-weight: 700;
  font-size: 32px;
  color: #424242;
}
.page-referral .page-subtitle {
  margin-top: 32px;
  font-weight: 700;
  font-size: 20px;
  color: #424242;
}
.page-referral .page-description {
  margin-top: 16px;
  font-size: 14px;
  color: #424242;
}
.page-referral .page-button {
  cursor: pointer;
  margin-top: 16px;
  position: relative;
  width: 320px;
  height: 40px;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  font-size: 14px;
  line-height: 22px;
  padding: 9px;
}
.page-referral .page-button img {
  position: absolute;
  right: 9px;
  top: 11px;
}
.page-referral table {
  margin-top: 32px;
  width: 100%;
  position: relative;
}
.page-referral table th {
  font-size: 12px;
  color: #767676;
  padding-bottom: 16px;
}
.page-referral table td {
  padding: 20px 0;
  font-size: 14px;
  color: #767676;
}
.page-referral table tr {
  padding-bottom: 16px;
  border-bottom: 1px solid #ECECEC;
}
.page-referral table .empty-card {
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center;
}
.page-referral table .empty-card img {
  width: 200px;
}
.page-referral table .empty-card .text {
  margin-top: 16px;
  font-size: 24px;
  color: #767676;
}
.page-referral .component-popup .popup-block .popup-create-referrer {
  max-width: 520px;
}

.page-order-preparation .page-content .page-title {
  margin-top: 16px;
  font-weight: 700;
  font-size: 32px;
  color: #424242;
  margin-bottom: 32px;
}
.page-order-preparation .page-content .filter-block {
  position: relative;
}
.page-order-preparation .page-content .filter-block .btn-toggle-calendar {
  height: 40px;
  padding: 9px 16px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  display: inline-block;
  min-width: 202px;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
  cursor: pointer;
  float: left;
}
.page-order-preparation .page-content .filter-block .btn-toggle-calendar img {
  float: left;
  height: 22px;
  width: 22px;
  margin-right: 16px;
  transform: translateY(-2px);
}
.page-order-preparation .page-content .filter-block .btn-export {
  cursor: pointer;
  margin-left: 16px;
  text-decoration: none!important;
  padding: 9px 16px;
  float: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
  border-radius: 5px;
  border: 1px solid #ECECEC;
}
.page-order-preparation .page-content .filter-block .btn-export img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.page-order-preparation .page-content .filter-block .overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
}
.page-order-preparation .page-content .filter-block .window-calendar {
  position: absolute;
  left: 0;
  top: 40px;
  width: 375px;
  height: 473px;
  z-index: 550;
}
.page-order-preparation .page-content .table-block {
  margin-top: 32px;
}
.page-order-preparation .page-content .table-block .table-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 24px;
}
.page-order-preparation .page-content .table-block .city-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
}
.page-order-preparation .page-content .table-block .order-list {
  width: 100%;
  margin-bottom: 24px;
}
.page-order-preparation .page-content .table-block .order-list tr {
  height: 56px;
  padding: 20px 0;
  font-size: 12px;
  line-height: 16px;
  color: #424242;
  border-bottom: 1px solid #ececec;
}
.page-order-preparation .page-content .table-block .order-list .table-head {
  border-bottom: 1px solid #bfbfbf;
  padding-top: 0;
}
.page-order-preparation .page-content .table-block .order-list .table-head th {
  padding-top: 0;
  color: #767676;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .page-sales-report .page-drawer {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page-sales-report .page-content {
    width: 100%;
    float: none;
    padding: 16px;
    margin-bottom: 60px;
    border-left: 0;
  }
}
.page-sales-report .page-content .page-title {
  margin-top: 16px;
  font-weight: 700;
  font-size: 32px;
  color: #424242;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page-sales-report .page-content .page-title {
    display: none;
  }
}
.page-sales-report .page-content .page-title .date-explainer {
  margin-left: 8px;
  color: #767676;
  font-size: 16px;
  line-height: 22px;
  margin-top: 18px;
  font-weight: 400;
}
.page-sales-report .page-content .daily-sales-barchart {
  display: flex;
  margin: 0 -12px 32px -12px;
}
@media screen and (max-width: 768px) {
  .page-sales-report .page-content .daily-sales-barchart {
    flex-direction: column;
  }
}
.page-sales-report .page-content .daily-sales-barchart .single-barchart {
  flex-grow: 1;
  padding: 24px 0 8px 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  .page-sales-report .page-content .daily-sales-barchart .single-barchart {
    margin: 0 12px 24px 12px;
  }
}
@media screen and (max-width: 768px) {
  .page-sales-report .page-content .sales-report-filter {
    display: none;
  }
}
.page-sales-report .page-content .sales-report-filter .switch-block {
  height: 40px;
  background: #F4F4F4;
  border-radius: 5px;
  float: left;
  margin-right: 24px;
}
.page-sales-report .page-content .sales-report-filter .switch-block .switch-left,
.page-sales-report .page-content .sales-report-filter .switch-block .switch-right {
  height: 40px;
  font-size: 16px;
  line-height: 22px;
  color: #BFBFBF;
  background: #F4F4F4;
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  float: left;
  padding: 9px 24px;
  cursor: pointer;
  font-weight: 500;
}
.page-sales-report .page-content .sales-report-filter .switch-block .switch-active {
  background: #FFFFFF;
  color: #767676;
}
.page-sales-report .page-content .sales-report-filter .calendar-block {
  position: relative;
  float: left;
}
.page-sales-report .page-content .sales-report-filter .calendar-block .btn-toggle-calendar {
  height: 40px;
  padding: 9px 16px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  display: inline-block;
  min-width: 202px;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
  cursor: pointer;
}
.page-sales-report .page-content .sales-report-filter .calendar-block .btn-toggle-calendar img {
  float: left;
  height: 22px;
  width: 22px;
  margin-right: 16px;
  transform: translateY(-2px);
}
.page-sales-report .page-content .sales-report-filter .calendar-block .overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
}
.page-sales-report .page-content .sales-report-filter .calendar-block .window-calendar {
  position: absolute;
  left: 0;
  top: 40px;
  width: 375px;
  height: 473px;
  z-index: 550;
}
.page-sales-report .page-content .dropdown-block {
  margin-top: 24px;
  max-width: 437px;
  margin-bottom: 12px;
}
.page-sales-report .page-content .total-block-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-sales-report .page-content .total-block-mobile {
    display: flex;
  }
  .page-sales-report .page-content .total-block-mobile .revenue,
  .page-sales-report .page-content .total-block-mobile .orders {
    width: calc(50% - 8px);
  }
  .page-sales-report .page-content .total-block-mobile .revenue .title,
  .page-sales-report .page-content .total-block-mobile .orders .title {
    font-weight: 500;
    margin-bottom: 12px;
  }
  .page-sales-report .page-content .total-block-mobile .revenue .number,
  .page-sales-report .page-content .total-block-mobile .orders .number {
    font-weight: 700;
    font-size: 20px;
  }
  .page-sales-report .page-content .total-block-mobile .revenue {
    margin-right: 16px;
  }
}
.page-sales-report .page-content .update-time-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-sales-report .page-content .update-time-mobile {
    display: block;
    font-size: 12px;
    color: #BFBFBF;
    margin-top: 12px;
    margin-bottom: 24px;
  }
}
.page-sales-report .page-content .total-block {
  margin-top: 32px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .page-sales-report .page-content .total-block {
    display: none;
  }
}
.page-sales-report .page-content .total-block .total-title {
  font-size: 16px;
  line-height: 22px;
  color: #767676;
  margin-bottom: 12px;
}
.page-sales-report .page-content .total-block .total {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
.page-sales-report .page-content .data-table-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-sales-report .page-content .data-table-mobile {
    display: block;
  }
  .page-sales-report .page-content .data-table-mobile table {
    width: 100%;
  }
  .page-sales-report .page-content .data-table-mobile table .table-head {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 12px;
  }
  .page-sales-report .page-content .data-table-mobile table .table-head th {
    color: #767676;
    font-weight: 400;
    padding: 12px 0;
  }
  .page-sales-report .page-content .data-table-mobile table tbody tr {
    padding: 16px 0;
    height: 66px;
    font-size: 14px;
    line-height: 14px;
    color: #424242;
    border-bottom: 1px solid #ececec;
  }
  .page-sales-report .page-content .data-table-mobile table tbody tr td .product-name {
    margin-bottom: 4px;
  }
  .page-sales-report .page-content .data-table-mobile table tbody tr td .product-info-row {
    display: flex;
    align-items: center;
  }
  .page-sales-report .page-content .data-table-mobile table tbody tr td .product-info-row .unit-price {
    margin-left: 4px;
  }
  .page-sales-report .page-content .data-table-mobile table tbody tr td .product-info-row .unit-price img {
    height: 18px;
    width: 18px;
    transform: translateY(-2px);
  }
  .page-sales-report .page-content .data-table-mobile table tbody tr td .product-info-row .category-name {
    margin-left: 4px;
  }
}
.page-sales-report .page-content .table-block {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-sales-report .page-content .table-block {
    display: none;
  }
}
.page-sales-report .page-content .table-block table {
  width: 100%;
}
.page-sales-report .page-content .table-block table .table-head {
  border-bottom: 1px solid #bfbfbf;
  padding-top: 0;
}
.page-sales-report .page-content .table-block table .table-head th {
  color: #767676;
  font-weight: 400;
}
.page-sales-report .page-content .table-block table tr {
  padding: 16px 0;
  height: 46px;
  font-size: 14px;
  line-height: 14px;
  color: #424242;
  border-bottom: 1px solid #ececec;
}
.page-sales-report .page-content .empty-placeholder {
  width: 100%;
  text-align: center;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .page-sales-report .page-content .empty-placeholder {
    display: none;
  }
}
.page-sales-report .page-content .empty-placeholder img {
  margin: 0 auto 24px auto;
}
.page-sales-report .page-content .empty-placeholder .empty-text {
  margin-top: 16px;
  font-size: 24px;
  line-height: 33px;
  color: #767676;
}

.page-store-credit .component-popup .popup-block .edit-popup {
  width: 100%!important;
  max-width: 414px!important;
}
.page-store-credit .component-popup .popup-block .edit-popup .inner-content {
  padding: 26px 36px;
}
.page-store-credit .component-popup .popup-block .edit-popup .input-row {
  margin-top: 16px;
  display: flex;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  flex-direction: row;
  background: #FAFAFA;
}
.page-store-credit .component-popup .popup-block .edit-popup .input-row .input-sign {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
}
.page-store-credit .component-popup .popup-block .edit-popup .input-row input {
  margin: 0;
  display: flex;
  border: none;
  padding-left: 0;
  background: #FAFAFA;
}
.page-store-credit .component-popup .popup-block .edit-popup textarea {
  background: #FAFAFA;
}
.page-store-credit .component-popup .popup-block .edit-popup .input-notice {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.page-store-credit .component-popup .popup-block .edit-popup .success-title {
  color: #6FC16D;
  font-weight: 800;
  font-size: 24px;
  margin-top: 24px;
}
.page-store-credit .component-popup .popup-block .edit-popup .success-content {
  margin-top: 16px;
  font-size: 16px;
  color: #424242;
}
.page-store-credit .component-popup .popup-block .edit-popup .popup-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
  color: #424242;
}
.page-store-credit .component-popup .popup-block .edit-popup .popup-subtitle {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #424242 !important;
}
.page-store-credit .component-popup .popup-block .edit-popup .btn-add {
  margin-top: 45px;
  background: #6FC16D;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 11px;
  cursor: pointer;
  line-height: 22px;
}
.page-store-credit .component-popup .popup-block .history-popup table {
  width: 100%;
}
.page-store-credit .component-popup .popup-block .history-popup table tr {
  border-bottom: 1px solid #BFBFBF;
}
.page-store-credit .component-popup .popup-block .history-popup table td,
.page-store-credit .component-popup .popup-block .history-popup table th {
  padding: 20px 0;
}
.page-store-credit .page-content .page-title {
  margin-top: 32px;
  margin-bottom: 32px;
  font-weight: 900;
  font-size: 32px;
  line-height: 44px;
  color: #424242;
}
.page-store-credit .page-content .row-search-block {
  display: flex;
}
.page-store-credit .page-content .row-search-block .row-search {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  display: flex;
  padding: 8px;
  width: 100%;
  max-width: 320px;
}
.page-store-credit .page-content .row-search-block .row-search img {
  display: flex;
  margin-right: 8px;
}
.page-store-credit .page-content .row-search-block .row-search input {
  display: flex;
  flex-grow: 1;
  border: none;
  margin-top: -8px;
  margin-bottom: -8px;
}
.page-store-credit .page-content .row-search-block .btn-search {
  margin-left: 12px;
  height: 40px;
  padding: 0 24px;
  border-radius: 5px;
  background: #6fc16d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}
.page-store-credit .page-content table {
  width: 100%;
}
.page-store-credit .page-content table th,
.page-store-credit .page-content table td {
  padding: 20px 0;
}
.page-store-credit .page-content table tr {
  border-bottom: 1px solid #BFBFBF;
}
.page-store-credit .page-content table .btn-edit {
  display: inline-block;
  color: #6FC16D;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  padding: 8px 10px;
  cursor: pointer;
}

.page-ws-seller-account {
  padding-top: 32px;
  padding-bottom: 32px;
}
.page-ws-seller-account .title {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  color: #424242;
}
.page-ws-seller-account .sub-title {
  margin-top: 32px;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #424242;
}
.page-ws-seller-account .btn-add {
  cursor: pointer;
  margin-top: 16px;
  height: 40px;
  padding: 9px;
  text-align: center;
  width: 100%;
  max-width: 325px;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.page-ws-seller-account .popup-add-card,
.page-ws-seller-account .popup-verify-bank,
.page-ws-seller-account .popup-add-bank {
  max-width: 400px!important;
  background: #FFFFFF;
  box-shadow: 0 4px 40px rgba(0, 49, 107, 0.15);
  border-radius: 10px;
}
.page-ws-seller-account .popup-add-card .input-group,
.page-ws-seller-account .popup-verify-bank .input-group,
.page-ws-seller-account .popup-add-bank .input-group {
  margin-top: 16px;
  position: relative;
  width: 100%;
}
.page-ws-seller-account .popup-add-card .input-group .floating-sign,
.page-ws-seller-account .popup-verify-bank .input-group .floating-sign,
.page-ws-seller-account .popup-add-bank .input-group .floating-sign {
  position: absolute;
  left: 9px;
  top: 9px;
  font-size: 16px;
  line-height: 22px;
}
.page-ws-seller-account .popup-add-card .input-group input,
.page-ws-seller-account .popup-verify-bank .input-group input,
.page-ws-seller-account .popup-add-bank .input-group input {
  margin: 0!important;
  text-align: right;
}
.page-ws-seller-account .popup-add-card .btn-verify,
.page-ws-seller-account .popup-verify-bank .btn-verify,
.page-ws-seller-account .popup-add-bank .btn-verify {
  margin-top: 32px;
  width: 203px;
  height: 40px;
  padding: 9px;
  text-align: center;
  background: #6FC16D;
  border-radius: 5px;
  font-size: 16px;
  line-height: 22px;
  color: white;
}
.page-ws-seller-account .popup-add-card .line .left {
  width: calc(50% - 8px);
  margin-right: 8px;
}
.page-ws-seller-account .popup-add-card .line .right {
  width: calc(50% - 8px);
  margin-left: 8px;
}
.page-ws-seller-account .popup-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #424242;
}
.page-ws-seller-account .popup-description {
  margin-top: 16px;
  font-size: 14px;
  line-height: 19px;
  color: #767676;
}
.page-ws-seller-account .field-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
.page-ws-seller-account .btn-submit {
  margin-top: 32px;
  width: 203px;
  height: 40px;
  padding: 9px;
  text-align: center;
  background: #6FC16D;
  border-radius: 5px;
  font-size: 16px;
  line-height: 22px;
  color: white;
}
.page-ws-seller-account .card {
  margin-top: 16px;
  max-width: 500px;
  padding: 24px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  position: relative;
}
.page-ws-seller-account .card .btn-delete {
  position: absolute;
  right: 9px;
  top: 9px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #BFBFBF;
}
.page-ws-seller-account .bank-card {
  margin-top: 16px;
  max-width: 500px;
  padding: 24px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  position: relative;
}
.page-ws-seller-account .bank-card .btn-delete {
  position: absolute;
  right: 9px;
  top: 9px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #BFBFBF;
}
.page-ws-seller-account .bank-card .card-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.page-ws-seller-account .bank-card .card-info {
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.page-ws-seller-account .bank-card .bank-verified-text {
  margin-top: 16px;
  background: #f4f4f4;
  border-radius: 16px;
  padding: 4px 8px;
  display: flex;
  width: 160px;
}
.page-ws-seller-account .bank-card .bank-verified-text .text {
  font-size: 16px;
  line-height: 22px;
  color: #6FC16D;
}
.page-ws-seller-account .bank-card .bank-verified-text img {
  margin-right: 4px;
  height: 22px;
  width: 22px;
}
.page-ws-seller-account .bank-card .btn-verify {
  cursor: pointer;
  margin-top: 24px;
  max-width: 325px;
  padding: 9px;
  text-align: center;
  height: 40px;
  border: 1px solid #6FC16D;
  box-sizing: border-box;
  border-radius: 5px;
  color: #6FC16D;
}
.page-ws-seller-account .account-section {
  margin-top: 32px;
}
.page-ws-seller-account .account-section .title {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  color: #424242;
}
.page-ws-seller-account .account-section .btn-logout {
  cursor: pointer;
  margin-top: 24px;
  padding: 9px;
  line-height: 22px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  color: #BFBFBF;
  width: 325px;
  height: 40px;
  text-align: center;
}

.page-ws-seller-invitation {
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
}
.page-ws-seller-invitation .page-content {
  width: 100%;
  float: none;
}
.page-ws-seller-invitation .page-content .invitation-title {
  text-align: center;
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-invitation .page-content .invitation-title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 8px;
    text-align: left;
  }
}
.page-ws-seller-invitation .page-content .invitation-subtitle {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-invitation .page-content .invitation-subtitle {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }
}
.page-ws-seller-invitation .page-content .input-block {
  width: 100%;
  max-width: 325px;
  margin: auto;
}
.page-ws-seller-invitation .page-content .input-block .invitation-input {
  width: 100%;
  max-width: 325px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  font-size: 16px;
  line-height: 22px;
  padding: 9px 12px;
}
.page-ws-seller-invitation .page-content .input-block .invitation-input:not(:last-of-type) {
  margin-bottom: 16px;
}
.page-ws-seller-invitation .page-content .input-block .input-error {
  border: 1px solid #E42D2D;
  color: #E42D2D;
}
.page-ws-seller-invitation .page-content .dropdown-block {
  width: 100%;
  max-width: 325px;
  margin: auto;
  margin-top: 16px;
}
.page-ws-seller-invitation .page-content .error-block {
  width: 100%;
  max-width: 325px;
  margin: auto;
  margin-top: 12px;
  display: flex;
}
.page-ws-seller-invitation .page-content .error-block .text {
  font-size: 16px;
  line-height: 22px;
  color: #E42D2D;
}
.page-ws-seller-invitation .page-content .error-block img {
  height: 22px;
  width: 22px;
  margin-right: 12px;
}
.page-ws-seller-invitation .page-content .invitation-btn {
  width: 100%;
  max-width: 325px;
  height: 44px;
  background: #6FC16D;
  border-radius: 5px;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 11px 0;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-invitation .page-content .invitation-btn {
    margin-top: 24px;
  }
}
.page-ws-seller-invitation .page-content .invitation-link {
  font-size: 16px;
  line-height: 22px;
  color: #6FC16D;
  text-align: center;
  cursor: pointer;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-invitation .page-content .invitation-link {
    width: 100%;
    max-width: 325px;
    height: 44px;
    border-radius: 5px;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    padding: 11px 0;
    text-align: center;
    cursor: pointer;
    margin-top: 16px;
  }
}

.page-ws-supplier-settings .page-drawer {
  float: left;
}
.page-ws-supplier-settings .page-content {
  width: calc(100% - 235px);
  padding: 8px 32px;
  float: left;
  max-width: 672px;
}
.page-ws-supplier-settings .page-content .page-content-head {
  margin-bottom: 16px;
  height: 40px;
}
.page-ws-supplier-settings .page-content .page-content-head .btn-back {
  cursor: pointer;
  float: left;
  transform: translateX(-8px);
}
.page-ws-supplier-settings .page-content .page-content-head .btn-back img {
  height: 32px;
  width: 32px;
}
.page-ws-supplier-settings .page-content .page-content-head .btn-save {
  float: right;
}
.page-ws-supplier-settings .page-content .page-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 32px;
}
.page-ws-supplier-settings .page-content .section {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 24px;
}
.page-ws-supplier-settings .page-content .section .section-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #424242;
  margin-bottom: 24px;
}
.page-ws-supplier-settings .page-content .section-payment-options {
  margin-bottom: 32px;
}
.page-ws-supplier-settings .page-content .section-payment-options .option-block .option {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-ws-supplier-settings .page-content .section-payment-options .option-block .option .option-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.page-ws-supplier-settings .page-content .section-payment-options .option-block:not(:last-of-type) {
  margin-bottom: 24px;
}
.page-ws-supplier-settings .page-content .section-payment-options .btn-save {
  cursor: pointer;
  background: #6FC16D;
  width: 203px;
  height: 40px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: white;
  text-align: center;
  padding: 9px;
}
.page-ws-supplier-settings .page-content .section-account .btn-logout {
  cursor: pointer;
  margin-top: 24px;
  padding: 9px;
  line-height: 22px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  color: #BFBFBF;
  width: 203px;
  height: 40px;
  text-align: center;
}

.page-stores .page-content {
  padding: 8px 32px;
  margin: auto;
  width: 100%;
  max-width: 1440px;
  float: none;
  border: none;
}
@media screen and (max-width: 768px) {
  .page-stores .page-content {
    padding: 8px 16px;
  }
}
.page-stores .page-content .filters {
  margin-bottom: 24px;
  background: #F4F4F4;
  border-radius: 5px;
  width: 160px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-stores .page-content .filters {
    width: 100%;
  }
}
.page-stores .page-content .filters .filter-option,
.page-stores .page-content .filters .filter-option-selected {
  width: 50%;
  cursor: pointer;
  height: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-stores .page-content .filters .filter-option-selected {
  background: white;
}
.page-stores .page-content .filters .filter-option {
  background: #F4F4F4;
  border: none;
}
.page-stores .page-content .store-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px;
  column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .page-stores .page-content .store-list {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    column-gap: 0;
  }
}
.page-stores .page-content .store-list .single-card {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page-stores .page-content .store-list .single-card {
    margin-bottom: 16px;
  }
}
.page-stores .page-content .waiting-list-text {
  width: 60%;
  margin: auto;
  margin-top: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  color: #424242;
}
.page-stores .page-content .page-title-block {
  margin-top: 32px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-stores .page-content .page-title-block {
    display: none;
  }
}
.page-stores .page-content .page-title-block .page-title {
  font-weight: 700;
  font-size: 32px;
  color: #424242;
}
.page-stores .page-content .page-title-block .store-url input {
  float: left;
  height: 30px;
  width: 280px;
  border: 1px solid #ececec;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  padding: 8px 0 8px 12px;
  color: #767676;
}
.page-stores .page-content .page-title-block .store-url input:focus {
  outline: none;
}
.page-stores .page-content .page-title-block .store-url .btn-copy {
  float: left;
  height: 30px;
  width: 42px;
  border: 1px solid #ececec;
  background-color: #FAFAFA;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.page-stores .page-content .page-title-block .store-url .btn-copy img {
  height: 30px;
  padding: 5px 6px 6px 6px;
  margin: 0 5px;
}
.page-stores .page-content .page-description-block {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page-stores .page-content .page-description-block {
    display: none;
  }
}
.page-stores .page-content .page-description-block .description-block .description-text {
  color: #767676;
  font-size: 14px;
  width: 50%;
}
.page-stores .page-content .page-description-block .description-block .description-text .paragraph {
  color: inherit;
  font-size: inherit;
}
.page-stores .page-content .page-description-block .description-block textarea {
  height: 90px;
  width: 50%;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  resize: none;
  padding: 8px 12px;
}
.page-stores .page-content .page-description-block .description-block .btn-edit,
.page-stores .page-content .page-description-block .description-block .btn-save {
  color: #6fc16d;
  cursor: pointer;
  font-size: 16px;
  margin-top: 8px;
  display: inline-block;
}
.page-stores .page-content .btn-group-block {
  margin-top: 16px;
  margin-bottom: 24px;
  display: none;
}
@media screen and (max-width: 768px) {
  .page-stores .page-content .btn-group-block {
    display: block;
  }
}
.page-stores .page-content .btn-group-block .btn-group-block-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  column-gap: 16px;
}
.page-stores .page-content .btn-group-block .btn-group-block-inner .button {
  height: 90px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.page-stores .page-content .btn-group-block .btn-group-block-inner .button img {
  height: 30px;
  width: 30px;
  margin-bottom: 8px;
}
.page-stores .page-content .btn-group-block .btn-group-block-inner .button .copy {
  font-weight: 500;
  font-size: 16px;
}

.page-store-pickup {
  line-height: 1.375;
  color: #424242;
}
.page-store-pickup .page-content {
  background: #ffffff;
  padding: 24px 16px 40px 16px;
}
@media screen and (min-width: 768px) {
  .page-store-pickup .page-content {
    max-width: 414px;
    margin: 24px auto;
  }
}
.page-store-pickup .page-content .head {
  border-bottom: 1px solid #ececec;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.page-store-pickup .page-content .list .list-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.page-store-pickup .page-content .list .list-row .left {
  margin-right: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-store-pickup .page-content .list .list-row .left .num {
  margin-right: 8px;
  height: 18px;
  width: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #bfbfbf;
  color: #ffffff;
  border-radius: 9px;
  font-size: 12px;
}
.page-store-pickup .page-content .list .list-row .left .id-string {
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.page-store-pickup .page-content .list .list-row .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page-store-pickup .page-content .list .list-row .left,
.page-store-pickup .page-content .list .list-row .right {
  font-size: 16px;
}
.page-store-pickup .page-content .list .mgb-40 {
  margin-bottom: 40px;
}

.page-group-batch {
  padding: 0 16px 48px 16px;
}
.page-group-batch .page-content {
  padding-bottom: 100px;
}
.page-group-batch .page-content .tab-row {
  border-bottom: 1px solid #ECECEC;
  border-top: 1px solid #ECECEC;
  margin-left: -16px;
  margin-right: -16px;
  overflow-x: scroll;
  padding: 8px 16px;
}
.page-group-batch .page-content .tab-row .content {
  width: max-content;
}
.page-group-batch .page-content .tab-row .content .tab,
.page-group-batch .page-content .tab-row .content .tab-active {
  cursor: pointer;
  display: inline-block;
  padding: 8px 11px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #424242;
  border-radius: 10px;
}
.page-group-batch .page-content .tab-row .content .tab-active {
  background: #6FC16D;
  color: #FFFFFF;
}
.page-group-batch .page-content .select-header {
  padding: 12px;
  margin-left: -16px;
  margin-right: -16px;
  border-bottom: 1px solid #ECECEC;
}
.page-group-batch .page-content .select-header .btn-edit {
  cursor: pointer;
  margin-left: 16px;
  display: inline-block;
  width: fit-content;
  height: 40px;
  color: #6FC16D;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 10px 12px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #ececec;
}
.page-group-batch .page-content .transaction-row,
.page-group-batch .page-content .transaction-row-selected {
  padding: 16px;
  margin: 0 -16px;
  border-bottom: 1px solid #ECECEC;
}
.page-group-batch .page-content .transaction-row .transaction-title,
.page-group-batch .page-content .transaction-row-selected .transaction-title {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
}
.page-group-batch .page-content .transaction-row .transaction-title .title-status,
.page-group-batch .page-content .transaction-row-selected .transaction-title .title-status {
  float: right;
}
.page-group-batch .page-content .transaction-row .transaction-title .status-verified,
.page-group-batch .page-content .transaction-row-selected .transaction-title .status-verified {
  color: #6FC16D;
}
.page-group-batch .page-content .transaction-row .transaction-title .status-uploaded,
.page-group-batch .page-content .transaction-row-selected .transaction-title .status-uploaded {
  color: #D99F03;
}
.page-group-batch .page-content .transaction-row .transaction-title .status-not-uploaded,
.page-group-batch .page-content .transaction-row-selected .transaction-title .status-not-uploaded {
  color: #B52525;
}
.page-group-batch .page-content .transaction-row .transaction-info,
.page-group-batch .page-content .transaction-row-selected .transaction-info {
  display: flex;
  justify-content: space-between;
}
.page-group-batch .page-content .transaction-row .transaction-info .info-left,
.page-group-batch .page-content .transaction-row-selected .transaction-info .info-left {
  width: 40px;
}
.page-group-batch .page-content .transaction-row .transaction-info .info-left .wx-image,
.page-group-batch .page-content .transaction-row-selected .transaction-info .info-left .wx-image {
  height: 32px;
  width: 32px;
  border-radius: 5px;
  margin-right: 16px;
}
.page-group-batch .page-content .transaction-row .transaction-info .info-right,
.page-group-batch .page-content .transaction-row-selected .transaction-info .info-right {
  width: calc(100% - 40px);
}
.page-group-batch .page-content .transaction-row .transaction-info .info-right .transaction-body,
.page-group-batch .page-content .transaction-row-selected .transaction-info .info-right .transaction-body {
  display: flex;
  justify-content: space-between;
}
.page-group-batch .page-content .transaction-row .transaction-info .info-right .transaction-body .left,
.page-group-batch .page-content .transaction-row-selected .transaction-info .info-right .transaction-body .left,
.page-group-batch .page-content .transaction-row .transaction-info .info-right .transaction-body .right,
.page-group-batch .page-content .transaction-row-selected .transaction-info .info-right .transaction-body .right {
  font-size: 14px;
  line-height: 20px;
  color: #767676;
}
.page-group-batch .page-content .transaction-row .transaction-info-image,
.page-group-batch .page-content .transaction-row-selected .transaction-info-image {
  height: 40px;
  align-items: center;
}
.page-group-batch .page-content .transaction-row .transaction-body,
.page-group-batch .page-content .transaction-row-selected .transaction-body {
  font-size: 14px;
  line-height: 20px;
  color: #767676;
}
.page-group-batch .page-content .transaction-row .transaction-note,
.page-group-batch .page-content .transaction-row-selected .transaction-note {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
}
.page-group-batch .page-content .transaction-row .transaction-btn-row,
.page-group-batch .page-content .transaction-row-selected .transaction-btn-row {
  margin-top: 16px;
}
.page-group-batch .page-content .transaction-row .transaction-btn-row .btn-attachment,
.page-group-batch .page-content .transaction-row-selected .transaction-btn-row .btn-attachment,
.page-group-batch .page-content .transaction-row .transaction-btn-row .btn-send,
.page-group-batch .page-content .transaction-row-selected .transaction-btn-row .btn-send {
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #424242;
  padding: 9px 24px;
  text-align: center;
  margin-right: 16px;
  display: inline-block;
  background: #F4F4F4;
  border-radius: 10px;
}
.page-group-batch .page-content .transaction-row .transaction-btn-row .btn-attachment img,
.page-group-batch .page-content .transaction-row-selected .transaction-btn-row .btn-attachment img,
.page-group-batch .page-content .transaction-row .transaction-btn-row .btn-send img,
.page-group-batch .page-content .transaction-row-selected .transaction-btn-row .btn-send img {
  margin-right: 6px;
}
.page-group-batch .page-content .transaction-row-selected {
  background: #F8F8F8;
}
.page-group-batch .page-content .btn-export {
  cursor: pointer;
  position: fixed;
  bottom: 60px;
  background: #6FC16D;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  left: 16px;
  right: 16px;
  height: 40px;
  padding: 9px;
}
.page-group-batch .item-row {
  margin-top: 12px;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  padding: 8px 12px;
  position: relative;
}
.page-group-batch .item-row .name {
  font-size: 14px;
  color: #424242;
  line-height: 20px;
}
.page-group-batch .item-row .unit {
  margin-top: 6px;
  font-size: 14px;
  color: #767676;
  line-height: 20px;
}
.page-group-batch .item-row .mark {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.page-group-batch .page-search-block {
  margin-top: 12px;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  padding: 12px;
  position: relative;
}
.page-group-batch .page-search-block .right {
  position: absolute;
  right: 20px;
  top: 13px;
  height: 20px;
}
.page-group-batch .page-subtitle {
  margin-top: 24px;
  font-size: 16px;
  color: #424242;
  font-weight: 500;
}
.page-group-batch .page-description {
  margin-top: 12px;
  font-size: 14px;
  color: #424242;
}
.page-group-batch .btn-confirm {
  position: fixed;
  bottom: 32px;
  padding: 10px;
  background: #6FC16D;
  border-radius: 5px;
  color: white;
  width: calc(100% - 32px);
  text-align: center;
}
.page-group-batch-view-proof .page-content {
  padding-bottom: 200px;
}
.page-group-batch-view-proof .info-id {
  font-size: 14px;
  line-height: 19px;
  color: #424242;
}
.page-group-batch-view-proof .info-name {
  margin-top: 12px;
}
.page-group-batch-view-proof .info-name .wx-image {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  margin-right: 12px;
}
.page-group-batch-view-proof .info-name .wx-info,
.page-group-batch-view-proof .info-name .phone-info {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #424242;
}
.page-group-batch-view-proof .subtitle {
  margin-top: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #424242;
}
.page-group-batch-view-proof .summary-row .left,
.page-group-batch-view-proof .summary-row .right {
  margin-top: 4px;
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 20px;
  color: #424242;
}
.page-group-batch-view-proof .summary-row .right {
  text-align: right;
}
.page-group-batch-view-proof .proof-image {
  height: 200px;
  width: 100%;
  margin-top: 12px;
  object-fit: contain;
  object-position: center;
  background: #ececec;
  border-radius: 10px;
}
.page-group-batch-view-proof .content {
  margin-top: 12px;
  font-size: 16px;
  line-height: 23px;
  color: #424242;
}
.page-group-batch-view-proof .empty-card {
  text-align: center;
  margin-top: 32px;
  font-size: 16px;
  line-height: 23px;
  color: #424242;
}
.page-group-batch-view-proof .btn-group {
  position: fixed;
  bottom: 60px;
  left: 16px;
  right: 16px;
}
.page-group-batch-view-proof .btn-group .btn-remind,
.page-group-batch-view-proof .btn-group .btn-verify {
  width: 100%;
  background: #6FC16D;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  height: 40px;
  padding: 9px;
}
.page-group-batch-view-proof .btn-group .btn-remind {
  background: #FFFFFF;
  border: 1px solid #6FC16D;
  color: #6FC16D;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 16px;
}

.confirm-popup .popup-title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #424242;
}
.confirm-popup .popup-description {
  margin-top: 12px;
  font-size: 14px;
  color: #424242;
}
.confirm-popup .btn-confirm-remove {
  margin-top: 32px;
  padding: 10px;
  background: #6FC16D;
  border-radius: 5px;
  color: white;
  width: 100%;
  text-align: center;
}

.full-image-popup {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  padding: 16px;
  z-index: 600;
  overflow: scroll;
}
.full-image-popup .popup-head {
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.full-image-popup .popup-head .btn-close {
  width: 32px;
  height: 32px;
}
.full-image-popup .popup-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #ececec;
}

.page-group {
  padding: 0 16px 48px 16px;
}
.page-group .group-order-new {
  cursor: pointer;
  border: 1px solid #6FC16D;
  border-radius: 5px;
  box-shadow: none;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.page-group .group-order-new img {
  width: 30px;
  height: 30px;
}
.page-group .group-order-new .right {
  width: calc(100% - 30px);
  margin-left: 16px;
}
.page-group .group-order-new .right .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #6FC16D;
  margin-bottom: 4px;
}
.page-group .group-order-new .right .subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #979797;
}
.page-group .group-order {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid #ECECEC;
  box-shadow: 0px 0px 6px 1px #F3F3F3;
  border-radius: 20px;
  position: relative;
}
.page-group .group-order a:hover,
.page-group .group-order a:active,
.page-group .group-order a:focus {
  text-decoration: none;
}
.page-group .group-order .group-order-head {
  cursor: pointer;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 16px;
}
.page-group .group-order .group-order-head .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 8px;
  color: #6FC16D;
  display: flex;
  justify-content: space-between;
}
.page-group .group-order .group-order-head .title .btn-delete {
  color: #C54242;
  font-weight: 400;
  white-space: nowrap;
  margin-left: 8px;
}
.page-group .group-order .group-order-head .time {
  margin: 4px 0;
  font-size: 14px;
  line-height: 20px;
  color: #979797;
}
.page-group .group-order .group-order-head .open-time,
.page-group .group-order .group-order-head .views {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #979797;
}
.page-group .group-order .group-order-head .views {
  float: right;
}
.page-group .group-order .group-order-transaction {
  padding-top: 16px;
}
.page-group .group-order .group-order-transaction .transaction-block {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.page-group .group-order .group-order-transaction .transaction-block .transaction-block-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.page-group .group-order .group-order-transaction .transaction-block .transaction-block-head .info-left,
.page-group .group-order .group-order-transaction .transaction-block .transaction-block-head .info-right {
  font-size: 14px;
  line-height: 20px;
}
.page-group .group-order .group-order-transaction .transaction-block .transaction-block-head .info-left .wx-image {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  margin-right: 16px;
}
.page-group .group-order .group-order-transaction .transaction-block .transaction-block-head .transaction-user {
  display: flex;
  align-items: center;
}
.page-group .group-order .group-order-transaction .transaction-block .transaction-block-head .transaction-id {
  font-weight: bold;
  font-size: 14px;
  color: #424242 !important;
}
.page-group .group-order .group-order-transaction .transaction-block .transaction-block-head .info-right {
  color: #979797;
}
.page-group .group-order .group-order-transaction .transaction-block .transaction-info {
  display: flex;
  justify-content: space-between;
}
.page-group .group-order .group-order-transaction .transaction-block .transaction-info .info-left {
  width: 40px;
}
.page-group .group-order .group-order-transaction .transaction-block .transaction-info .info-right {
  margin-left: 16px;
  width: calc(100% - 40px);
}
.page-group .group-order .group-order-transaction .transaction-block .transaction-info .info-right .transaction-body {
  display: flex;
  justify-content: space-between;
}
.page-group .group-order .group-order-transaction .transaction-block .transaction-info .info-right .transaction-body:not(:last-of-type) {
  margin-bottom: 8px;
}
.page-group .group-order .summary {
  margin-top: 16px;
}
.page-group .group-order .tool-bar-left,
.page-group .group-order .tool-bar-middle,
.page-group .group-order .tool-bar-right {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #424242;
}
.page-group .group-order .tool-bar-left img,
.page-group .group-order .tool-bar-middle img,
.page-group .group-order .tool-bar-right img {
  margin-bottom: 8px;
}
.page-group .group-order .tool-bar {
  color: #6FC16D;
}
.page-group .group-order .tool-bar-left {
  border-right: 1px solid #ECECEC;
}
.page-group .group-order .tool-bar-right {
  border-left: 1px solid #ECECEC;
}
.page-group .group-order .transaction-row {
  margin-top: 16px;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 16px;
}
.page-group .group-order .transaction-row .col-xs-1,
.page-group .group-order .transaction-row .col-xs-11,
.page-group .group-order .transaction-row .col-xs-12,
.page-group .group-order .transaction-row .col-xs-6 {
  padding: 0!important;
}
.page-group .group-order .transaction-row .transaction-title {
  margin-bottom: 16px;
  font-size: 16px;
}
.page-group .group-order .transaction-row .transaction-title .transaction-amount {
  float: right;
}
.page-group .group-order .transaction-row .transaction-info .wx-image {
  height: 37px;
  width: 37px;
  border-radius: 5px;
  margin-right: 16px;
}
.page-group .group-order .transaction-row .transaction-info .wx-info,
.page-group .group-order .transaction-row .transaction-info .phone-info {
  display: inline;
}
.page-group .group-order .transaction-row .transaction-info .time {
  float: right;
  line-height: 37px;
}
.page-group .group-order .transaction-row .transaction-body {
  padding-left: 53px;
  font-size: 14px;
}
.page-group .group-order .summary {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 16px;
  width: 100%;
}
.page-group .group-order .btn-share {
  width: 100%;
  height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  padding: 10px;
  background: white;
  color: #6FC16D;
  border: 1px solid #6FC16D;
  border-radius: 5px;
}

.confirm-delete-popup .popup-title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #424242;
}
.confirm-delete-popup .popup-description {
  margin-top: 12px;
  font-size: 14px;
  color: #424242;
}
.confirm-delete-popup .btn-confirm-remove {
  margin-top: 32px;
  padding: 10px;
  background: #6FC16D;
  border-radius: 5px;
  color: white;
  width: 100%;
  text-align: center;
}

.page-login {
  max-width: 325px;
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .page-login {
    padding: 32px 16px 0 16px;
  }
}
.page-login .page-title {
  font-weight: 900;
  font-size: 32px;
  color: #424242;
}
.page-login .page-description {
  margin-top: 16px;
  font-size: 16px;
  color: #767676;
}
.page-login .input-container {
  margin-top: 24px;
  width: 100%;
  height: 40px;
  position: relative;
}
.page-login .input-container input {
  padding: 9px 12px;
  font-size: 16px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  width: 100%;
  height: 40px;
}
.page-login .input-container .input-error {
  border: 1px solid #E42D2D;
  background: #fff8f6;
}
.page-login .input-container .input-label {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 9px;
  color: #6FC16D;
}
.page-login .btn-signup {
  cursor: pointer;
  margin-top: 32px;
  width: 100%;
  height: 44px;
  background: #6FC16D;
  border-radius: 5px;
  padding: 11px;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
}
.page-login .switch {
  margin-top: 40px;
  font-weight: normal;
  font-size: 16px;
  color: #6FC16D;
}
input {
  padding: 9px 12px;
  font-size: 16px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  width: 100%;
  height: 40px;
}
.input-error {
  border: 1px solid #E42D2D;
  background: #fff8f6;
}

.page-signup {
  max-width: 325px;
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .page-signup {
    padding: 32px 16px 0 16px;
  }
}
.page-signup .page-title {
  font-weight: 900;
  font-size: 32px;
  color: #424242;
}
.page-signup .page-description {
  margin-top: 16px;
  font-size: 16px;
  color: #767676;
}
.page-signup .input-container {
  margin-top: 24px;
  width: 100%;
  height: 40px;
  position: relative;
}
.page-signup .input-container .floating-btn {
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #6FC16D;
}
.page-signup .agree-policy {
  margin-top: 24px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #BFBFBF;
  text-align: left;
}
.page-signup .agree-policy img {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.page-signup .agree-policy b {
  font-weight: 400;
  color: #6fc16d;
  cursor: pointer;
  text-decoration: underline;
}
.page-signup .btn-signup {
  margin-top: 32px;
  width: 100%;
  height: 44px;
  background: #6FC16D;
  border-radius: 5px;
  padding: 11px;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
}
.page-signup .switch {
  margin-top: 40px;
  font-weight: normal;
  font-size: 16px;
  color: #6FC16D;
}
input {
  padding: 9px 12px;
  font-size: 16px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  width: 100%;
  height: 40px;
}
.input-error {
  border: 1px solid #E42D2D;
  background: #fff8f6;
}

.page-forgot-password {
  margin: auto;
  text-align: center;
  padding: 0 16px;
}
.page-forgot-password .title {
  font-weight: 700;
  font-size: 32px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .page-forgot-password .title {
    font-size: 24px;
  }
}
.page-forgot-password .subtitle {
  font-size: 16px;
  color: #767676;
  margin-top: 16px;
}
.page-forgot-password .success-icon {
  margin-top: 32px;
  height: 100px;
  width: 100px;
}
.page-forgot-password .success-text {
  margin: 16px auto 0 auto;
  font-size: 16px;
  max-width: 344px;
}
.page-forgot-password .input-email {
  margin-top: 32px;
  height: 40px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  max-width: 325px;
  width: 100%;
  font-size: 16px;
  padding: 9px 12px;
}
.page-forgot-password .btn-send {
  margin: 24px auto 0 auto;
  cursor: pointer;
  max-width: 325px;
  width: 100%;
  background-color: #6FC16D;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  height: 40px;
  color: white;
  padding: 9px 0;
}
.page-forgot-password .btn-signin {
  margin: 32px auto 0 auto;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  max-width: 325px;
  width: 100%;
  color: #6fc16d;
}
.page-forgot-password .btn-back {
  margin: 48px auto 0 auto;
  cursor: pointer;
  max-width: 325px;
  width: 100%;
  color: #6fc16d;
  background-color: #ffffff;
  border: 1px solid #6fc16d;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  height: 40px;
  padding: 9px 0;
}

.page-group-share {
  padding: 0 16px 48px 16px;
  color: #424242;
}
.page-group-share .page-content {
  padding-top: 16px;
}
.page-group-share .page-content .section {
  margin-bottom: 16px;
}
.page-group-share .page-content .section .section-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  font-weight: 700;
}
.page-group-share .page-content .section input,
.page-group-share .page-content .section textarea {
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 12px;
}
.page-group-share .page-content .section-image .image-upload-area {
  height: 138px;
  width: 138px;
  border: 1px dashed #E2E2E2;
  border-radius: 10px;
  text-align: center;
  padding: 23px 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-group-share .page-content .section-image .image-upload-area img {
  width: 43px;
  height: 43px;
}
.page-group-share .page-content .section-image .image-upload-area .upload-area-text {
  font-size: 16px;
  line-height: 23px;
  color: #767676;
  margin-top: 4px;
}
.page-group-share .page-content .section-info input {
  margin-bottom: 12px;
}
.page-group-share .page-content .section-info textarea {
  height: 60px;
  resize: none;
}
.page-group-share .page-content .section-link .input-group {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 24px;
}
.page-group-share .page-content .section-link .input-group .gb-link {
  display: flex;
  flex-direction: row;
}
.page-group-share .page-content .section-link .input-group .gb-link img {
  width: 20px;
  height: 20px;
  margin: 10px 0 10px 12px;
}
.page-group-share .page-content .section-link .input-group .gb-link:not(:last-of-type) {
  margin-bottom: 12px;
}
.page-group-share .page-content .btn-add-gb-link {
  font-size: 14px;
  line-height: 20px;
  color: #6FC16D;
  display: flex;
}
.page-group-share .page-content .btn-add-gb-link img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.page-group-share .page-content .btn-confirm {
  height: 40px;
  background: #6FC16D;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}

.page-group-share {
  padding: 0 16px 48px 16px;
}
.page-group-share .page-content .share-page-create {
  margin-top: 16px;
  cursor: pointer;
  border: 1px solid #6FC16D;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: none;
  position: relative;
  padding: 16px 12px;
  display: flex;
  align-items: center;
}
.page-group-share .page-content .share-page-create img {
  height: 33px;
  width: 33px;
}
.page-group-share .page-content .share-page-create .title {
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  color: #6FC16D;
  border-bottom: none;
  margin-left: 16px;
}
.page-group-share .page-content .single-share {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 12px;
  margin-top: 16px;
}
.page-group-share .page-content .single-share .single-share-block {
  display: flex;
  flex-direction: row;
}
.page-group-share .page-content .single-share .single-share-block .single-share-image {
  flex-basis: 70px;
}
.page-group-share .page-content .single-share .single-share-block .single-share-image img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  object-fit: cover;
}
.page-group-share .page-content .single-share .single-share-block .single-share-text {
  margin-left: 8px;
}
.page-group-share .page-content .single-share .single-share-block .single-share-text .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #424242;
  margin-bottom: 8px;
}
.page-group-share .page-content .single-share .single-share-block .single-share-text .description {
  font-size: 14px;
  line-height: 20px;
  color: #979797;
}
.page-group-share .page-content .single-share .btn-share {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #6FC16D;
  padding: 10px 0;
  height: 40px;
  margin-top: 8px;
}

.page-manager {
  width: 325px;
  margin: auto;
  text-align: center;
  padding-top: 32px;
}
.page-manager .page-title {
  font-weight: 900;
  font-size: 32px;
  color: #424242;
}
.page-manager .page-description {
  margin-top: 16px;
  font-size: 16px;
  color: #767676;
}
.page-manager .input-container {
  margin-top: 24px;
  width: 100%;
  height: 40px;
  position: relative;
}
.page-manager .input-container input {
  padding: 9px 12px;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  width: 100%;
  height: 40px;
}
.page-manager .input-container .input-error {
  border: 1px solid #E42D2D;
  background: #fff8f6;
}
.page-manager .input-container .input-label {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 9px;
  color: #6FC16D;
}
.page-manager .btn-signup {
  cursor: pointer;
  margin-top: 32px;
  width: 100%;
  height: 44px;
  background: #6FC16D;
  border-radius: 5px;
  padding: 11px;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}
.page-manager .terms {
  margin-top: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #9B9B9B;
}
.page-manager .switch {
  margin-top: 40px;
  font-weight: normal;
  font-size: 16px;
  color: #6FC16D;
}
input {
  padding: 9px 12px;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  width: 100%;
  height: 40px;
}
.input-error {
  border: 1px solid #E42D2D;
  background: #fff8f6;
}

.page-new-workspace {
  max-width: 1024px;
  margin: auto;
  text-align: center;
  padding-top: 32px;
}
.page-new-workspace .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 16px;
}
.page-new-workspace .subtitle {
  font-size: 16px;
  line-height: 22px;
  color: #767676;
  margin-bottom: 40px;
}
.page-new-workspace .space-name-block {
  margin-bottom: 24px;
  width: 325px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.page-new-workspace .space-name-block .input-space-name {
  padding: 10px;
  border: 1px solid #E2E2E2;
  font-size: 14px;
  border-radius: 5px;
  height: 40px;
  width: 100%;
}
.page-new-workspace .space-name-block input::placeholder {
  color: #BFBFBF;
}
.page-new-workspace .btn-confirm {
  border-radius: 5px;
  width: 325px;
  height: 44px;
  background: #6FC16D;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 44px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page-new-workspace .btn-confirm {
    width: 100%;
  }
}

.page-ws-supplier-new-workspace {
  max-width: 1024px;
  margin: auto;
  text-align: center;
  padding-top: 32px;
}
.page-ws-supplier-new-workspace .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 16px;
}
.page-ws-supplier-new-workspace .subtitle {
  font-size: 16px;
  line-height: 22px;
  color: #767676;
  margin-bottom: 40px;
}
.page-ws-supplier-new-workspace .space-name-block {
  margin-bottom: 24px;
  width: 325px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.page-ws-supplier-new-workspace .space-name-block .input-space-name {
  padding: 10px;
  border: 1px solid #E2E2E2;
  font-size: 14px;
  border-radius: 5px;
  height: 40px;
  width: 100%;
}
.page-ws-supplier-new-workspace .space-name-block input::placeholder {
  color: #BFBFBF;
}
.page-ws-supplier-new-workspace .btn-confirm {
  border-radius: 5px;
  width: 325px;
  height: 44px;
  background: #6FC16D;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 44px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page-ws-supplier-new-workspace .btn-confirm {
    width: 100%;
  }
}

.page-phone-verify {
  max-width: 1024px;
  margin: auto;
  text-align: center;
  padding-top: 32px;
}
.page-phone-verify .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 16px;
}
.page-phone-verify .subtitle {
  font-size: 16px;
  line-height: 22px;
  color: #767676;
  margin-bottom: 40px;
}
.page-phone-verify .input-phone-number,
.page-phone-verify .input-verify-code {
  position: relative;
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
}
.page-phone-verify .input-phone-number input,
.page-phone-verify .input-verify-code input {
  padding: 10px;
  border: 1px solid #E2E2E2;
  font-size: 14px;
  border-radius: 5px;
  height: 40px;
  width: 100%;
}
.page-phone-verify .input-phone-number input::placeholder,
.page-phone-verify .input-verify-code input::placeholder {
  color: #BFBFBF;
}
.page-phone-verify .input-phone-number .input-error,
.page-phone-verify .input-verify-code .input-error {
  border-color: #E42D2D;
  background: #fff8f6;
}
.page-phone-verify .input-phone-number {
  margin-bottom: 16px;
}
.page-phone-verify .input-phone-number .input-phone-button {
  position: absolute;
  right: 16px;
  top: 8px;
  font-size: 16px;
  line-height: 25px;
  cursor: pointer;
  color: #6FC16D;
}
.page-phone-verify .input-verify-code {
  margin-bottom: 32px;
}
.page-phone-verify .btn-verify {
  border-radius: 5px;
  width: 325px;
  height: 44px;
  background: #6FC16D;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 44px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page-phone-verify .btn-verify {
    width: 100%;
  }
}

.page-policy {
  max-width: 1024px;
  width: 100%;
  padding: 0 16px;
  margin: auto;
}
.page-policy .policy-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.page-policy .policy-subtitle {
  font-size: 16px;
  font-weight: 700;
}
.page-policy .policy-content .single-policy {
  margin-bottom: 20px;
}
.page-policy .policy-content .single-policy .single-policy-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.page-policy .policy-content .single-policy p,
.page-policy .policy-content .single-policy ul {
  margin-bottom: 12px;
}
.page-policy .policy-content .single-policy table,
.page-policy .policy-content .single-policy th,
.page-policy .policy-content .single-policy td {
  border: 1px solid #424242;
}
.page-policy .policy-content .single-policy th,
.page-policy .policy-content .single-policy td {
  padding: 8px;
}
.page-policy .policy-content .single-policy .left {
  text-align: left;
}
.page-policy .policy-content .single-policy .center {
  text-align: center;
}

.page-new-password {
  margin: auto;
  text-align: center;
}
.page-new-password .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-top: 32px;
}
.page-new-password .success-icon {
  margin-top: 32px;
  height: 100px;
  width: 100px;
}
.page-new-password .success-text {
  margin: 16px auto 0 auto;
  font-size: 16px;
  line-height: 22px;
  max-width: 344px;
}
.page-new-password .input-group {
  max-width: 325px;
  width: 100%;
  margin: 32px auto 0 auto;
}
.page-new-password .input-group .field-title {
  margin-top: 16px;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.page-new-password .input-group .input-email,
.page-new-password .input-group .input-new-password,
.page-new-password .input-group .input-reenter-password {
  margin-top: 16px;
  height: 40px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  padding: 9px 12px;
}
.page-new-password .btn-confirm {
  margin: 24px auto 0 auto;
  cursor: pointer;
  max-width: 325px;
  width: 100%;
  background-color: #6FC16D;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  height: 40px;
  color: white;
  padding: 9px 0;
}
.page-new-password .btn-back {
  margin: 48px auto 0 auto;
  cursor: pointer;
  max-width: 325px;
  width: 100%;
  color: #6fc16d;
  background-color: #ffffff;
  border: 1px solid #6fc16d;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  height: 40px;
  padding: 9px 0;
}

.page-terms {
  padding: 32px;
  max-width: 1024px;
  margin: auto;
  float: none;
  border: none;
  line-height: 1.8;
}
.page-terms .page-head {
  margin-bottom: 32px;
}
.page-terms .page-head .head-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 24px;
}
.page-terms .page-head .head-content {
  font-size: 14px;
  background-color: #F9FAFC;
  padding: 24px;
}
.page-terms .page-content {
  font-size: 24px;
  font-weight: 700;
}
.page-terms .page-content .section {
  margin-bottom: 32px;
}
.page-terms .page-content .section .section-title {
  margin-bottom: 16px;
}
.page-terms .page-content .section .section-content {
  font-weight: 400;
  font-size: 14px;
  color: #797979;
}
.page-terms .page-content .section .section-content .section-subtitle {
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 12px;
}

.page-change-password {
  margin: auto;
  text-align: center;
}
.page-change-password .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-top: 32px;
}
.page-change-password .success-icon {
  margin-top: 32px;
  height: 100px;
  width: 100px;
}
.page-change-password .success-text {
  margin: 16px auto 0 auto;
  font-size: 16px;
  line-height: 22px;
  max-width: 344px;
}
.page-change-password .input-group {
  max-width: 325px;
  width: 100%;
  margin: 32px auto 0 auto;
}
.page-change-password .input-group .field-title {
  margin-top: 16px;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.page-change-password .input-group .input-old-password,
.page-change-password .input-group .input-new-password,
.page-change-password .input-group .input-reenter-password {
  margin-top: 16px;
  height: 40px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  padding: 9px 12px;
}
.page-change-password .btn-confirm {
  margin: 24px auto 0 auto;
  cursor: pointer;
  max-width: 325px;
  width: 100%;
  background-color: #6FC16D;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  height: 40px;
  color: white;
  padding: 9px 0;
}
.page-change-password .btn-back {
  margin: 48px auto 0 auto;
  cursor: pointer;
  max-width: 325px;
  width: 100%;
  color: #6fc16d;
  background-color: #ffffff;
  border: 1px solid #6fc16d;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  height: 40px;
  padding: 9px 0;
}

.page-commission .page-content {
  padding: 8px 32px;
  max-width: 1440px;
  margin: auto;
  float: none;
  border: none;
}
.page-commission .page-title {
  margin-top: 32px;
  font-weight: 700;
  font-size: 32px;
  color: #424242;
}
.page-commission table {
  margin-top: 32px;
  width: 100%;
  position: relative;
}
.page-commission table .store-name {
  font-weight: 700;
  font-size: 20px;
  color: #424242;
  border: none;
}
.page-commission table .store-name div {
  padding-top: 32px;
  padding-bottom: 24px;
}
.page-commission table th {
  font-size: 12px;
  color: #767676;
  padding-bottom: 16px;
}
.page-commission table td {
  padding: 20px 0;
  font-size: 14px;
  color: #767676;
}
.page-commission table tr {
  padding-bottom: 16px;
  border-bottom: 1px solid #ECECEC;
}
.page-commission table .empty-card {
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center;
}
.page-commission table .empty-card img {
  width: 200px;
}
.page-commission table .empty-card .text {
  margin-top: 16px;
  font-size: 24px;
  color: #767676;
}
.page-commission table .total {
  border-top: 2px solid #424242;
  border-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #424242;
}
.page-commission table .input-container {
  width: 72px;
  margin: auto;
  position: relative;
}
.page-commission table .floating {
  position: absolute;
  left: 10px;
  top: 10px;
}
.page-commission table input {
  border: 1px solid #E2E2E2;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
}
.page-commission table .item-row .btn-save {
  cursor: pointer;
  height: 40px;
  padding: 9px;
  text-align: center;
  background: #6FC16D;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.page-refer-stats .page-content {
  padding: 8px 32px;
  max-width: 1440px;
  margin: auto;
  float: none;
  border: none;
}
.page-refer-stats .page-title {
  margin-top: 32px;
  font-weight: 700;
  font-size: 32px;
  color: #424242;
}
.page-refer-stats .payment-instruction {
  margin-top: 24px;
  position: relative;
  border: 1px solid #ECECEC;
  padding: 16px;
  border-radius: 15px;
}
.page-refer-stats .payment-instruction .content {
  width: 100%;
  height: 100%;
  border: none;
}
.page-refer-stats .payment-instruction textarea {
  width: 100%;
  height: 100%;
  border: none;
}
.page-refer-stats .payment-instruction .btn-edit {
  cursor: pointer;
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: #6FC16D;
}
.page-refer-stats .store-url {
  margin-left: 16px;
  float: right;
  transform: translateY(8px);
  font-size: 14px;
}
.page-refer-stats .store-url input {
  float: left;
  height: 30px;
  width: 280px;
  border: 1px solid #ececec;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  padding: 8px 0 8px 12px;
  color: #767676;
}
.page-refer-stats .store-url input:focus {
  outline: none;
}
.page-refer-stats .store-url .btn-copy {
  float: left;
  height: 30px;
  width: 42px;
  border: 1px solid #ececec;
  background-color: #FAFAFA;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.page-refer-stats .store-url .btn-copy img {
  height: 30px;
  padding: 5px 6px 6px 6px;
  margin: 0 5px;
}
.page-refer-stats table {
  margin-top: 32px;
  width: 100%;
  position: relative;
}
.page-refer-stats table th {
  font-size: 12px;
  color: #767676;
  padding-bottom: 16px;
}
.page-refer-stats table td {
  padding: 20px 0;
  font-size: 14px;
  color: #767676;
}
.page-refer-stats table tr {
  padding-bottom: 16px;
  border-bottom: 1px solid #ECECEC;
}
.page-refer-stats table .empty-card {
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center;
}
.page-refer-stats table .empty-card img {
  width: 200px;
}
.page-refer-stats table .empty-card .text {
  margin-top: 16px;
  font-size: 24px;
  color: #767676;
}
.page-refer-stats table .total {
  border-top: 2px solid #424242;
  border-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #424242;
}

.page-ws-supplier-deliveries .page-drawer {
  float: left;
}
.page-ws-supplier-deliveries .page-content {
  width: calc(100% - 235px);
  padding: 8px 32px;
  float: left;
}
.page-ws-supplier-deliveries .page-content .page-content-head {
  margin-bottom: 16px;
}
.page-ws-supplier-deliveries .page-content .page-content-head .btn-add {
  float: right;
  width: 203px;
  height: 40px;
  padding: 9px;
  text-align: center;
  border-radius: 5px;
  background: #6FC16D;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}
.page-ws-supplier-deliveries .page-content .page-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 32px;
}
.page-ws-supplier-deliveries .page-content .delivery-options {
  position: relative;
}
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option {
  margin-top: 24px;
  border: 1px solid #E2E2E2;
  max-width: 672px;
  box-sizing: border-box;
  padding: 24px;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
  border-radius: 5px;
}
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .city-list {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option img {
  height: 22px;
}
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .delivery-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
  display: flex;
  justify-content: space-between;
}
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .delivery-title .title-left,
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .delivery-title .title-right {
  display: flex;
  align-items: center;
}
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .delivery-title .title-left .text {
  margin-right: 24px;
}
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .delivery-title .title-right {
  justify-content: flex-end;
}
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .delivery-title .title-right .btn-more-options,
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .delivery-title .title-right .visibility {
  margin-left: 16px;
}
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .delivery-title .title-right .btn-more-options .btn,
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .delivery-title .title-right .visibility .btn {
  margin: 0;
}
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .delivery-title a,
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .delivery-title a:hover {
  text-decoration: none;
}
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .delivery-title .btn-edit,
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .delivery-title .btn-duplicate {
  color: #767676;
}
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .delivery-detail {
  margin-top: 12px;
  font-size: 14px;
  line-height: 19px;
  color: #767676;
}
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .visibility,
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .btn-edit,
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .btn-duplicate,
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .btn-show-more {
  float: right;
}
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .btn-duplicate {
  margin-right: 16px;
  cursor: pointer;
}
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .visibility {
  font-weight: 400;
}
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .text-status-visible {
  color: #6FC16D;
}
.page-ws-supplier-deliveries .page-content .delivery-options .delivery-option .text-status-invisible {
  color: #FF7573;
}
.page-ws-supplier-deliveries .page-content .delivery-options .empty-card {
  margin: 60px auto 0 auto;
  text-align: center;
}
.page-ws-supplier-deliveries .page-content .delivery-options .empty-card img {
  width: 200px;
}
.page-ws-supplier-deliveries .page-content .delivery-options .empty-card .text {
  margin-top: 16px;
  font-size: 24px;
  color: #767676;
}

.page-ws-seller-store {
  padding-top: 32px;
  padding-bottom: 32px;
}
.page-ws-seller-store .page-content {
  float: none;
}
.page-ws-seller-store .page-content .alert {
  display: flex;
  padding: 18px 24px;
  border-radius: 9px;
  background: #FFF0F0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-store .page-content .alert {
    padding: 9px 16px;
  }
}
.page-ws-seller-store .page-content .alert img {
  margin-right: 24px;
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-store .page-content .alert img {
    margin-right: 12px;
    height: 24px;
    width: 24px;
  }
}
.page-ws-seller-store .page-content .alert .text {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #E42D2D;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-store .page-content .alert .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
  }
}
.page-ws-seller-store .page-content .alert .text span {
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
}
.page-ws-seller-store .page-content .section-products {
  padding: 0;
}
.page-ws-seller-store .page-content .section-products .section-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 24px;
}
.page-ws-seller-store .page-content .section-products .product-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-store .page-content .section-products .product-list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.page-ws-seller-store .page-content .section-products .product-list .product-card {
  width: 25%;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-store .page-content .section-products .product-list .product-card {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 24px;
  }
}
.page-ws-seller-store .page-content .section-products .product-list .product-card .image-section {
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.page-ws-seller-store .page-content .section-products .product-list .product-card .image-section .sold-out-mask {
  position: absolute;
  background: white;
  opacity: 0.6;
  border-radius: 10px;
  z-index: 1;
}
.page-ws-seller-store .page-content .section-products .product-list .product-card .image-section .sold-out-text {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 19px;
  width: 141px;
  height: 38px;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
  color: white;
  text-align: center;
  z-index: 1;
}
.page-ws-seller-store .page-content .section-products .product-list .product-card .image-section img {
  border-radius: 10px;
  object-fit: contain;
  object-position: center;
}
.page-ws-seller-store .page-content .section-products .product-list .product-card .info-section {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-store .page-content .section-products .product-list .product-card .info-section {
    margin-top: 8px;
  }
}
.page-ws-seller-store .page-content .section-products .product-list .product-card .info-section .item-card-price-block {
  max-height: 22px;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-store .page-content .section-products .product-list .product-card .info-section .item-card-price-block {
    max-height: 19px;
  }
}
.page-ws-seller-store .page-content .section-products .product-list .product-card .info-section .item-card-price-block .item-card-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  float: left;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-store .page-content .section-products .product-list .product-card .info-section .item-card-price-block .item-card-price {
    font-size: 14px;
    line-height: 19px;
  }
}
.page-ws-seller-store .page-content .section-products .product-list .product-card .info-section .item-card-price-block .item-card-sale-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  float: left;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-store .page-content .section-products .product-list .product-card .info-section .item-card-price-block .item-card-sale-price {
    font-size: 14px;
    line-height: 19px;
  }
}
.page-ws-seller-store .page-content .section-products .product-list .product-card .info-section .item-card-price-block .item-card-original-price {
  margin-left: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #BFBFBF;
  text-decoration: line-through;
  float: left;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-store .page-content .section-products .product-list .product-card .info-section .item-card-price-block .item-card-original-price {
    font-size: 14px;
    line-height: 19px;
  }
}
.page-ws-seller-store .page-content .section-products .product-list .product-card .info-section .item-card-title {
  margin-top: 8px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  max-height: 44px;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-store .page-content .section-products .product-list .product-card .info-section .item-card-title {
    margin-top: 4px;
    font-size: 14px;
    line-height: 19px;
    max-height: 38px;
  }
}
.page-ws-seller-store .page-content .section-products .product-list .product-card .info-section .item-card-unit {
  margin-top: 8px;
  font-size: 14px;
  line-height: 19px;
  color: #767676;
  max-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-store .page-content .section-products .product-list .product-card .info-section .item-card-unit {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    max-height: 32px;
  }
}
.page-ws-seller-store .page-content .section-products .product-list .product-card .info-section .item-card-left-alert {
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #E42D2D;
}
.page-ws-seller-store .page-content .section-products .product-list .product-card .info-section .item-card-discount {
  margin-top: 8px;
}
.page-ws-seller-store .page-content .section-products .product-list .product-card .info-section .item-card-discount .text {
  padding: 4px;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  background: #E92E2E;
  border-radius: 5px;
  display: inline-block;
}

.element-image {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #ececec;
}
.element-image .image-body {
  object-fit: cover;
  border: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}
.element-image .image-loading-layer {
  background-color: #ececec;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  animation-name: breath;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  position: relative;
}
.element-image .image-loading-layer .loading-icon {
  width: 60px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loader-appear {
  opacity: 0.01;
}
.loader-appear.loader-appear-active {
  opacity: 1;
  transition: opacity 200ms ease-in;
}
.loader-enter {
  opacity: 0.01;
}
.loader-enter.loader-enter-active {
  opacity: 1;
  transition: opacity 200ms ease-in;
}
.loader-leave {
  opacity: 1;
}
.loader-leave.loader-leave-active {
  opacity: 0.01;
  transition: opacity 200ms ease-in;
}
@keyframes breath {
  0% {
    background-color: #ececec;
  }
  50% {
    background-color: #e1e1e1;
  }
  100% {
    background-color: #ececec;
  }
}

.page-search {
  padding: 32px;
  max-width: 1440px;
  margin: auto;
  float: none;
  border: none;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page-search {
    padding: 16px;
  }
}
.page-search .page-content {
  width: 100%;
  border: none;
}
@media screen and (max-width: 768px) {
  .page-search .page-content {
    padding: 0;
  }
}
.page-search .page-content .page-title {
  font-weight: 700;
  font-size: 32px;
  color: #424242;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page-search .page-content .page-title {
    display: none;
  }
}
.page-search .page-content .page-subtitle {
  font-size: 16px;
  color: #767676;
}
@media screen and (max-width: 768px) {
  .page-search .page-content .page-subtitle {
    display: none;
  }
}
.page-search .page-content .search-bar {
  margin-top: 16px;
  height: 40px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .page-search .page-content .search-bar {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
.page-search .page-content .search-bar img {
  position: absolute;
  padding: 10px;
}
.page-search .page-content .search-bar input {
  border: 1px solid #E2E2E2;
  height: 40px;
  border-radius: 5px;
  width: 456px;
  padding-left: 44px;
}
@media screen and (max-width: 768px) {
  .page-search .page-content .search-bar input {
    width: 100%;
  }
}
.page-search .page-content .search-bar .btn-search {
  cursor: pointer;
  display: inline-block;
  background: #6FC16D;
  border-radius: 5px;
  color: white;
  height: 40px;
  width: 151px;
  font-size: 16px;
  line-height: 22px;
  margin-left: 16px;
  padding: 9px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-search .page-content .search-bar .btn-search {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    z-index: 500;
    margin: 0;
  }
}
.page-search .page-content .search-result {
  display: block;
}
@media screen and (max-width: 768px) {
  .page-search .page-content .search-result {
    display: none;
  }
}
.page-search .page-content .search-result table {
  margin-top: 32px;
  width: 100%;
}
.page-search .page-content .search-result table a {
  cursor: pointer;
}
.page-search .page-content .search-result table tr {
  height: 56px;
  padding: 20px 0;
  font-size: 14px;
  line-height: 16px;
  color: #424242;
  border-bottom: 1px solid #ececec;
}
.page-search .page-content .search-result table td {
  padding: 20px 0;
  font-size: 14px;
  color: #767676;
}
.page-search .page-content .search-result table td .btn-ship {
  color: #6FC16D;
  border: 1px solid #6fc16d;
  border-radius: 5px;
  font-size: 14px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  max-width: 130px;
}
.page-search .page-content .search-result table .table-head {
  border-bottom: 1px solid #bfbfbf;
  padding-top: 0;
}
.page-search .page-content .search-result table .table-head th {
  padding-top: 0;
  color: #767676;
  font-weight: 400;
}
.page-search .page-content .search-result-cards {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-search .page-content .search-result-cards {
    display: block;
  }
}
.page-search .page-content .search-result-cards .single-card {
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.page-search .page-content .search-result-cards .single-card .single-card-row {
  display: flex;
  align-items: center;
}
.page-search .page-content .search-result-cards .single-card .single-card-row .order-id {
  font-weight: 700;
  font-size: 16px;
}
.page-search .page-content .search-result-cards .single-card .single-card-row .delivery-type {
  margin-right: 12px;
}
.page-search .page-content .search-result-cards .single-card .single-card-row:not(:last-of-type) {
  margin-bottom: 8px;
}
.page-search .page-content .search-result-cards .single-card .single-card-row:first-child {
  justify-content: space-between;
  margin-bottom: 16px;
}
.page-search .page-content .search-result-empty-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-search .page-content .search-result-empty-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .page-search .page-content .search-result-empty-mobile .text {
    font-size: 24px;
    color: #767676;
    margin-top: 24px;
  }
}

.page-workspace-type .page-content {
  padding: 32px 0;
  max-width: 1440px;
  margin: auto;
  float: none;
  border: none;
}
.page-workspace-type .page-content .workspace-type-title {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 32px;
}
.page-workspace-type .page-content .workspace-type-options {
  width: 587px;
  margin: auto;
}
.page-workspace-type .page-content .workspace-type-options .type-option {
  width: 100%;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
.page-workspace-type .page-content .workspace-type-options .type-option .text .text-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}
.page-workspace-type .page-content .workspace-type-options .type-option .text .text-description {
  font-size: 16px;
  line-height: 22px;
}
.page-workspace-type .page-content .workspace-type-options .type-option .icon {
  align-self: center;
}
.page-workspace-type .page-content .workspace-type-options .type-option .icon img {
  height: 32px;
  width: 32px;
}

.page-ws-seller-transaction {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-transaction {
    padding-bottom: 100px;
  }
}
.page-ws-seller-transaction .go-back {
  position: absolute;
  cursor: pointer;
  top: 96px;
  left: 32px;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-transaction .go-back {
    display: none;
  }
}
.page-ws-seller-transaction .go-back .mask {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  border-radius: 16px;
  width: 32px;
  height: 32px;
}
.page-ws-seller-transaction .go-back .mask:hover {
  background: #C4C4C4;
  opacity: 0.3;
  transition: all 0.2s;
}
.page-ws-seller-transaction .go-back img {
  width: 32px;
  height: 32px;
}
.page-ws-seller-transaction .page-content {
  width: 100%;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  float: none;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-transaction .page-content {
    flex-direction: column-reverse;
  }
}
.page-ws-seller-transaction .page-content .page-left {
  margin-right: 24px;
  width: 66.6666%;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-transaction .page-content .page-left {
    margin-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.page-ws-seller-transaction .page-content .page-left .page-title {
  font-weight: 700;
  font-size: 32px;
  color: #424242;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-transaction .page-content .page-left .page-title {
    display: none;
  }
}
.page-ws-seller-transaction .page-content .page-left .page-notification {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  border-radius: 9px;
  margin-bottom: 24px;
}
.page-ws-seller-transaction .page-content .page-left .page-notification .left {
  margin-right: 24px;
}
.page-ws-seller-transaction .page-content .page-left .page-notification .left img {
  width: 32px;
  height: 32px;
}
.page-ws-seller-transaction .page-content .page-left .page-notification .right {
  font-size: 18px;
  line-height: 25px;
  color: #6FC16D;
}
.page-ws-seller-transaction .page-content .page-left .page-notification .right b {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.page-ws-seller-transaction .page-content .page-left .page-notification-white {
  background: #FFFFFF;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.page-ws-seller-transaction .page-content .page-left .page-notification-green {
  align-items: flex-start;
  background: #EEFAEE;
  font-weight: 700;
}
.page-ws-seller-transaction .page-content .page-left .page-notification-green .right .title {
  margin-bottom: 8px;
  color: inherit;
  font-weight: 700;
}
.page-ws-seller-transaction .page-content .page-left .page-notification-green .right .text {
  font-weight: 400;
  color: inherit;
}
.page-ws-seller-transaction .page-content .page-left .product-list .product-block {
  padding: 16px 0;
  border: 1px solid #ececec;
  border-radius: 5px;
}
.page-ws-seller-transaction .page-content .page-left .product-list .product-block .product-row {
  display: flex;
  padding: 0 16px;
}
.page-ws-seller-transaction .page-content .page-left .product-list .product-block .product-row .product-left {
  flex-basis: 72px;
  margin-right: 16px;
}
.page-ws-seller-transaction .page-content .page-left .product-list .product-block .product-row .product-left img {
  height: 72px;
  width: 72px;
  border-radius: 5px;
  object-fit: cover;
}
.page-ws-seller-transaction .page-content .page-left .product-list .product-block .product-row .product-right {
  flex-grow: 100;
}
.page-ws-seller-transaction .page-content .page-left .product-list .product-block .product-row .product-right .product-name {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
}
.page-ws-seller-transaction .page-content .page-left .product-list .product-block .product-row .product-right .item-list .item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-ws-seller-transaction .page-content .page-left .product-list .product-block .product-row .product-right .item-list .item-row .item-col {
  font-size: 16px;
  line-height: 22px;
}
.page-ws-seller-transaction .page-content .page-left .product-list .product-block .product-row .product-right .item-list .item-row .item-name {
  flex-grow: 100;
  margin-right: 6%;
}
.page-ws-seller-transaction .page-content .page-left .product-list .product-block .product-row .product-right .item-list .item-row .item-price {
  color: #767676;
  margin-left: 6%;
  width: 9%;
  text-align: right;
}
.page-ws-seller-transaction .page-content .page-left .product-list .product-block .product-row .product-right .item-list .item-row:not(:last-of-type) {
  margin-bottom: 16px;
}
.page-ws-seller-transaction .page-content .page-left .product-list .product-block .product-row:not(:last-of-type) {
  margin-bottom: 16px;
}
.page-ws-seller-transaction .page-content .page-left .product-list .product-block .product-row-footer {
  border-top: 1px solid #ececec;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-ws-seller-transaction .page-content .page-left .product-list .product-block .product-row-footer .product-delivery {
  font-size: 16px;
  line-height: 22px;
}
.page-ws-seller-transaction .page-content .page-left .product-list .product-block:not(:last-of-type) {
  border-bottom: 1px solid #ececec;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.page-ws-seller-transaction .page-content .page-left .confirm-block {
  padding: 24px 16px;
  border: 1px solid #ececec;
  margin-top: 16px;
}
.page-ws-seller-transaction .page-content .page-left .confirm-block .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
}
.page-ws-seller-transaction .page-content .page-left .confirm-block .btn-confirm {
  margin-bottom: 16px;
  padding: 11px 24px;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #6FC16D;
  border: 1px solid #6FC16D;
  background: #FFFFFF;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}
.page-ws-seller-transaction .page-content .page-left .confirm-block .tip {
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
.page-ws-seller-transaction .page-content .page-right {
  max-width: 325px;
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-transaction .page-content .page-right {
    width: 100%;
    max-width: unset;
  }
}
.page-ws-seller-transaction .page-content .page-right .right-content-block {
  border: 1px solid #ECECEC;
  border-radius: 10px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-transaction .page-content .page-right .right-content-block {
    padding: 0;
    border: none;
    border-bottom: 1px solid #ECECEC;
    border-radius: 0;
    padding-bottom: 12px;
  }
}
.page-ws-seller-transaction .page-content .page-right .right-content-block .transaction-summary {
  margin-bottom: 24px;
}
.page-ws-seller-transaction .page-content .page-right .right-content-block .transaction-summary .item-content-row {
  display: flex;
  justify-content: space-between;
}
.page-ws-seller-transaction .page-content .page-right .right-content-block .transaction-summary .item-content-row .left,
.page-ws-seller-transaction .page-content .page-right .right-content-block .transaction-summary .item-content-row .right {
  font-size: 14px;
  line-height: 19px;
  color: #767676;
}
.page-ws-seller-transaction .page-content .page-right .right-content-block .transaction-summary .item-content-row:not(:last-of-type) {
  margin-bottom: 12px;
}
.page-ws-seller-transaction .page-content .page-right .right-content-block .transaction-summary .order-id {
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 25px;
  color: #424242;
}
.page-ws-seller-transaction .page-content .page-right .right-content-block .transaction-summary .status {
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 25px;
  color: #6FC16D;
}
.page-ws-seller-transaction .page-content .page-right .right-content-block .transaction-summary .summary-line {
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
.page-ws-seller-transaction .page-content .page-right .btn-group {
  width: 100%;
  padding: 0 24px;
}
.page-ws-seller-transaction .page-content .page-right .btn-group .btn-confirm-received {
  margin-top: 24px;
  width: 100%;
  border-radius: 5px;
  background: #6FC16D;
  padding: 9px;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
  color: white;
  font-weight: 700;
  cursor: pointer;
}
.page-ws-seller-transaction .popup-cancel-transaction .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 500;
}
.page-ws-seller-transaction .popup-cancel-transaction .popup-block {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 438px;
  box-shadow: 0 4px 20px rgba(0, 49, 107, 0.15);
  background-color: #fff;
  z-index: 550;
  padding: 24px;
  border-radius: 5px;
}
.page-ws-seller-transaction .popup-cancel-transaction .popup-header {
  margin-bottom: 24px;
}
.page-ws-seller-transaction .popup-cancel-transaction .popup-header img {
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.page-ws-seller-transaction .popup-cancel-transaction .popup-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 33px;
  color: #424242;
}
.page-ws-seller-transaction .popup-cancel-transaction .popup-content {
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.page-ws-seller-transaction .popup-cancel-transaction .btn-row {
  margin-top: 32px;
}
.page-ws-seller-transaction .popup-cancel-transaction .btn-row .btn-no {
  display: inline-block;
  cursor: pointer;
  width: 183px;
  height: 44px;
  margin-left: 24px;
  border: 1px solid #6FC16D;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding: 9px;
  border-radius: 5px;
  text-align: center;
  color: #6FC16D;
}
.page-ws-seller-transaction .popup-cancel-transaction .btn-row .btn-yes {
  display: inline-block;
  cursor: pointer;
  width: 183px;
  height: 44px;
  border: 1px solid #6FC16D;
  font-weight: 500;
  background: #6FC16D;
  font-size: 16px;
  line-height: 22px;
  padding: 9px;
  border-radius: 5px;
  text-align: center;
  color: white;
}

.page-ws-seller-orders {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-orders {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.page-ws-seller-orders .page-left {
  width: 100%;
  max-width: 675px;
}
.page-ws-seller-orders .page-left .page-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-orders .page-left .page-title {
    display: none;
  }
}
.page-ws-seller-orders .page-left .content {
  position: relative;
}
.page-ws-seller-orders .page-left .content .empty-card {
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center;
}
.page-ws-seller-orders .page-left .content .empty-card img {
  width: 310px;
}
.page-ws-seller-orders .page-left .content .empty-card .text {
  margin-top: 24px;
  font-size: 24px;
  color: #767676;
}
.page-ws-seller-orders .page-left .transaction-row {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #ECECEC;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-orders .page-left .transaction-row {
    align-items: start;
  }
}
.page-ws-seller-orders .page-left .transaction-row .transaction-left-block .transaction-date {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-orders .page-left .transaction-row .transaction-left-block .transaction-date {
    font-size: 14px;
  }
}
.page-ws-seller-orders .page-left .transaction-row .transaction-left-block .transaction-info {
  margin-top: 12px;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
.page-ws-seller-orders .page-left .transaction-row .transaction-left-block .transaction-info div {
  color: inherit;
}
.page-ws-seller-orders .page-left .transaction-row .transaction-left-block .transaction-m2-status {
  margin-top: 16px;
  font-size: 14px;
  line-height: 19px;
  color: #E42D2D;
}
.page-ws-seller-orders .page-left .transaction-row .transaction-right-block {
  display: flex;
}
.page-ws-seller-orders .page-left .transaction-row .transaction-right-block .note-icon {
  width: 22px;
  height: 22px;
  margin-right: 24px;
}
.page-ws-seller-orders .page-left .transaction-row .transaction-right-block .transaction-status {
  text-align: right;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-orders .page-left .transaction-row .transaction-right-block .transaction-status {
    font-size: 16px;
  }
}
.page-ws-seller-orders .page-left .transaction-row .transaction-right-block .status-green {
  color: #6fc16b;
  font-weight: 500;
}
.page-ws-seller-orders .page-left .transaction-row:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .page-ws-seller-orders .page-left .transaction-row:first-of-type .transaction-status {
    top: 0;
  }
}

.page-ws-supplier-products .page-drawer {
  float: left;
}
.page-ws-supplier-products .page-content {
  width: calc(100% - 235px);
  padding: 8px 32px;
  float: left;
}
.page-ws-supplier-products .page-content .page-content-head {
  margin-bottom: 16px;
}
.page-ws-supplier-products .page-content .page-content-head .btn-add {
  float: right;
  width: 203px;
  height: 40px;
  padding: 9px;
  text-align: center;
  border-radius: 5px;
  background: #6FC16D;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}
.page-ws-supplier-products .page-content .page-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 32px;
}
.page-ws-supplier-products .page-content table {
  margin-top: 32px;
  width: 100%;
  position: relative;
}
.page-ws-supplier-products .page-content table th {
  font-size: 12px;
  color: #767676;
  padding-bottom: 16px;
  font-weight: 400;
}
.page-ws-supplier-products .page-content table td {
  padding: 20px 0;
  font-size: 14px;
  color: #767676;
}
.page-ws-supplier-products .page-content table .no-option {
  color: #ececec;
}
.page-ws-supplier-products .page-content table tr {
  cursor: pointer;
  padding-bottom: 16px;
  border-bottom: 1px solid #ECECEC;
}
.page-ws-supplier-products .page-content table .empty-card {
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center;
}
.page-ws-supplier-products .page-content table .empty-card img {
  width: 200px;
}
.page-ws-supplier-products .page-content table .empty-card .text {
  margin-top: 16px;
  font-size: 24px;
  color: #767676;
}

.page-ws-supplier-inventory .page-drawer {
  float: left;
}
.page-ws-supplier-inventory .page-content {
  width: calc(100% - 235px);
  padding: 8px 32px;
  float: left;
}
.page-ws-supplier-inventory .page-content .page-content-head {
  margin-bottom: 16px;
}
.page-ws-supplier-inventory .page-content .page-content-head .btn-save-all {
  float: right;
  width: 203px;
  height: 40px;
  padding: 9px;
  text-align: center;
  border-radius: 5px;
  background: #6FC16D;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}
.page-ws-supplier-inventory .page-content .page-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 32px;
}
.page-ws-supplier-inventory .page-content .section-alert-diagram {
  margin-top: 24px;
}
.page-ws-supplier-inventory .page-content .section-alert-diagram .single-diagram {
  font-size: 14px;
  line-height: 19px;
  float: left;
  margin-right: 24px;
}
.page-ws-supplier-inventory .page-content .section-alert-diagram .single-diagram img {
  margin-right: 8px;
}
.page-ws-supplier-inventory .page-content .section-table table {
  margin-top: 24px;
  width: 100%;
  position: relative;
}
.page-ws-supplier-inventory .page-content .section-table table th {
  font-size: 12px;
  color: #767676;
  font-weight: 400;
  padding-bottom: 16px;
}
.page-ws-supplier-inventory .page-content .section-table table tbody::before {
  content: '';
  display: block;
  height: 24px;
}
.page-ws-supplier-inventory .page-content .section-table table td {
  padding: 16px 0;
  font-size: 14px;
  color: #767676;
}
.page-ws-supplier-inventory .page-content .section-table table tr {
  padding-bottom: 16px;
  border: 1px solid #ECECEC;
}
.page-ws-supplier-inventory .page-content .section-table table tr:first-of-type {
  border-top: 2px solid #bfbfbf;
}
.page-ws-supplier-inventory .page-content .section-table table .item-name,
.page-ws-supplier-inventory .page-content .section-table table .item-variant {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box;
}
.page-ws-supplier-inventory .page-content .section-table table .item-stock {
  min-width: 200px;
}
.page-ws-supplier-inventory .page-content .section-table table .item-edit .btn-save-column {
  cursor: pointer;
  width: 80px;
  height: 40px;
  padding: 9px;
  background: #6FC16D;
  border-radius: 5px;
  font-size: 16px;
  line-height: 22px;
  color: white;
  text-align: center;
  margin-left: 12px;
}
.page-ws-supplier-inventory .page-content .section-table table .input-position-block {
  position: relative;
  display: inline-block;
}
.page-ws-supplier-inventory .page-content .section-table table .input-position-block .icon-warning {
  height: 22px;
  width: 22px;
  position: absolute;
  right: -9px;
  top: -9px;
}
.page-ws-supplier-inventory .page-content .section-table table .inventory-edit-field {
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  width: 72px;
  padding: 10px;
  text-align: center;
}
.page-ws-supplier-inventory .page-content .section-table table .empty-card {
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center;
}
.page-ws-supplier-inventory .page-content .section-table table .empty-card img {
  width: 200px;
}
.page-ws-supplier-inventory .page-content .section-table table .empty-card .text {
  margin-top: 16px;
  font-size: 24px;
  color: #767676;
}

.page-ws-supplier-orders .page-drawer {
  float: left;
}
.page-ws-supplier-orders .page-content {
  width: calc(100% - 235px);
  padding: 72px 32px 16px 32px;
  float: left;
}
.page-ws-supplier-orders .page-content .page-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 32px;
}
.page-ws-supplier-orders .page-content .table-section table {
  margin-top: 32px;
  width: 100%;
  position: relative;
}
.page-ws-supplier-orders .page-content .table-section table th {
  font-size: 12px;
  color: #767676;
  padding-bottom: 16px;
  font-weight: 400;
}
.page-ws-supplier-orders .page-content .table-section table td {
  padding: 20px 0;
  font-size: 14px;
  color: #767676;
}
.page-ws-supplier-orders .page-content .table-section table td .note-icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  transform: translateY(-2px);
}
.page-ws-supplier-orders .page-content .table-section table td .status-verified {
  font-size: 14px;
  line-height: 19px;
  color: #6FC16D;
}
.page-ws-supplier-orders .page-content .table-section table td .btn-verify {
  margin: auto;
  background: #6FC16D;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  line-height: 19px;
  padding: 8px 0;
  width: 80px;
  cursor: pointer;
}
.page-ws-supplier-orders .page-content .table-section table tr {
  padding-bottom: 16px;
  border-bottom: 1px solid #ECECEC;
}
.page-ws-supplier-orders .page-content .table-section table .empty-card {
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center;
}
.page-ws-supplier-orders .page-content .table-section table .empty-card img {
  width: 200px;
}
.page-ws-supplier-orders .page-content .table-section table .empty-card .text {
  margin-top: 16px;
  font-size: 24px;
  color: #767676;
}

