@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC&family=Roboto:wght@400;700&display=swap");
.bg-main {
  background-color: #e40580 !important;
}

.bg-match {
  background-color: rgb(178.0944206009, 3.9055793991, 99.982832618) !important;
}

.bg-ice {
  background-color: #3af !important;
}

.badge-cold {
  background-color: #26c !important;
  color: #fff;
}

.badge-ice {
  background-color: #3af !important;
  color: #fff;
}

.color-fb {
  color: #1877F2 !important;
}

.mw-400 {
  max-width: 400px;
}

.row-sm {
  margin-left: -5px;
  margin-right: -5px;
}
.row-sm > [class*=col-], .row-sm > .col {
  padding-left: 5px;
  padding-right: 5px;
}

.g-2 {
  gap: 0.5rem;
}

.title-lg {
  font-size: 21px;
}
.title-lg small {
  margin-left: 0.5rem;
  font-size: 18px;
}

.title-sm {
  font-size: 16px;
  color: #e40580;
}

.title-product {
  font-size: 21px;
  font-weight: normal;
  color: #e40580;
  margin-bottom: 1rem;
  text-align: center;
}

.text-lg {
  font-size: 21px !important;
}

.text-md {
  font-size: 18px !important;
}

.text-sm {
  font-size: 14px !important;
}

.text-xs {
  font-size: 12px !important;
}

.text-main {
  color: #e40580;
}

.text-white {
  color: #ffffff;
}

.icon-sm {
  font-size: 18px;
}

.icon-lg {
  font-size: 30px;
}

.icon-huge {
  font-size: 60px;
}

.file-show {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.file-show img, .file-show video {
  max-width: 70% !important;
  max-height: 70% !important;
  object-fit: contain !important;
}

#img-show.file-show img {
  max-width: 70% !important;
  max-height: 70% !important;
  object-fit: contain !important;
}

.badge {
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 2px;
  font-weight: normal;
}
.badge.active {
  background-color: #e40580;
  color: #fff;
}

.badge-lg {
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 2px;
}

.badge-main {
  background-color: #e40580;
  color: #fff;
}

.badge-ice {
  background-color: #3af;
  color: #fff;
}

.badge-new {
  background-color: #e40580;
  color: #fff;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
}
#loading div {
  padding: 2rem;
  background-color: #fff;
  color: #e40580;
  font-size: 18px;
}

#page-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
#page-loading img.logo {
  width: 200px;
  height: 200px;
  margin-bottom: 2rem;
  object-fit: contain;
}
#page-loading .loading-text {
  color: #333333;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#page-loading .loading-text .loading-dots {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
#page-loading .loading-text .loading-dots .dot {
  width: 8px;
  height: 8px;
  background-color: #e40880;
  border-radius: 50%;
  animation: dot-bounce 1.4s infinite ease-in-out;
}
#page-loading .loading-text .loading-dots .dot:nth-child(1) {
  animation-delay: 0s;
}
#page-loading .loading-text .loading-dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}
#page-loading .loading-text .loading-dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}
#page-loading .loading-copyright {
  position: absolute;
  bottom: 2rem;
  color: #999999;
  font-size: 0.875rem;
  text-align: center;
}

@keyframes dot-bounce {
  0%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
}
.color {
  width: 40px;
  height: 40px;
}

