:root {
  --boosted-blue: #0066cc;
  --boosted-blue-hover: #004f9f;
  --boosted-ink: #1d1d1f;
  --boosted-muted: #6e6e73;
  --boosted-canvas: #ffffff;
  --boosted-parchment: #f5f5f7;
  --boosted-dark: #272729;
  --boosted-dark-2: #2a2a2c;
  --boosted-hairline: #e0e0e0;
}

body {
  color: var(--boosted-ink) !important;
  background: var(--boosted-parchment) !important;
  font-family: SF Pro Text, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--boosted-blue);
}

a:hover,
a:focus {
  color: var(--boosted-blue-hover);
  text-decoration: none;
}

#page-topbar {
  background: rgba(255, 255, 255, 0.86) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: none !important;
  backdrop-filter: saturate(180%) blur(20px);
}

.navbar-header {
  min-height: 52px;
}

.navbar-brand-box {
  background: #000 !important;
  box-shadow: none !important;
}

.vertical-menu {
  background: #000 !important;
  box-shadow: none !important;
}

body[data-sidebar=dark] .vertical-menu,
body[data-sidebar=dark] .navbar-brand-box {
  background: #000 !important;
}

#sidebar-menu ul li a {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 14px;
}

#sidebar-menu ul li a:hover,
#sidebar-menu ul li.mm-active > a,
#sidebar-menu ul li a.active {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

#sidebar-menu ul li a i {
  color: inherit !important;
}

.main-content,
.page-content {
  background: var(--boosted-parchment) !important;
}

.page-title-box h4,
.page-title-box .breadcrumb-item,
.breadcrumb-item.active {
  color: var(--boosted-ink) !important;
}

.container-fluid {
  max-width: 1180px;
}

.card,
.modal-content,
.dropdown-menu {
  border: 1px solid var(--boosted-hairline) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  background: var(--boosted-canvas) !important;
  overflow: hidden;
}

.card-header,
.modal-header,
.modal-footer {
  border-color: var(--boosted-hairline) !important;
  background: var(--boosted-canvas) !important;
}

.card-body {
  padding: 24px !important;
}

.card-title,
.card h4,
.card h5,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--boosted-ink) !important;
  font-weight: 600 !important;
  letter-spacing: 0;
}

.text-muted,
.text-secondary,
small,
.table small {
  color: var(--boosted-muted) !important;
}

.btn {
  border-radius: 9999px !important;
  box-shadow: none !important;
  min-height: 34px;
  padding: 8px 16px;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.btn:active {
  transform: scale(0.95);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-success,
.btn-info {
  color: #fff !important;
  border-color: var(--boosted-blue) !important;
  background: var(--boosted-blue) !important;
}

.btn-danger,
.btn-warning {
  color: #fff !important;
  border-color: var(--boosted-ink) !important;
  background: var(--boosted-ink) !important;
}

.btn-light,
.btn-secondary,
.btn-outline-light,
.btn-default,
.btn-outline-primary {
  color: var(--boosted-ink) !important;
  border: 1px solid var(--boosted-hairline) !important;
  background: var(--boosted-canvas) !important;
}

.form-control,
.custom-select,
.bootstrap-select > .dropdown-toggle,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
  min-height: 44px;
  color: var(--boosted-ink) !important;
  border: 1px solid var(--boosted-hairline) !important;
  border-radius: 9999px !important;
  background-color: var(--boosted-canvas) !important;
  box-shadow: none !important;
}

textarea.form-control,
textarea {
  border-radius: 18px !important;
}

.form-control:focus,
.bootstrap-select > .dropdown-toggle:focus,
select:focus,
textarea:focus,
input:focus {
  border-color: var(--boosted-blue) !important;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.16) !important;
}

label,
.col-form-label {
  color: var(--boosted-ink);
  font-weight: 600;
}

.table {
  color: var(--boosted-ink) !important;
}

.table thead th {
  border-top: 0 !important;
  border-bottom: 1px solid var(--boosted-hairline) !important;
  color: var(--boosted-muted) !important;
  font-size: 13px;
  font-weight: 600;
}

