mall-app {
  flex-direction: column;
  height: 100vh;
  display: flex;
}

top-search {
  height: 50px;
}

mall-app content {
  height: calc(100vh - 50px);
  display: flex;
  overflow-y: auto;
}

mall-app main {
  flex: 1;
  width: 100%;
}

.header-container nav {
  height: 56px;
}

.section-cell-detail-tab {
  height: 100%;
  overflow: auto;
}

.mobile-nav-container {
  display: none;
}

.button_user {
  display: block;
}

.appButton a {
  text-decoration: none;
}

.header-container, .nav_link, header {
  height: 55px;
}

.header-container {
  border-bottom: 1px solid #fff3;
}

nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-primary-container {
  align-items: center;
  display: flex;
}

header {
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

main {
  --gutterWidth: 80px;
  --containerWidth: 1280px;
  max-width: var(--containerWidth);
  padding-bottom: 80px;
  padding: 0 var(--gutterWidth);
  margin: 0 auto 96px;
}

.nav_links {
  text-align: center;
  flex: auto;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  list-style: none;
  display: flex;
}

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

.nav_link a {
  cursor: pointer;
  color: #fff;
  margin: 10px;
  padding: 10px;
  text-decoration: none;
  position: relative;
}

.nav_link.active a {
  color: #3887fe;
}

.nav_links > li:first-child a {
  margin-left: 0;
  padding-left: 0;
}

.logo_link {
  min-width: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.logo_link img {
  width: 32px;
  height: 32px;
}

.button_login {
  border-color: #fff;
  border-radius: 30px;
  width: 88px;
  height: 34px;
}

.join-now {
  border-radius: 30px;
  width: 88px;
  height: 34px;
  margin-left: 12px;
}

#focusModal .modal-content {
  color: #000;
  background-color: #fff;
}

#focusModal .bi-exclamation-circle {
  padding-top: 32px;
  font-size: 72px;
}

.separator.separator-dashed {
  border-bottom-style: dashed;
  border-bottom-color: var(--bs-border-dashed-color);
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.opacity-25 {
  opacity: .25 !important;
}

.font12 {
  font-size: 12px;
}

#goTopUpModal .modal-content {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding: 20px;
  font-size: 16px;
}

#goTopUpModal .modal-header {
  text-align: center;
  background: #47c9a2;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  margin: -20px -20px 0;
  padding: 35px;
  position: relative;
}

#goTopUpModal .btn-close {
  color: #fff;
  text-shadow: none;
  opacity: .5;
  position: absolute;
  top: 15px;
  right: 15px;
}

#goTopUpModal .modal-header .btn-close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
}

#goTopUpModal i {
  margin: -4px 0 0 -4px;
  font-size: 72px;
}

#goTopUpModal .modal-body {
  color: #121212;
}

#goTopUpModal p {
  font-size: 12px;
}

#errorModal .modal-content {
  color: #121212;
  background-color: #fff;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

#errorModal .bi-exclamation-circle {
  padding-top: 16px;
  font-size: 72px;
}

#errorModal .modal-header {
  border-bottom: none;
}

.cell-intro-cover {
  position: relative;
}

.offline-mark {
  width: 200px;
  position: absolute;
  top: 0;
  left: 5px;
  transform: rotate(-45deg);
}

.nav_link.active span {
  color: #6495ed;
}

#reportOasisModal .modal-content {
  color: #61666d;
  word-spacing: .5px;
  background-color: #1a1a1a;
  border-radius: 10px;
  box-shadow: 0 0 10px #6d757a;
}

#reportOasisModal .btn-close {
  color: #fff;
  box-shadow: none;
  --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20class%3D%22bi%20bi-x-circle%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M8%2015A7%207%200%201%201%208%201a7%207%200%200%201%200%2014m0%201A8%208%200%201%200%208%200a8%208%200%200%200%200%2016%22%2F%3E%3Cpath%20d%3D%22M4.646%204.646a.5.5%200%200%201%20.708%200L8%207.293l2.646-2.647a.5.5%200%200%201%20.708.708L8.707%208l2.647%202.646a.5.5%200%200%201-.708.708L8%208.707l-2.646%202.647a.5.5%200%200%201-.708-.708L7.293%208%204.646%205.354a.5.5%200%200%201%200-.708%22%2F%3E%3C%2Fsvg%3E");
  background-color: #343434;
  border: none;
  border-radius: 50%;
  outline: none;
  width: 32px;
  height: 32px;
  padding: 0;
}

#reportOasisModal .modal-header {
  border-color: #2f2f2f;
}