.page-count {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.page-count span {
  white-space: nowrap;
}
.page-count input {
  width: 64px;
  height: 32px;
  margin: 0 0.25rem;
}

.switch {
  position: relative;
  width: 40px;
  height: 17.6px;
}
.switch input {
  visibility: hidden;
}
.switch input:checked + label {
  background-color: #28a745;
}
.switch input:checked + label:hover {
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
.switch input:checked + label:after {
  left: 21.2px;
}
.switch label {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 17.6px;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 40px;
  cursor: pointer;
  transition: 0.2s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.switch label:hover {
  background-color: rgba(0, 0, 0, 0.24);
}
.switch label:after {
  display: block;
  content: "";
  position: absolute;
  left: -1.2px;
  top: -1.2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.04);
  transition: 0.2s ease-in;
}

.box-sort {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.box-sort b {
  margin-bottom: 0.5rem;
  width: 100%;
  text-align: center;
}
.box-sort span {
  color: #ccc;
  cursor: pointer;
  transition: 0.4s;
}
.box-sort span:hover {
  color: #e44;
}

[v-cloak] {
  display: none !important;
}

.noty_body {
  font-size: 15px !important;
  padding: 1rem 2rem 1rem 1.5rem !important;
}

.noty_close_button {
  right: 8px !important;
}

.noty_effects_open {
  opacity: 0;
  transform: translateY(-100%);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.noty_effects_close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes noty_anim_in {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes noty_anim_out {
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
.modal-open {
  overflow: auto !important;
}

@media (min-width: 1440px) {
  .modal-xxl {
    max-width: 1400px;
  }
}

.box-chart {
  max-width: 500px;
}

.hover-bg:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.noty_body {
  white-space: pre-line;
}

.modal-dialog-bottom {
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5rem);
  translate: -50% 0;
  width: calc(100% - 1rem);
}

.card {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.15s ease-in-out;
}
.card.border-left-primary {
  border-left: 4px solid #e40580;
}
.card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.card-body {
  padding: 1.25rem;
}

.member-header h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.member-status .badge {
  font-size: 12px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
}

.member-detail .small {
  font-size: 13px;
}

.member-balance {
  background-color: rgba(228, 5, 128, 0.15);
  padding: 12px;
  border-radius: 4px;
  border-left: 3px solid #e40580;
}

.member-barcode-card {
  background-color: rgba(23, 162, 184, 0.2);
  padding: 12px;
  border-radius: 4px;
  border-left: 3px solid #17a2b8;
  font-size: 14px;
  line-height: 1.6;
}

.member-taxnumber-card {
  background-color: rgba(255, 193, 7, 0.25);
  padding: 12px;
  border-radius: 4px;
  border-left: 3px solid #ffc107;
  font-size: 14px;
  line-height: 1.6;
}

.member-prepick-card {
  background-color: rgba(255, 152, 0, 0.1);
  border: 1px solid rgba(255, 152, 0, 0.3);
  border-radius: 6px;
  padding: 12px;
  transition: all 0.2s ease;
}
.member-prepick-card:hover {
  background-color: rgba(255, 152, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.member-prepick-card .prepick-info {
  flex-grow: 1;
}
.member-prepick-card .prepick-details {
  margin-top: 4px;
  line-height: 1.4;
}
.member-prepick-card .prepick-action {
  flex-shrink: 0;
}
.member-prepick-card .btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545;
  padding: 6px 12px;
}
.member-prepick-card .btn-outline-danger:hover {
  background-color: #dc3545;
  color: white;
}

.btn {
  white-space: nowrap;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-lg {
  font-size: 18px;
  height: 48px;
  padding: 0 20px;
}

.btn-sm {
  font-size: 14px;
  height: 30px;
  padding: 0 12px;
}

.btn-xs {
  font-size: 12px;
  height: 24px;
  padding: 0 10px;
}

.btn-line {
  background-color: #06c755;
  color: #fff;
  padding-left: 8px;
}
.btn-line:hover {
  color: #fff;
}
.btn-line img {
  margin-right: 0.5rem;
}

.btn-line-arrow {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.2);
  animation: moveLeft infinite alternate 0.6s;
  position: relative;
  left: 16px;
  opacity: 0.2;
}

@keyframes moveLeft {
  0% {
    left: 16px;
    opacity: 0.2;
  }
  100% {
    left: 4px;
    opacity: 1;
  }
}
.btn-fb {
  background-color: #1877F2;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.btn-fb:hover {
  color: #fff;
}
.btn-fb img {
  margin-right: 0.5rem;
}

.btn-main {
  background-color: #e40580;
  color: #fff;
}
.btn-main:hover {
  background-color: rgb(178.0944206009, 3.9055793991, 99.982832618);
  color: #fff;
}

.btn-secondary {
  background-color: #808080;
  border-color: #808080;
}

.btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #808080;
  padding: 0.5rem;
}
.btn-text span {
  margin-left: 0.25rem;
}

.btn-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-actions {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 0 1rem;
  gap: 0.5rem;
}
.product-actions li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-actions li a {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  color: #808080;
  padding: 6px 12px 6px 10px;
  border-radius: 2px;
  transition: 0.4s;
}
.product-actions li a span {
  color: #ccc;
  transition: 0.4s;
}
.product-actions li a svg {
  fill: #ccc;
  transition: 0.4s;
}
.product-actions li a:hover {
  color: #333;
  border-color: #333;
}
.product-actions li a:hover span {
  color: #808080;
}
.product-actions li a:hover svg {
  fill: #808080;
}
.product-actions li a.active {
  background-color: #e40580;
  color: #fff;
  border-color: #e40580;
}
.product-actions li a.active b span {
  display: inline;
  color: #fff;
}
.product-actions li a.active svg {
  fill: #fff;
}
.product-actions li a b {
  margin-left: 8px;
  font-size: 16px;
  font-weight: normal;
}
.product-actions li a b span {
  display: none;
}
.product-actions li p {
  font-size: 13px;
  margin: 0;
}

/* LINE 分享按鈕 */
.btn-line-share {
  background-color: #06C755 !important;
  border-color: #06C755 !important;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  min-width: 120px;
  white-space: nowrap;
}
.btn-line-share:hover:not(:disabled) {
  background-color: #05A847 !important;
  border-color: #05A847 !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(6, 199, 85, 0.3);
}
.btn-line-share:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(6, 199, 85, 0.2);
}
.btn-line-share:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-line-share i {
  font-size: 20px;
}
.btn-line-share .badge {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: normal;
}

/* 產品操作按鈕 */
.btn-product-action {
  background-color: #e40580 !important;
  border-color: #e40580 !important;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  width: 120px;
  white-space: nowrap;
}
.btn-product-action:hover:not(:disabled) {
  background-color: rgb(178.0944206009, 3.9055793991, 99.982832618) !important;
  border-color: rgb(178.0944206009, 3.9055793991, 99.982832618) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(228, 5, 128, 0.3);
}
.btn-product-action:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(228, 5, 128, 0.2);
}
.btn-product-action:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-product-action .material-symbols-rounded {
  font-size: 20px;
}

body, pre, input {
  font-family: "Oxygen", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #666;
}

body {
  padding: 48px 0 61px;
  font-size: 14px;
}
@media (min-width: 576px) {
  body {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-all;
  font-size: inherit;
}

.font-mono {
  font-family: "Noto Sans Mono", monospace;
}

.material-symbols-rounded {
  user-select: none;
}

.form-control, .custom-select {
  border-color: #ccc;
  border-radius: 2px;
}
.form-control:hover, .custom-select:hover {
  border-color: #aaa;
}
.form-control:focus, .custom-select:focus {
  border-color: #333;
  outline: none;
  box-shadow: none;
}

.box-print-func {
  display: flex;
  justify-content: center;
  background-color: #eee;
  margin-bottom: 2rem;
  padding: 1rem;
}
.box-print-func input {
  padding: 8px 16px;
  font-size: 18px;
  margin: 0 0.5rem;
  border: 0;
  border-radius: 4px;
  transition: 0.4s;
  color: #399;
}
.box-print-func input:focus {
  outline: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.box-clear-input {
  position: relative;
}
.box-clear-input .clear {
  position: absolute;
  right: 60px;
  top: 7px;
  cursor: pointer;
  color: #ccc;
  transition: 0.2s;
}
.box-clear-input .clear:hover {
  color: #333;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form-oneline-reset {
  display: flex;
}
.form-oneline-reset input {
  width: auto;
  margin-right: 0.5rem;
  flex-grow: 1;
}

label sup {
  color: #e40580;
  margin-left: 0.25rem;
}

.box-birth {
  display: flex;
  gap: 0.5rem;
}

.table {
  font-size: 14px;
  background-color: #fff;
  color: #666;
}
.table thead th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.table thead .filter-input {
  margin-bottom: 4px;
}
.table thead .filter-input .clear {
  right: 1px;
  top: 1px;
}
.table thead input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 2px;
  transition: 0.2s;
}
.table thead input:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.table thead input:focus {
  outline: 0;
}
.table tr.is-over {
  opacity: 0.7;
}

#copyText {
  position: fixed;
  top: -100px;
  left: -100px;
  width: 1px;
  height: 1px;
}

.filter-input, .clear-input {
  position: relative;
}
.filter-input .clear, .clear-input .clear {
  position: absolute;
  right: 16px;
  top: 8px;
  font-size: 18px;
  padding: 2px;
  cursor: pointer;
  color: #ccc;
  transition: 0.2s;
  background-color: #fff;
}
.filter-input .clear:hover, .clear-input .clear:hover {
  color: #333;
}

.filter-select {
  font-size: 12px;
  padding: 2px 6px;
}

.copy-icon {
  transition: all 0.2s ease;
}
.copy-icon:hover {
  color: #007bff !important;
  transform: scale(1.15);
}

.tr-second {
  border-bottom: 2px solid #999;
}

.tableFixHead {
  overflow: auto;
  height: 100px;
}
.tableFixHead thead {
  position: sticky;
  top: 48px;
  z-index: 1;
}

.list-names {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 88px;
}
.list-names li {
  margin: 0 0.5rem 0.5rem 0;
  background-color: rgba(0, 0, 0, 0.075);
  padding: 2px 4px;
  line-height: 1.2;
  border-radius: 2px;
  display: inline-block;
}

.list-products {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-products li input {
  margin-right: 0.25rem;
  position: relative;
  top: 2px;
}
.list-products li h3 {
  font-size: 14px;
}
.list-products li h4 {
  font-size: 14px;
  margin: 0.5rem 0 0.25rem;
}
.list-products li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-products li hr {
  margin: 1rem 0;
}

.list-data {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.list-btns {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.list-btns li {
  margin: 0 0.5rem 0.5rem 0;
}
.list-btns.list-btns-sm li {
  margin: 0 0.25rem 0.25rem 0;
}
.list-btns.flex-column li {
  margin: 0 0 0.5rem 0;
}

.list-side {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 0;
}
.list-side li a {
  display: block;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #808080;
  transition: 0.2s;
}
.list-side li a:hover {
  background-color: #eee;
}

.list-prize {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-prize li {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.list-prize li span {
  font-size: 18px;
}
.list-prize li label {
  margin: 0 0 0 2px;
  white-space: nowrap;
  font-size: 12px;
}

.list-toggle {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-itmes: center;
}
.list-toggle li {
  margin: 0 0.25rem 0.25rem 0;
  padding: 4px 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: 0.2s;
  cursor: pointer;
  border-radius: 2px;
  font-size: 14px;
}
.list-toggle li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.list-toggle li.active {
  background-color: #e40580;
  color: #fff;
}

.list-specs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.list-specs.list-specs-btn {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.list-specs.list-specs-btn > div {
  background-color: rgba(0, 0, 0, 0.08);
  padding: 0.25rem;
  transition: 0.2s;
  margin-bottom: 0.25rem;
  cursor: pointer;
  border-radius: 4px;
}
.list-specs.list-specs-btn > div:hover {
  background-color: rgba(0, 0, 0, 0.16);
}
.list-specs > div {
  display: flex;
  margin-bottom: 0.25rem;
  position: relative;
}
.list-specs > div div {
  white-space: nowrap;
  padding: 2px 6px;
  color: #fff;
  border-radius: 2px;
  margin-right: 0.25rem;
}
.list-specs > div div.product {
  background-color: #96c;
}
.list-specs > div div.info {
  background-color: #17a2b8;
}
.list-specs > div div.warning {
  background-color: #ffc107;
  color: #333;
}
.list-specs > div div.gray-dark {
  background-color: #333;
}
.list-specs > div div.success {
  background-color: #28a745;
}
.list-specs > div div.danger {
  background-color: #e44;
}
.list-specs > div .material-symbols-rounded {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.1);
}

.list-specs-border {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-specs-border li {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 4px 12px;
  margin: 0 0.5rem 0.5rem 0;
  border-radius: 2px;
}

.list-page {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.list-page li {
  height: 38px;
  line-height: 38px;
  background-color: #f3f3f3;
  transition: 0.2s;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0 1rem;
  cursor: pointer;
  border-radius: 4px;
}
.list-page li:hover {
  background-color: #ddd;
  color: #333;
}
.list-page li.active {
  background-color: #e40580;
  color: #fff;
}

.list-badges {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.list-badges li {
  margin-right: 0.25rem;
}

.list-radio {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 10px 10px 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  overflow: hidden;
  font-size: 14px;
}
.list-radio li {
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: 0.2s;
}
.list-radio li.grow {
  flex-grow: 1;
  text-align: center;
}
.list-radio li:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.list-radio li.active {
  background-color: #e40580;
  color: #fff;
}

.list-logs {
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.list-logs > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.list-logs > li h4 {
  font-size: 16px;
  margin: 0;
}
.list-logs > li h4 label {
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0 6px 0 0;
}

.list-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.list-icons li {
  margin: 0 2px 2px 0;
}
.list-icons li a, .list-icons li span {
  display: block;
}

.list-select {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-select li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.list-select li h3 {
  font-size: 18px;
  margin: 0;
}

.header-main {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  color: #fff;
  transition: 0.4s;
  background-color: #e40580;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 48px;
}
.line .header-main {
  background-color: #06c755;
}
.print .header-main {
  background-color: #399;
}
.header-main h1 {
  font-size: 21px;
  margin: 0 3rem 0 0;
}
.header-main a {
  color: #fff;
}
.header-main a span {
  font-weight: normal;
  margin-right: 6px;
}

.app-link {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  background-color: #333;
  color: #fff;
  padding: 8px 12px;
}
.app-link:hover {
  color: #fff;
}
.app-link .btn-close {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 4px;
  font-size: 16px;
}
.app-link .center {
  display: flex;
  gap: 0.75rem;
}
.app-link .center img {
  width: 48px;
  border-radius: 8px;
}
.app-link .center h3 {
  font-size: 16px;
  margin: 0;
}
.app-link .center h3 b {
  display: block;
  font-size: 20px;
}
.app-link h4 {
  font-size: 16px;
  border: 1px solid #fff;
  padding: 6px 12px;
  border-radius: 4px;
  margin: 0;
}

.nav-main {
  flex-grow: 1;
}
.nav-main > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-main > ul > li {
  position: relative;
}
.nav-main > ul > li:not(:last-child) {
  margin-right: 0.5rem;
}
.nav-main > ul > li:last-child ul {
  left: auto;
  right: 0;
}
.nav-main > ul > li:hover > a, .nav-main > ul > li:hover > span {
  background-color: rgba(0, 0, 0, 0.1);
}
.nav-main > ul > li:hover ul {
  display: block;
}
.nav-main > ul > li.active > a, .nav-main > ul > li.active > span {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-main > ul > li > a, .nav-main > ul > li > span {
  display: flex;
  align-items: center;
  padding: 0 12px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.4s;
  height: 48px;
  line-height: 48px;
}
.nav-main > ul > li > a.router-link-active, .nav-main > ul > li > span.router-link-active {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-main > ul > li ul {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 1000;
  width: 180px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-main > ul > li ul li a {
  display: block;
  color: #808080;
  padding: 0.75rem 1.5rem;
  transition: 0.4s;
}
.nav-main > ul > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #333;
}
.nav-main > ul > li ul li.active a {
  color: #e40580;
}

.debug {
  background-color: #e44;
  color: #fff;
  padding: 0.25rem;
  font-size: 12px;
  text-align: center;
}

.header-page {
  padding: 20px 0;
}

.header-main-front {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 48px;
}
.header-main-front .bar {
  background-color: #e40580;
  color: #fff;
  display: flex;
  align-items: center;
  height: 48px;
  line-height: 48px;
  padding: 0;
  position: relative;
  z-index: 100;
}
.header-main-front a {
  color: #fff;
}
.header-main-front h1 {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translateX(-50%);
  font-size: 21px;
  line-height: 48px;
  margin: 0;
}
.header-main-front h1 img {
  position: absolute;
  left: 50%;
  top: 0;
  height: 48px;
  transform: translateX(-50%);
}
.header-main-front .item {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 2;
}
.header-main-front .search {
  margin-left: auto;
}

.nav-main-front {
  position: fixed;
  left: -100%;
  top: 0;
  padding-top: 48px;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
  height: 100vh;
  overflow-y: auto;
}
.nav-main-front.open {
  left: 0;
}
.nav-main-front > ul {
  list-style: none;
  margin: 0;
  padding: 0 0 100px 0;
}
.nav-main-front > ul > li.open > a em {
  transform: rotate(180deg);
}
.nav-main-front > ul > li.open ul {
  max-height: 600px;
}
.nav-main-front > ul > li > a {
  display: flex;
  align-items: center;
  color: #808080;
  padding: 13px 26px;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.nav-main-front > ul > li > a i {
  margin-right: 0.35rem;
  font-style: normal;
}
.nav-main-front > ul > li > a em {
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  height: 48px;
  padding: 0 12px;
  text-align: center;
  line-height: 48px;
  transition: 0.2s;
}
.nav-main-front > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
  background-color: #f5f5f5;
}
.nav-main-front > ul > li ul li a {
  display: block;
  color: #808080;
  padding: 11px 26px;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.nav-main-front > ul > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #e40580;
}
.nav-main-front > ul > li ul li a i {
  margin-right: 0.35rem;
  font-style: normal;
}

.footer-main {
  background-color: #f5f5f5;
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .footer-main {
    padding: 4rem 0;
  }
}
.footer-main address {
  font-size: 12px;
  color: #808080;
  text-align: center;
  margin-bottom: 0.5rem;
}

.list-footer {
  list-style: none;
  padding: 0;
  color: #000;
  display: flex;
  flex-wrap: wrap;
}
.list-footer > li {
  margin-bottom: 3rem;
  display: flex;
  min-width: 100%;
}
@media (min-width: 992px) {
  .list-footer > li {
    min-width: 50%;
    margin-bottom: 6rem;
  }
}
.list-footer > li h3 {
  font-size: 18px;
  min-width: 32%;
  color: #808080;
}
.list-footer > li h4 {
  font-size: 17px;
  margin-bottom: 0.25rem;
}
.list-footer > li h5 {
  font-size: 12px;
}
.list-footer ul {
  margin: 0;
  font-size: 16px;
  list-style: none;
  padding: 0;
}
.list-footer ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.list-footer ul li a {
  display: block;
  color: #000;
}
.list-footer ul li a:hover {
  color: #333;
}

.fixed-line {
  position: fixed;
  bottom: 72px;
  right: 1rem;
  z-index: 99;
}

.filter {
  background-color: #eee;
  padding: 15px 0 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: verdana;
}
.filter .box-filter {
  display: flex;
  flex-wrap: wrap;
}
.filter .box-filter input, .filter .box-filter select {
  padding: 0.5rem;
  margin: 0 10px 10px 0;
  width: 120px;
  height: auto;
  border: 0;
  border-radius: 2px;
  font-size: 14px;
}
.filter .box-filter input.active, .filter .box-filter select.active {
  box-shadow: 0 0 0 1px #e40580;
  color: #e40580;
}
.filter .box-filter input.lg, .filter .box-filter select.lg {
  width: 200px;
}
.filter .box-filter input.xl, .filter .box-filter select.xl {
  width: 360px;
}
.filter .box-filter button {
  height: 37px;
  margin: 0 10px 10px 0;
}
.filter .box-filter button.active {
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
  color: #fff !important;
}

.extra-data input, .extra-data textarea {
  border: 0;
  font-size: 14px;
}
.extra-data h6 {
  font-size: 12px;
  margin: 0 0 4px 6px;
  color: #808080;
  font-weight: normal;
}

break {
  flex-basis: 100%;
  width: 0;
  height: 0;
  overflow: hidden;
}

#print {
  display: none;
}

@page {
  margin: 0;
}
@media print {
  html, body {
    box-sizing: border-box;
    margin: 0;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    color: #000;
  }
  body {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
  }
  table {
    color: #000;
  }
  .header-main, .footer-main, .box-print-func, .no-print, .main-main .main-table, .getUsers, .filter {
    display: none !important;
  }
  .noty_layout {
    visibility: hidden;
  }
  .list-print-users > li {
    margin-bottom: 5mm;
  }
  #print {
    font-size: 14pt;
    display: block;
    font-weight: 400;
  }
  #print .page {
    page-break-before: always;
    border: 0;
    padding: 0;
  }
  #print .big-name {
    font-size: 48pt;
    line-height: 48pt;
    margin-bottom: 4mm;
  }
  #print .big {
    font-size: 18pt;
  }
  #print .header {
    display: flex;
    font-size: 9pt;
  }
  #print .header span {
    margin-right: 12pt;
  }
  #print .header em {
    margin-left: auto;
    font-style: normal;
  }
  #print h1 {
    text-align: center;
    font-size: 18pt;
    font-weight: 400;
  }
  #print h2 {
    font-size: 18pt;
    font-weight: 400;
  }
  #print ul {
    list-style: none;
    padding: 0;
    font-weight: 400;
  }
  #print .total {
    margin: 2mm 0;
    font-size: 18pt;
  }
  #print .notice {
    margin-bottom: 4mm;
  }
  .list-shipment-orders-print {
    line-height: 16pt;
  }
  .list-shipment-orders-print > li {
    margin-bottom: 2mm;
    padding-bottom: 2mm;
    border-bottom: 1pt solid #000;
  }
  .list-shipment-orders-print > li .row .col {
    text-align: right;
  }
  .list-shipment-orders-print > li .row .col:last-child {
    max-width: 40pt;
  }
}
.table-picking-list {
  font-size: 14pt;
  width: 100%;
}
.table-picking-list th, .table-picking-list td {
  border: 1px solid #000 !important;
  color: #000 !important;
}
.table-picking-list th.name-column div, .table-picking-list td.name-column div {
  width: 55mm;
}
.table-picking-list th {
  white-space: nowrap;
}

.list-shipment-marketing {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-shipment-marketing .page {
  padding-bottom: 4mm;
  margin-bottom: 4mm;
}
.list-shipment-marketing .page img {
  width: 100%;
  margin-bottom: 2mm;
}
.list-shipment-marketing .page pre {
  color: #000;
  border: 0;
  margin-bottom: 2mm;
}

.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-box {
  width: 600px;
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.modal-box h2 {
  font-size: 21px;
}

.modal-delete .modal-footer {
  border: 0;
}

#matchUsers {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1rem;
}

.list-select-users {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.list-select-users > li {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: flex-start;
}
.list-select-users > li.active {
  background-color: #ffeeba;
}
.list-select-users > li img {
  margin-right: 0.5rem;
}
.list-select-users > li > ul {
  list-style: none;
  padding: 0;
  margin-left: 0.5rem;
  font-size: 13px;
}
.list-select-users > li button {
  margin-left: auto;
}

.list-cvs {
  list-style: none;
  margin: 0 0 0.5rem;
  padding: 0;
}
.list-cvs li {
  margin-bottom: 0.5rem;
  padding: 6px 12px;
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0.08);
  cursor: pointer;
  border-radius: 4px;
  transition: 0.2s;
}
.list-cvs li:hover {
  background-color: #ddd;
}
.list-cvs li span {
  margin-right: 1rem;
}

.user-fb img {
  margin-bottom: 0.25rem;
}
.user-fb div {
  white-space: nowrap;
}

.avatar {
  width: 50px;
  height: 50px;
}

.main-table {
  padding: 1rem 0;
  display: block !important;
}

.product-img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.product-img {
  position: relative;
  overflow: hidden;
}
.product-img:hover .remove {
  right: 0;
}
.product-img:hover button {
  bottom: 4px;
}
.product-img .small-video {
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  border-radius: 2px;
}
.product-img .small-video span {
  font-size: 48px;
  color: #aaa;
}
.product-img img {
  max-width: 100%;
  height: 100px;
  border-radius: 2px;
}
.product-img .remove {
  position: absolute;
  right: -40px;
  top: 0;
  cursor: pointer;
  transition: 0.2s;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ccc;
  border-radius: 2px;
  transition: 0.4s;
}
.product-img .remove:hover {
  background-color: #e44;
  color: #fff;
}
.product-img button {
  position: absolute;
  left: 4px;
  bottom: -40px;
  font-size: 12px;
  background-color: #17a2b8;
  color: #fff;
  line-height: 1;
  padding: 8px;
  border-radius: 2px;
  border: 0;
  transition: 0.4s;
}
.product-img label {
  position: absolute;
  left: 4px;
  top: 4px;
  font-size: 12px;
  background-color: #17a2b8;
  color: #fff;
  line-height: 1;
  padding: 8px;
  border-radius: 2px;
  border: 0;
}
.product-img label.size-label {
  top: auto;
  bottom: 4px;
  right: 4px;
  left: auto;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  padding: 4px 6px;
}

.price-sold {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-sold .sold {
  font-size: 12px;
}

.price {
  color: #e40580;
  font-size: 19px;
  font-weight: 700;
}
.price small {
  margin-right: 2px;
  font-size: 14px;
}

.list-spec-buy {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 12px;
}
.list-spec-buy li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.5rem;
  display: flex;
  align-items: center;
}
.list-spec-buy li:not(.is-sold-out):hover {
  background-color: #f5f5f5;
}
.list-spec-buy li.is-sold-out {
  color: #aaa;
}
.list-spec-buy li.is-sold-out .price {
  color: #aaa;
}
.list-spec-buy li .spec-info {
  margin-right: 0.5rem;
}
.list-spec-buy li h5 {
  margin: 0;
  font-size: 14px;
}
.list-spec-buy li .price {
  margin-right: 0.5rem;
  font-size: 16px;
}
.list-spec-buy li .price small {
  font-size: 12px;
}

.input-quantity {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.input-quantity.input-quantity-lg span {
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.input-quantity.input-quantity-lg input {
  height: 38px;
  font-size: 16px;
}
.input-quantity span {
  background-color: #f5f5f5;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
  color: #808080;
  font-size: 18px;
}
.input-quantity span:hover {
  background-color: #ddd;
  color: #333;
}
.input-quantity span:first-child {
  border-right: 1px solid #ddd;
}
.input-quantity span:last-child {
  border-left: 1px solid #ddd;
}
.input-quantity input {
  font-size: 14px;
  width: 40px;
  height: 32px;
  padding: 0;
  border-radius: 0;
  border: 0;
  text-align: center;
}

#modalAddOrder .input-quantity input {
  width: 60px;
}

.preorder-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  margin-left: 0.5rem;
  border-radius: 2px;
}

.product-name {
  color: #000;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .product-name {
    font-size: 36px;
  }
}

.product-sold {
  font-size: 13px;
  color: #e40580;
}

.note-editable img, .desc img {
  float: none !important;
  display: block !important;
  max-width: 100%;
  height: auto;
}
.note-editable img[style*=float], .desc img[style*=float] {
  float: none !important;
}

.note-editor {
  max-width: 400px !important;
  margin: 0 auto;
}
.note-editor .dropdown-style h1 {
  font-size: 20px !important;
}
.note-editor .note-editable {
  min-height: 500px !important;
  max-width: 400px !important;
}
.note-editor .note-editable h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.2;
}
.note-editor .note-editable img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.note-editor .note-editable img[src*=firebasestorage] {
  min-height: 50px;
  min-width: 50px;
  background: #f5f5f5;
  border: 1px dashed #ccc;
}
.note-editor .note-editable img[src*=firebasestorage].loaded {
  background: none;
  border: none;
}

img[style*=float] {
  float: none !important;
  display: block !important;
}

@media (min-width: 769px) {
  .desc img:not(.note-editable img) {
    margin: 5px 0 5px 0 !important;
  }
  .product-desc img, .product-description img {
    margin: 5px 0 5px 0 !important;
  }
}
@media (max-width: 768px) {
  .note-editable img:not([style*=margin]), .desc img:not([style*=margin]) {
    margin: 5px auto;
  }
}
.big-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  position: relative;
  aspect-ratio: 1;
  cursor: pointer;
}
.big-img .box-file {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.big-img .box-file img, .big-img .box-file video {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.big-img .badge {
  position: absolute;
  left: 8px;
  top: 8px;
}
.big-img .frame-inspect {
  position: absolute;
  right: 8px;
  top: 8px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.5);
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  transition: 0.4s;
}
.big-img .frame-inspect:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.big-img video::-webkit-media-controls {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.big-img video:hover::-webkit-media-controls {
  opacity: 1;
}

.list-small-imgs {
  list-style: none;
  margin: 0.5rem 0 0 0;
  padding: 0;
  display: flex;
  width: 100%;
  overflow: auto;
}
@media (min-width: 768px) {
  .list-small-imgs {
    flex-wrap: wrap;
  }
}
.list-small-imgs li {
  margin: 0 0.5rem 0.5rem 0;
  position: relative;
  cursor: pointer;
  background-color: #eee;
  text-align: center;
}
.list-small-imgs li:last-child {
  margin-right: 0;
}
.list-small-imgs li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e40580;
  width: 0;
  height: 3px;
  transition: 0.6s;
}
.list-small-imgs li.active::after {
  width: 100%;
}
.list-small-imgs li img {
  height: 60px;
  min-width: 40px;
}
.list-small-imgs li .small-video {
  min-width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  position: relative;
}
.list-small-imgs li .small-video::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.list-small-imgs li .small-video span {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}

.coupon {
  background-color: #e44;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#image-show {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#image-show .box-img {
  width: 100%;
  height: 100%;
  overflow: scroll;
  display: flex;
  justify-content: center;
  position: relative;
}
#image-show .box-img img {
  display: block;
  height: 100vh;
}
#image-show input {
  position: fixed;
  left: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
  appearance: none;
  width: 240px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 100px;
  outline: none;
  transition: 0.2s;
}
#image-show input:hover {
  opacity: 1;
}
#image-show input::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #333;
  cursor: pointer;
  border-radius: 50%;
}
#image-show a {
  position: fixed;
  right: 1rem;
  top: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