.table td {
  border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.nav-tabs {
  border-bottom: 1px solid var(--boosted-hairline) !important;
}

.nav-tabs .nav-link {
  color: var(--boosted-muted);
  border: 0 !important;
  border-radius: 9999px !important;
}

.nav-tabs .nav-link.active {
  color: #fff !important;
  background: var(--boosted-blue) !important;
}

.badge-primary,
.badge-success,
.badge-info {
  background: var(--boosted-blue) !important;
}

.alert {
  border: 0 !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}

.alert-success {
  color: var(--boosted-ink);
  background: #eef6ff;
}

.alert-danger {
  color: #7a1f1f;
  background: #fff1f1;
}

.pagination .page-link {
  border: 1px solid var(--boosted-hairline);
  border-radius: 9999px !important;
  margin: 0 4px;
  color: var(--boosted-blue);
}

.pagination .active .page-link {
  border-color: var(--boosted-blue);
  background: var(--boosted-blue);
}

.user-center_header,
.avatar-title {
  color: #fff !important;
  background: var(--boosted-blue) !important;
  border-radius: 9999px !important;
}

.apex-charts,
.echarts,
.chartjs-chart {
  border-radius: 18px;
}

@media (max-width: 767px) {
  .card-body {
    padding: 18px !important;
  }

  .vertical-menu {
    box-shadow: none !important;
  }
}

/* v10 Element UI service detail pages */
.template,
.main-card,
.common_product_detail {
  background: var(--boosted-parchment) !important;
  color: var(--boosted-ink) !important;
  font-family: SF Pro Text, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.main-card,
.top-card,
.detail-card,
.info-card,
.common-box,
.content-box,
.module-box {
  border-radius: 18px !important;
  box-shadow: none !important;
}

.main-card {
  padding: 24px !important;
}

.com-tit,
.tit,
.title,
.name,
.pro-tit {
  color: var(--boosted-ink) !important;
  font-weight: 600 !important;
}

.des,
.description,
.tip,
.help,
.el-form-item__label {
  color: var(--boosted-muted) !important;
}

.el-card,
.el-dialog,
.el-popover {
  border: 1px solid var(--boosted-hairline) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}

.el-input__inner,
.el-textarea__inner,
.el-select .el-input__inner {
  min-height: 44px !important;
  border: 1px solid var(--boosted-hairline) !important;
  border-radius: 9999px !important;
  color: var(--boosted-ink) !important;
  box-shadow: none !important;
}

.el-input__inner:focus,
.el-textarea__inner:focus,
.el-select .el-input.is-focus .el-input__inner {
  border-color: var(--boosted-blue) !important;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.16) !important;
}

.el-button {
  border-radius: 9999px !important;
  box-shadow: none !important;
  min-height: 36px;
}

.el-button--primary,
.el-button--primary:hover,
.el-button--primary:focus,
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
  border-color: var(--boosted-blue) !important;
  background: var(--boosted-blue) !important;
  color: #fff !important;
}

.el-button--default,
.el-radio-button__inner,
.el-checkbox-button__inner {
  border-color: var(--boosted-hairline) !important;
  color: var(--boosted-ink) !important;
  background: var(--boosted-canvas) !important;
}

.el-tabs__item {
  color: var(--boosted-muted) !important;
  font-weight: 600 !important;
}

.el-tabs__item.is-active,
.el-tabs__item:hover {
  color: var(--boosted-blue) !important;
}

.el-tabs__active-bar,
.el-slider__bar {
  background: var(--boosted-blue) !important;
}

.el-slider__button {
  border-color: var(--boosted-blue) !important;
}

.el-table th,
.el-table td {
  border-color: rgba(0, 0, 0, 0.06) !important;
}

.el-table th {
  color: var(--boosted-muted) !important;
  background: var(--boosted-parchment) !important;
}

.boosted-app-shell .user-center_h300 {
  border: 1px solid var(--boosted-hairline) !important;
  border-radius: 18px !important;
  background: var(--boosted-canvas) !important;
  box-shadow: none !important;
  overflow: hidden;
}

.boosted-app-shell .user-center_header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 9999px;
  color: #fff !important;
  background: var(--boosted-blue) !important;
  font-size: 22px;
  font-weight: 600;
}

.boosted-app-shell .user-center_name {
  color: var(--boosted-ink) !important;
  font-size: 18px;
  font-weight: 600;
}

.boosted-app-shell .user-center_safety_wrapper {
  gap: 10px;
}

.boosted-app-shell .user-center_safety {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 9999px;
  background: #eef6ff;
  color: var(--boosted-blue) !important;
}

.boosted-app-shell .user-center_safety i {
  font-size: 18px;
}

.boosted-app-shell .status {
  padding: 6px 12px;
  border-radius: 9999px !important;
  font-weight: 600;
}

.boosted-app-shell .tablelist td,
.boosted-app-shell .tablelist th {
  padding: 14px 16px;
}

.boosted-app-shell .tablelist .badge {
  border-radius: 9999px;
  padding: 6px 12px;
}

.boosted-app-shell .twitter-bs-wizard-nav .nav-link {
  color: var(--boosted-muted) !important;
  border-radius: 9999px !important;
  background: transparent;
}

