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

top-search {
  height: 50px;
}

mall-app content {
  height: calc(100vh - 186px);
  display: flex;
}

mall-app main {
  flex: 1;
}

.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;
  padding-left: 24px;
  padding-right: 24px;
}

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

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

.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;
}

.sub-nav-container, .content-container {
  padding-left: 60px;
  padding-right: 60px;
}

.sub-nav-container {
  padding-top: 72px;
}

.sub-nav-container .nav-link {
  color: #a7a7a7;
  letter-spacing: .1rem;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

.sub-nav-container .nav-item .active {
  color: #fff;
  background-color: unset;
}

.intro-content {
  width: calc(100% - 450px);
}

.card-header {
  color: #aaa;
}

.cell-intro-cover, .cell-intro-cover .cell-banner {
  aspect-ratio: 3.23;
  width: 100%;
}

.cell-intro-cover .cell-banner {
  object-fit: cover;
  width: 100%;
}

.portrait {
  margin-top: 30px;
}

.intro-content, .fee-calculator-pannel {
  padding-top: 3rem;
}

.cell-title {
  font-size: 24px;
  font-weight: bold;
}

.cell-content-item {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.675;
}

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

.card-footer-highlight {
  border-top: 2px solid #383838;
  height: 60px;
}

.option-sbu {
  max-width: 100px;
}

.option-sbu-input:focus, .option-sbu:focus {
  box-shadow: none;
  border-color: #aaa;
}

.fly-tool {
  margin-top: 200px;
  margin-left: 200px;
}

.tool {
  background: #2b2b2b;
  border: 1px solid #515151;
  border-radius: 40px;
  width: 60px;
  height: 150px;
}

.fee-calculator-pannel {
  width: 400px;
  margin-left: 20px;
  margin-right: 20px;
}

.service-brand {
  border-radius: 23px;
  width: 46px;
  height: 46px;
}

.service-brand-name {
  font-size: large;
}

.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: 200px;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
  display: block;
  overflow: hidden;
}

.link-view-url {
  color: #1276e5;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px;
  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: underline dashed #00aafc;
}

@media (width <= 1399.98px) {
  .intro-content-container {
    flex-direction: column !important;
  }

  .fee-calculator-pannel {
    min-width: 250px;
    margin-bottom: 200px;
    margin-left: 0;
  }

  .intro-content {
    width: 100%;
  }
}

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

.section-seller-experience, .section-seller-skills, .section-seller-service, .section-seller-links {
  padding-top: 30px;
  padding-bottom: 1rem;
  padding-left: 1.3rem;
}

.section-header {
  margin-bottom: 18px;
  font-size: 1.5rem;
  font-weight: 700 !important;
}

.brand-intro-cover img {
  object-fit: cover;
  aspect-ratio: 310 / 50;
  width: 100%;
}

.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;
}

.exeperince-millstone, .me-links, .me-skills {
  background-color: #121212;
}

.me-skills, .me-links {
  padding-top: .75rem;
  padding-bottom: .5rem;
}

.millstone-header img {
  width: 60px;
  height: 60px;
}

.price-list, .private-msg {
  color: #aaa;
  border: none;
  font-size: 12px;
}

.price-list:hover, .private-msg:hover {
  background-color: #383838;
}

.private-msg:hover svg path {
  stroke: #fff;
}

.fee-sbu-wrapper {
  color: #aaa;
  font-size: 10px;
  line-height: 12px;
}

.service-brand-shadow {
  position: relative;
}

.date-info {
  font-size: 14px;
  font-weight: 400;
}

.section-seller-banner {
  background: #121212;
}

.section-seller-experience .card, .exeperince-millstone .card-header {
  border: none;
}

.section-seller-experience .card {
  border-radius: 0;
}

.timeline-item h5 {
  color: #aaa;
}

.price .price-txt {
  font-size: 16px;
  font-weight: 500;
}

.brand-title {
  white-space: pre-wrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
}