#image-show a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.product-desc {
  white-space: pre-wrap;
  line-height: 1.6;
}
.product-desc strong, .product-desc b {
  font-weight: bold !important;
}
.product-desc em, .product-desc i {
  font-style: italic !important;
}
.product-desc u {
  text-decoration: underline !important;
}
.product-desc s, .product-desc strike, .product-desc del {
  text-decoration: line-through !important;
}
.product-desc h1, .product-desc h2, .product-desc h3, .product-desc h4, .product-desc h5, .product-desc h6 {
  font-weight: bold !important;
  margin: 1rem 0 0.5rem !important;
}
.product-desc h1 {
  font-size: 2rem !important;
}
.product-desc h2 {
  font-size: 1.5rem !important;
}
.product-desc h3 {
  font-size: 1.25rem !important;
}
.product-desc ul, .product-desc ol {
  margin: 1rem 0 !important;
  padding-left: 2rem !important;
}
.product-desc li {
  margin-bottom: 0.5rem !important;
}
.product-desc p {
  margin: 0.5rem 0 !important;
}
.product-desc img:not([style*=width]):not([style*=max-width]) {
  width: 50% !important;
  max-width: 400px !important;
}
.product-desc img:not([style*=height]) {
  height: auto !important;
}
.product-desc img {
  border-radius: 4px;
  display: block;
  margin: 1rem auto;
}
.product-description {
  white-space: pre-wrap;
  line-height: 1.6;
}
.product-description strong, .product-description b {
  font-weight: bold !important;
}
.product-description em, .product-description i {
  font-style: italic !important;
}
.product-description u {
  text-decoration: underline !important;
}
.product-description s, .product-description strike, .product-description del {
  text-decoration: line-through !important;
}
.product-description h1, .product-description h2, .product-description h3, .product-description h4, .product-description h5, .product-description h6 {
  font-weight: bold !important;
  margin: 1rem 0 0.5rem !important;
}
.product-description h1 {
  font-size: 2rem !important;
}
.product-description h2 {
  font-size: 1.5rem !important;
}
.product-description h3 {
  font-size: 1.25rem !important;
}
.product-description ul, .product-description ol {
  margin: 1rem 0 !important;
  padding-left: 2rem !important;
}
.product-description li {
  margin-bottom: 0.5rem !important;
}
.product-description p {
  margin: 0.5rem 0 !important;
}