.boosted-app-shell .twitter-bs-wizard-nav .nav-link.active {
  color: var(--boosted-ink) !important;
  background: var(--boosted-parchment);
}

.boosted-app-shell .twitter-bs-wizard-nav .step-number {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(0, 102, 204, 0.10);
  color: var(--boosted-blue);
  font-weight: 600;
}

.boosted-app-shell .twitter-bs-wizard-nav .nav-link.active .step-number {
  color: #fff;
  background: var(--boosted-blue);
}

.boosted-app-shell .progress {
  height: 8px;
  border-radius: 9999px;
  background: #e9eef7;
}

.boosted-app-shell .progress-bar {
  border-radius: 9999px;
}

.boosted-app-shell .table-footer {
  flex-wrap: wrap;
  gap: 12px;
}

.boosted-app-shell .main-content,
.boosted-app-shell .page-content,
.boosted-app-shell .container-fluid {
  background: var(--boosted-parchment) !important;
}

.boosted-page-header-wrap {
  padding-top: 20px;
  padding-bottom: 8px;
}

.boosted-page-header {
  min-height: 56px;
  padding: 8px 0 10px;
  gap: 16px;
}

.boosted-page-heading {
  gap: 12px;
}

.boosted-back-btn {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  border: 1px solid var(--boosted-hairline);
  border-radius: 9999px;
  color: var(--boosted-ink);
  background: var(--boosted-canvas);
}

.boosted-back-btn:hover {
  color: var(--boosted-blue);
  border-color: var(--boosted-blue);
  background: #eef6ff;
}

.boosted-breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background: transparent;
}

.boosted-breadcrumb .breadcrumb-item,
.boosted-breadcrumb .breadcrumb-item a {
  color: var(--boosted-muted);
}

.boosted-breadcrumb .breadcrumb-item.active {
  color: var(--boosted-ink);
}

.boosted-footer {
  padding: 26px 0 30px;
  border-top: 1px solid var(--boosted-hairline);
  background: var(--boosted-parchment);
  color: var(--boosted-muted);
}

.boosted-auth-shell .auth-full-bg {
  padding: 24px;
}

.boosted-auth-shell .auth-full-bg .bg-overlay {
  border-radius: 24px;
  overflow: hidden;
}

.boosted-auth-shell .auth-full-page-content {
  min-height: 100vh;
  background: var(--boosted-canvas);
}

.boosted-auth-shell .login_right {
  max-width: 520px;
}

.boosted-auth-shell .nav-tabs-custom {
  border-bottom: 1px solid var(--boosted-hairline);
}

.boosted-auth-shell .nav-tabs-custom .nav-link {
  border-radius: 9999px !important;
}

.boosted-auth-shell .logo img {
  max-width: 180px;
  height: auto !important;
}

.boosted-auth-shell .text-center > p,
.boosted-auth-shell .text-center span,
.boosted-auth-shell .text-white-50 {
  color: var(--boosted-muted) !important;
}

.boosted-auth-shell .auth-full-bg .text-white,
.boosted-auth-shell .auth-full-bg .text-white-50 {
  color: #fff !important;
}

.boosted-app-shell .table-container {
  border: 1px solid var(--boosted-hairline);
  border-radius: 18px;
  background: var(--boosted-canvas);
  overflow: hidden;
}

.boosted-app-shell .table-header,
.boosted-app-shell .table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
}

.boosted-app-shell .table-header {
  flex-wrap: wrap;
}

.boosted-app-shell .table-footer {
  flex-wrap: wrap;
}

.boosted-app-shell .tablelist thead.bg-light th {
  background: var(--boosted-parchment) !important;
  color: var(--boosted-muted) !important;
  border-bottom: 1px solid var(--boosted-hairline) !important;
}

.boosted-app-shell .tablelist tbody tr:hover {
  background: rgba(0, 102, 204, 0.03);
}

.boosted-app-shell .no-data {
  padding: 48px 16px;
  color: var(--boosted-muted);
  text-align: center;
}

@media (max-width: 767px) {
  .card-body {
    padding: 18px !important;
  }

  .vertical-menu {
    box-shadow: none !important;
  }

  .boosted-page-header {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .boosted-footer {
    padding: 20px 0 24px;
  }

  .boosted-auth-shell .auth-full-bg {
    padding: 16px;
  }

  .boosted-auth-shell .auth-full-page-content {
    padding: 20px !important;
  }

  .boosted-app-shell .table-header,
  .boosted-app-shell .table-footer {
    padding: 16px 18px;
  }
}