#reportOasisModal .modal-footer {
  background-color: #4e50584d;
  border: none;
}

#reportOasisModal .list-group {
  --bs-list-group-bg: transparent;
  --bs-list-group-color: #b5bac1;
  --bs-list-group-border-color: transparent;
}

#reportOasisModal .list-group .list-group-item {
  background-color: #2e2e2e9d;
  border-radius: 5px;
  margin-bottom: 4px;
}

#reportOasisModal .form-check-input {
  outline: unset;
  box-shadow: none;
  background-color: #0000;
  border-width: 3px;
}

#reportOasisModal .list-group .list-group-item:hover {
  background-color: #343434;
}

#reportOasisModal .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
}

#reportOasisModal .form-check-input:checked {
  background-color: #248045;
  border-color: #248045;
}

#reportOasisModal .field-label {
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33333;
}

#reportOasisModal .label-color {
  color: #c4c9ce;
}

#reportOasisModal .inputWrapper {
  flex-direction: column;
  display: flex;
}

#reportOasisModal .inputMaxLength {
  position: relative;
}

#reportOasisModal .textAreaDefault {
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 3px;
  outline: none;
  width: 100%;
  font-size: 16px;
}

#reportOasisModal .maxLength {
  pointer-events: none;
  color: #949ba4;
  font-size: 12px;
  position: absolute;
  bottom: 12px;
  right: 14px;
}

#reportOasisModal .modal-content {
  max-height: 500px;
}