.plan-panel-header {
  justify-content: start;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.plan-item-wrapper {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  align-items: center;
  height: 100%;
  margin-left: 12px;
  display: flex;
}

.plan-content-feature {
  min-height: 80px;
}

.plan-content-header p, .plan-feature-label, .cell-coupon-label, .plan-panel-header-label, .plan-expense-label {
  font-weight: 700;
}

.plan-feature-label {
  padding-bottom: 12px;
}

.plan-content-feature p {
  color: #aaa;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.675;
}

.paragraph {
  white-space: pre-wrap;
  word-break: break-all;
  min-height: 30px;
  font-size: 16px;
  line-height: 1.675;
}

.card-header {
  padding-left: unset;
}

.plan-item {
  text-align: center;
  width: 80px;
  font-weight: bold;
}

.plan-content-option {
  display: flex;
}

.plan-content-container {
  padding-bottom: 80px;
}

.plan-content-option-empty-block {
  width: 60%;
}

.plan-item-wrapper.active {
  background-color: #fff;
}

.plan-item-wrapper.active .plan-item {
  color: #121212;
}

.opt_item_container {
  text-align: center;
  width: 88px;
}

.opt_item_head {
  padding-bottom: .5rem;
}

.opt_item_head a {
  justify-content: center;
  display: flex;
}

.opt_item_desc {
  color: #aaa;
  word-break: break-all;
  white-space: pre-line;
  margin-bottom: 8px;
  font-size: smaller;
}

.opt_item_head .btn {
  color: #aaa;
  text-align: center;
  vertical-align: middle;
  background-color: #474545;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
}

.opt_item_head .btn i {
  font-size: 20px;
}

.private-msg-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.opt_item_head .btn:hover {
  color: #fff;
  border-radius: 5px;
}

.private-msg-link:hover svg path {
  stroke: #fff;
}

.error-notice {
  color: #dc3545;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
}

#cell-detail-tab {
  border-bottom: 1px solid #fff3;
  padding-bottom: 12px;
  box-shadow: 0 2px 2px #a5a5a540;
}

.can_opt_wrapper, .plan-panel-header {
  padding-top: 32px;
}

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

.exeperince-millstone .card-body {
  padding-left: 4.5rem;
}

.cell-coupon {
  padding-top: .5rem;
}

.coupon-item {
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ff0036;
  background: #feeef4;
  border: 1px solid #fe283a;
  border-radius: 3px;
  flex-direction: column;
  flex-shrink: 1;
  align-content: flex-start;
  max-width: 100%;
  height: 15px;
  padding: 0 3px;
  font-size: 10px;
  line-height: 13px;
  display: inline-block;
  overflow: hidden;
}

.expense {
  border: 1px solid #4d5154;
  border-radius: 5px;
  padding: .5rem .5rem .5rem 1.5rem;
}

.expense, .sub-total {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.expense li {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.plan-content-option {
  align-items: center;
  display: flex;
}

.coupon-notice {
  color: #4cffa9;
  border: 1px solid #4cffa9;
  border-radius: 5px;
  padding: .2rem;
  font-size: 10px;
}

.plan-init-price {
  color: #aaa;
  font-size: smaller;
}

.plan-content-header p {
  font-size: 20px;
}

.plan-block {
  background-color: #121212;
  border-radius: 5px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.plan-content-info .paragraph {
  color: #aaa;
}

.plan-expense {
  color: #aaa;
  max-width: 320px;
  margin-top: .5rem;
  padding-left: 1rem;
  font-size: 12px;
}

.plan-content-container .cell-coupon {
  margin-bottom: 1rem;
}

.modal-head {
  font-size: calc(1.375rem + 1.5vw);
}

.font-w-500 {
  font-weight: 500;
}

@media (width >= 768px) and (width <= 1024px) {
  .sub-nav-container, .content-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (width >= 1200px) {
  .modal-head {
    font-size: 2.5rem;
  }
}

@media (width <= 576px) {
  .opt_item_container {
    width: 72px;
  }

  .brand-avator, .brand-avator img {
    border-radius: 4px;
  }

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

  .content-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .link-view-url {
    max-width: 200px;
  }

  .section-seller-experience, .section-seller-skills, .section-seller-service, .section-seller-links {
    padding-top: 16px;
    padding-left: 0;
  }

  .section-header {
    margin-bottom: 0;
    font-size: 16px;
  }

  .card-header {
    padding-bottom: 0;
  }

  .sub-nav-container {
    padding-top: 36px;
  }

  .fee-calculator-pannel {
    width: auto;
    margin-right: 0;
  }

  .sub-nav-container {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-avator, .brand-avator img {
    width: 32px;
    height: 32px;
  }

  .brand-identity .brand-name {
    -webkit-line-clamp: 1;
    font-size: 1em;
  }

  .brand-container {
    padding-bottom: unset;
    align-items: baseline;
    padding-left: .25rem;
  }

  .brand-identity .brand-title {
    font-size: 12px;
  }

  .brand-identity {
    width: calc(100% - 32px);
  }

  .millstone-header img {
    width: 32px;
    height: 32px;
  }

  .timeline-item h5 {
    font-size: .85em;
  }

  .exeperince-millstone .card-body {
    padding-left: 3rem;
  }

  .plan-content-option-empty-block {
    display: none;
  }

  .plan-content-option {
    justify-content: space-between;
    padding-right: 16px;
  }

  .logo {
    justify-content: flex-end !important;
  }

  .header-container {
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .header-container nav {
    justify-content: space-between;
    width: calc(100vw - 24px);
    height: 100%;
    display: flex;
  }

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

  .header-primary-container .nav_links {
    display: none;
  }
}

#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;
}