#cart {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  max-height: 150px;
  overflow: auto;
  padding: 1.5rem 1rem 4rem;
  background-color: #ffe;
  border-top: 2px solid #333;
  color: #333;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#cart ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#cart button {
  padding: 8px 36px;
  border-radius: 100px;
  font-size: 14px;
}

.order-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.order-wrap .order-content {
  margin: 2rem;
  padding: 2rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.order-wrap .order-content img {
  max-width: 160px;
}

.list-orders-stat {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-orders-stat > li {
  margin-bottom: 2rem;
}
.list-orders-stat > li h3 {
  font-size: 18px;
}
.list-orders-stat > li table {
  font-size: 16px;
}
.list-orders-stat > li table thead {
  font-size: 14px;
}
.list-orders-stat > li table tfoot {
  font-weight: bold;
}

.table-orders {
  font-size: 13px;
  font-family: verdana;
}

.td-order-time {
  border: 0 !important;
  padding: 6px !important;
  background-color: #f9f9f9;
}

.list-order-time {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-order-time > li {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  display: flex;
  background-color: #fff;
}
.list-order-time > li:not(:last-child) {
  margin-bottom: 6px;
}
.list-order-time > li span {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 4px 6px;
  font-size: 12px;
  line-height: 12px;
}
.list-order-time > li b {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
}
.list-order-time > li.level-1 {
  background-color: rgb(49.0797546012, 116.717791411, 215.9202453988);
  color: #fff;
}
.list-order-time > li.level-2 {
  background-color: #1a4789;
  color: #fff;
}
.list-order-time > li.level-3 {
  background-color: rgb(92.8405797101, 216.1594202899, 121);
  color: #fff;
}
.list-order-time > li.level-4 {
  background-color: #28a745;
  color: #fff;
}
.list-order-time > li.level-5 {
  background-color: #ffc107;
  color: #fff;
}
.list-order-time > li.level-6 {
  background-color: #e90;
  color: #fff;
}
.list-order-time > li.level-7 {
  background-color: #e44;
  color: #fff;
}
.list-order-time > li.level-8 {
  background-color: rgb(233.75, 21.25, 21.25);
  color: #fff;
}
.list-order-time > li.level-9 {
  background-color: #96c;
  color: #fff;
}
.list-order-time > li.level-10 {
  background-color: rgb(127.5, 63.75, 191.25);
  color: #fff;
}

.box-switch {
  display: flex;
  align-items: center;
  margin: 0 0.5rem;
}
.box-switch label {
  margin: 0 0.5rem 0 0;
}

.box-posts {
  padding: 1rem 0 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #f9f9f9;
}
.box-posts header {
  margin-bottom: 0.5rem;
}
.box-posts header:hover .toggle {
  color: #808080;
}
.box-posts header h2 {
  position: relative;
  margin: 0;
}
.box-posts header h2 .toggle {
  position: absolute;
  top: -5px;
  font-size: 36px;
  transition: 0.2s;
  color: #ccc;
  cursor: pointer;
}
.box-posts header h2 .toggle.open {
  transform: rotate(180deg);
}
.box-posts table {
  margin: 0;
}

.left-fixed {
  height: calc(100vh - 48px);
  overflow-y: auto;
}

.comments-product {
  margin-bottom: 1rem;
  padding: 0.5rem;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.comments-product .list-specs-border {
  justify-content: center;
}

.img-circle {
  border-radius: 50%;
}

.list-tabs {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  background-color: #eee;
}
.list-tabs li {
  flex-grow: 1;
  border-bottom: 3px solid #ddd;
  transition: 0.4s;
}
.list-tabs li.active {
  border-color: #e40580;
}
.list-tabs li.active a {
  color: #e40580;
}
.list-tabs li a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  text-align: center;
  color: #888;
  font-size: 16px;
  font-weight: bold;
  transition: 0.4s;
}
.list-tabs li a:hover {
  color: #000;
}

.loader-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.loader {
  width: 28px;
  height: 28px;
  border: 4px solid #e40580;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#just-login {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.firebaseui-country-selector,
.firebaseui-phone-tos,
.firebaseui-card-header {
  display: none;
}

.mdl-card {
  min-height: auto;
}

.table-shipment h4 {
  font-size: 16px;
  margin: 0 0 0.5rem;
  font-weight: bold;
}
.table-shipment h5 {
  font-size: 14px;
  margin: 0;
}

.list-shipment-orders {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.list-shipment-orders > li {
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: #000;
}
.list-shipment-orders > li.coupon {
  background-color: rgba(0, 0, 0, 0.1);
}
.list-shipment-orders > li.coupon em {
  font-style: normal;
  font-size: 12px;
  display: block;
}
.list-shipment-orders > li.coupon-valid {
  background-color: rgba(0, 0, 0, 0.05);
}
.list-shipment-orders > li:hover {
  background-color: rgba(255, 255, 0, 0.15);
}

.list-checkout {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-checkout h2 {
  font-size: 16px;
}

.box-checkout-logs {
  padding: 2rem 2rem 1.5rem;
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 9999;
}
.box-checkout-logs .clear {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  color: #fff;
}
.box-checkout-logs .clear:hover {
  color: #ccc;
}

.list-checkout-logs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-checkout-logs > li {
  margin-bottom: 0.25rem;
}

.list-front-tags {
  list-style: none;
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
}
.list-front-tags li {
  margin: 0 0.25rem 0.25rem 0;
  white-space: nowrap;
  padding: 4px 8px;
  color: #fff;
  background-color: #999;
  border-radius: 2px;
}
.list-front-tags li.bordered-main {
  background-color: #fff;
  border: 1px solid #e40580;
  color: #e40580;
}

.list-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
}
.list-tags li {
  margin: 0 0.25rem 0.25rem 0;
  white-space: nowrap;
  padding: 4px 6px;
  line-height: 1;
  color: #fff;
  background-color: #555;
  border-radius: 2px;
}
.list-tags li.danger {
  background-color: #e44;
}
.list-tags li.warning {
  background-color: #ffc107;
  color: #000;
}
.list-tags li.info {
  background-color: #17a2b8;
}
.list-tags li.dark {
  background-color: #000;
}
.list-tags li.ice {
  background-color: #3af;
}

.title-f2e-lg {
  font-size: 21px;
  color: #e40580;
  text-decoration: underline;
  text-underline-offset: 8px;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .title-f2e-lg {
    font-size: 24px;
  }
}

.title-f2e-md {
  font-size: 18px;
  color: #e40580;
}
.title-f2e-md span {
  font-size: 16px;
  font-weight: 400;
}

.home-title {
  font-size: 21px;
  color: #e40580;
  display: flex;
  align-items: center;
}
.home-title b {
  margin-left: 18px;
}
.home-title a {
  margin: 0 3px 0 auto;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
}

.home-tips {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf0e3;
}
.home-tips .row > div:first-child {
  padding-right: 7px;
}
.home-tips .row > div:first-child a {
  background-color: #1a4789;
  color: #fff;
}
.home-tips .row > div:last-child {
  padding-left: 8px;
}
.home-tips .row > div:last-child a {
  background-color: #bbd2f4;
  color: #1a4789;
}
.home-tips .row a {
  display: block;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
}
.home-tips .row a > div {
  margin-bottom: 0.5rem;
}
.home-tips .row a b {
  display: block;
  font-size: 18px;
}
.home-tips .i-know-it {
  display: block;
  text-align: center;
  color: #1a4789;
  padding-top: 10px;
}

#home-latest-products {
  background-color: #fcf0e3;
  padding-top: 48px;
}

.page-products-list {
  background-color: #fcf0e3;
  padding: 1rem 0;
}

.header-main-front .avatar {
  width: 36px;
  height: 36px;
  margin: 6px;
  display: block;
  border-radius: 50%;
}

.list-f2e-orders {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.list-f2e-orders > li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.list-f2e-orders > li h4 {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 4px;
}
.list-f2e-orders > li h4 a {
  color: #1a4789;
  display: flex;
  align-items: center;
}
.list-f2e-orders > li h4 a span {
  margin-left: 0.25rem;
  font-size: 16px;
  opacity: 0.5;
}
.list-f2e-orders > li h5 {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 4px;
  color: #000;
  font-family: "Noto Sans Mono", monospace;
}
.list-f2e-orders > li h6 {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  font-family: "Noto Sans Mono", monospace;
}

.list-products-front {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}
.list-products-front li {
  margin-bottom: 12px;
  cursor: pointer;
  transition: 0.2s;
}
@media (min-width: 576px) {
  .list-products-front li {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .list-products-front li:nth-child(2n+1) {
    padding-right: 6px;
  }
  .list-products-front li:nth-child(2n) {
    padding-left: 6px;
  }
}

.list-products-front-scroll {
  list-style: none;
  padding: 0 7px 0 15px;
  margin-bottom: 1rem;
  display: flex;
  overflow: auto;
}
.list-products-front-scroll li {
  min-width: 160px;
  width: 40%;
  margin-right: 12px;
}
@media (min-width: 992px) {
  .list-products-front-scroll li {
    min-width: 240px;
    max-width: 240px;
    margin-right: 20px;
  }
}

.product-front-item {
  display: block;
  border-radius: 4px;
  height: 100%;
  background-color: #fff;
  padding: 6px 6px 0;
}
.product-front-item .img {
  padding-top: 100%;
  position: relative;
  margin-bottom: 6px;
}
.product-front-item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  border-radius: 2px;
}
.product-front-item .img .no-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  background-color: #ccc;
}
.product-front-item .img .subtitle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 6px;
  font-size: 10px;
  background-color: #ffc107;
  color: #333;
  font-weight: bold;
}
.product-front-item .img .promotion {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2px 6px;
  font-size: 10px;
  background-color: #e40580;
  color: #fff;
}
.product-front-item .actions .box-tracking {
  display: flex;
  align-items: center;
}
.product-front-item .actions .box-tracking a {
  display: block;
  transition: 0.4s;
  padding: 8px 8px 8px 3px;
}
.product-front-item .actions .box-tracking a svg {
  width: 24px;
  height: 24px;
}
.product-front-item .actions .box-tracking b {
  font-size: 12px;
  color: #808080;
  font-weight: normal;
}
.product-front-item .text {
  padding: 0 4px;
}
.product-front-item .text h3 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 4px;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
}
.product-front-item .text h3 a {
  color: #000;
}
.product-front-item .text .badge {
  font-size: 12px;
  font-weight: normal;
  border-radius: 2px;
  padding: 4px 6px;
}
.product-front-item .text .price {
  font-size: 16px;
}
.product-front-item .text .price small {
  font-size: 12px;
}
.product-front-item .text .price .original-price {
  position: relative;
  color: #999;
  font-size: 14px;
}
.product-front-item .text .price .original-price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #999;
  transform: translateY(-50%);
}
.product-front-item .text .price .original-price small {
  font-size: 11px;
}
.product-front-item .text .price .original-price span {
  font-size: 14px;
}
.product-front-item .text .price .member-price {
  color: #e40580;
  font-weight: bold;
  font-size: 16px;
}
.product-front-item .text .price .member-price small {
  font-size: 12px;
}
.product-front-item .text .price .member-price span {
  font-size: 18px;
}

.list-singup-process {
  font-size: 18px;
}
.list-singup-process li {
  margin-bottom: 2rem;
}
.list-singup-process li img {
  max-width: 100%;
  border: 1px solid #ccc;
}
.list-singup-process h3 {
  font-size: 18px;
}

.member-info dt, .member-info dd {
  margin-bottom: 1rem;
}
.member-info dd a {
  display: flex;
  align-items: center;
}
.member-info dd a span {
  margin-right: 0.5rem;
}

.list-catalogs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 4px;
  padding: 0;
}
.list-catalogs li {
  margin: 0 4px 4px 0;
}
.list-catalogs li a {
  display: block;
  background-color: #e40580;
  color: #fff;
  padding: 2px 8px;
  border-radius: 2px;
  font-size: 12px;
  transition: 0.4s;
}
.list-catalogs li a:hover {
  background-color: rgb(178.0944206009, 3.9055793991, 99.982832618);
}