.product-header {
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.product-header h1 {
  width: calc(100% - 135px);
  margin-bottom: 0;
  font-size: 1.5rem;
}

.product-show-box {
  grid-gap: 8px;
  border-radius: 10px;
  grid-template-columns: 2fr 2fr;
  display: grid;
  overflow: hidden;
}

.product-show__thumnail {
  aspect-ratio: 4 / 3;
}

.dropzone-wrapper {
  background-color: #121212;
  border: none;
  height: 100%;
}

.product-show__extra, .product-show__thumnail {
  position: relative;
}

.product-show__extra img, .product-show__thumnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-show-case {
  height: 48%;
}

.product-info {
  grid-template-columns: 58.33% 41.67%;
  padding-top: 24px;
  display: grid;
}

.product-info__widget {
  margin-left: 24%;
}

.product-info__story p {
  word-break: break-all;
}

.fee-calculator-bg {
  background: #121212;
  box-shadow: 0 0 10px #6d757a;
}

.fee-calculator-bg .card-header {
  color: #aaa;
}

.virtual-product-thumbnail {
  border-radius: 5px;
  overflow: hidden;
}

.virtual-product-thumbnail img {
  aspect-ratio: 4 / 3;
  width: 100%;
}

.virtual-product-title {
  -webkit-line-clamp: 1;
  display: box;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  -webkit-box-orient: vertical;
  max-height: 2rem;
  margin: 12px 0 6px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
  display: -webkit-box;
  overflow: hidden;
}

.virtual-product-meta {
  color: #aaa;
  font-size: .725rem;
  font-weight: 400;
  line-height: .985rem;
}

.more-product-head {
  margin-bottom: 12px;
  padding-top: 30px;
  font-size: 1.5rem;
  font-weight: 700;
}

.brand-container {
  flex-direction: row;
  align-items: center;
  padding-bottom: 32px;
  display: flex;
}

.brand-avator, .brand-avator img {
  background-color: #2b2b2b;
  border-radius: 10px;
  width: 96px;
  height: 96px;
}

.brand-identity {
  width: calc(100% - 100px);
  padding-left: 12px;
}

.brand-identity .brand-name {
  white-space: pre-wrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
}

.brand-identity .brand-title {
  margin-bottom: 4px;
  margin-left: 4px;
  font-size: 12px;
  line-height: 16px;
}

.ip-location {
  color: #aaa;
  margin-bottom: 0;
  margin-left: 4px;
  font-size: 12px;
  line-height: 16px;
}

.seller-skill-header {
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.empty-spacer {
  width: 100%;
  height: 100px;
}

.seller-info {
  margin-top: 32px;
}

.brand-title, .seller-skill, .seller-general, .seller-links {
  padding: 24px;
}

.brand-title {
  padding: 14px;
}

.seller-info {
  border: 1px solid #fff3;
  font-size: 14px;
}

.virtual-product {
  border-radius: 5px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.virtual-product:hover {
  background-color: #2f2f2f;
}

.seller-skill, .seller-general, .seller-links {
  border-bottom: 1px solid #fff3;
}

.seller-general ul {
  flex-flow: wrap;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.seller-general ul li {
  box-sizing: border-box;
  width: 50%;
  padding-bottom: 16px;
}

.seller-general ul li strong {
  padding-top: 4px;
  display: block;
}

.me-link {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.link__favicon {
  flex-shrink: 0;
  min-width: 1px;
  min-height: 1px;
  margin-right: 16px;
  display: inline-block;
}

.link-view-wrapper {
  flex-direction: column;
  align-items: start;
  min-width: 0;
  display: flex;
}

.link-view-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  margin-bottom: 4px;
  font-weight: 500;
  display: block;
  overflow: hidden;
}

.link-view-url {
  color: #1276e5;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  display: block;
  overflow: hidden;
}

.link-view-url a:link {
  color: #00aafc;
  background-color: #0000;
  text-decoration: none;
}

.link-view-url a:hover {
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: #00aafc;
}

.copy-link {
  background-color: #0000;
  border: none;
  font-size: 12px;
}

.copy-link i {
  margin-right: 2px;
}

.seller-skill p {
  margin-bottom: .5rem;
  display: flex;
}

.fee-calculator-pannel .form-control {
  box-shadow: none;
  outline: none;
}

.fee-calculator-pannel {
  border: 1px solid #fff3;
  border-radius: 4px;
}

.shopping-store-link {
  color: #aaa;
  font-size: 14px;
  text-decoration: none;
}

.shopping-store-link:hover {
  color: #fff;
}

.btn-outline-green-primary {
  color: #fff;
  border: 1px solid #248045;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 2px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-outline-green-primary:hover {
  color: #fff;
  background-color: #248045;
}

.empty-content-block {
  width: 100%;
}

.opt_item_desc {
  padding-left: 0;
}

.product-slide-show, .product-mobile-header {
  display: none;
}

#product-show__carousel .carousel-item img {
  aspect-ratio: 4 / 3;
}

.alert-info {
  padding: 0 3rem;
}

@media (width >= 768px) and (width <= 1024px) {
  header {
    padding-left: 40px;
    padding-right: 40px;
  }

  main {
    --gutterWidth: 40px;
  }

  .fee-calculator .btn-primary, .price {
    font-size: 14px;
  }
}

@media (width <= 767px) {
  header {
    padding-left: 12px;
    padding-right: 12px;
  }

  main {
    --gutterWidth: 12px;
  }

  .brand-title, .seller-skill, .seller-general, .seller-links {
    padding: 8px;
  }

  .seller-skill-header {
    padding-bottom: 8px;
  }

  .link__favicon {
    margin-right: 6px;
  }

  .link-view-title {
    margin-bottom: 0;
  }

  .product-info {
    flex-direction: column;
    display: flex;
  }

  .product-info__widget {
    margin-left: 0;
    padding-top: 30px;
  }

  .fee-calculator .btn-primary, .price {
    font-size: 14px;
  }

  .product-slide-show {
    display: block;
  }

  .product-show-box {
    display: none;
  }

  .carousel-control-prev-icon, .carousel-control-next-icon {
    width: 1rem;
    height: 1rem;
  }

  .brand-container {
    flex-direction: column;
  }

  .brand-identity {
    width: 100%;
    padding-left: 0;
  }

  .brand-identity .brand-name {
    text-align: center;
    padding-top: 8px;
    font-size: 20px;
  }

  .product-header h1 {
    font-size: 1rem;
  }

  .product-mobile-header {
    display: block;
  }

  .product-header {
    display: none;
  }

  .product-mobile-header__name {
    padding-top: 16px;
    padding-bottom: 8px;
    font-size: 1rem;
    font-weight: 500;
  }

  .product-mobile-header .btn {
    cursor: pointer;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    color: #dbdee1;
    background: #1e1f22;
    border: 1px solid #0000;
    border-radius: 8px;
    outline: 0;
    flex-shrink: 0;
    margin-bottom: 8px;
    margin-right: 12px;
    padding: 1px 6px;
    font-size: 12px;
    font-weight: 500;
    transition: background-color .1s, border-color .1s;
  }
}

@media (width <= 576px) {
  .join-now, .button_login {
    height: unset;
    border-radius: 16px;
    width: 50px;
    padding: .125rem .2rem;
    font-size: 12px;
  }

  .alert-info {
    padding: 0 .5rem;
  }
}

img[alt] {
  text-indent: -9999px;
}

.ql-editor {
  word-break: break-all;
}

.ql-editor pre {
  color: #f8f8f2;
  scrollbar-width: none;
  background-color: #2b2d31;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: .5rem;
  font-family: monospace;
  overflow: scroll;
}

.ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 16px;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}