.loading {
  text-align: center;
  padding: 3rem 1rem;
  font-size: 18px;
  color: #ccc;
}

.form-init-data .form-label {
  font-size: 18px;
  font-weight: bold;
  margin-left: 0.25rem;
}
.form-init-data .form-label .tip {
  font-size: 13px;
  font-weight: normal;
}
.form-init-data .form-control {
  font-size: 18px;
  height: 48px;
}

.init-data-delivery {
  list-style: none;
  padding: 0;
}
.init-data-delivery li {
  padding: 8px 12px 8px 40px;
  border: 1px solid #ccc;
  font-size: 14px;
  margin-bottom: 4px;
  transition: 0.2s;
  position: relative;
  cursor: pointer;
}
.init-data-delivery li::before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #ccc;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.init-data-delivery li b {
  font-size: 18px;
  display: block;
}
.init-data-delivery li.active {
  border-color: #e40580;
  color: #e40580;
}
.init-data-delivery li.active::before {
  background-color: #e40580;
  border-color: #e40580;
}

.custom-control-label-lg {
  font-size: 18px;
  padding-left: 8px;
  line-height: 30px;
}
.custom-control-label-lg::before, .custom-control-label-lg::after {
  width: 24px;
  height: 24px;
}

.page-not-found {
  color: #808080;
}
.page-not-found h1 {
  font-size: 32px;
}
.page-not-found h2 {
  font-size: 15px;
  color: #ccc;
}

.nav-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.nav-bottom ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-bottom ul li {
  width: 20%;
  text-align: center;
}
.nav-bottom ul li.active a {
  color: #e40580;
}
.nav-bottom ul li a {
  display: block;
  font-size: 12px;
  color: #808080;
  padding: 6px;
  transition: 0.4s;
}
.nav-bottom ul li a span {
  display: block;
  font-size: 30px;
}

#noty_layout__bottomRight {
  bottom: 52px;
}

#noty_layout__topRight {
  top: 52px;
}

#qrcode img {
  margin: 0 auto;
  display: block;
}

.page-search {
  padding: 0 0 2rem;
  margin: 0 auto;
  max-width: 400px;
}

.form-search {
  margin: 1rem 0 0.5rem;
}
.form-search .form-group {
  flex-grow: 1;
  margin: 0 0.5rem 0 0;
}
.form-search .form-group input {
  width: 100%;
}

.list-search-hot {
  list-style: none;
  margin: 0 -0.25rem 2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.list-search-hot li {
  width: 25%;
  padding: 0.25rem;
}
.list-search-hot li a {
  display: block;
  border: 1px solid #e40580;
  color: #e40580;
  padding: 6px;
  text-align: center;
  font-size: 13px;
  border-radius: 2px;
}

.list-search-history {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-search-history.showAll li {
  display: block;
}
.list-search-history li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: none;
}
.list-search-history li:nth-child(-n+5) {
  display: block;
}
.list-search-history li a {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  color: #808080;
  font-size: 14px;
}
.list-search-history li a span {
  color: #ccc;
}
.list-search-history li a b {
  font-weight: normal;
  color: #333;
}

section.manage-promotions .card.shadow-sm {
  overflow: visible !important;
  min-height: 600px !important;
}
section.manage-promotions .card-body.p-0 {
  overflow: visible !important;
  min-height: 600px !important;
}
section.manage-promotions .table-responsive {
  overflow: visible !important;
  min-height: 600px !important;
}
section.manage-promotions table,
section.manage-promotions tbody,
section.manage-promotions tbody tr,
section.manage-promotions tbody td {
  overflow: visible !important;
}
section.manage-promotions .dropdown-menu.show,
section.manage-promotions .btn-group .dropdown-menu,
section.manage-promotions .dropdown-menu {
  position: absolute !important;
  z-index: 9999 !important;
  will-change: transform !important;
}
