/* themes2 chrome: layout/UI, current brand #3b82f6, keep existing ui-dropdown */
:root {
  --ui-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --ui-primary: #3b82f6;
  --ui-primary-hover: #2563eb;
  --ui-topbar-height: 64px;
  --ui-sidebar-width: 180px;
  --ui-bg: #f8f8fb;
}

html,
body,
body.ui-theme {
  font-family: var(--ui-font) !important;
  background: var(--ui-bg) !important;
}
body.ui-theme .main-content,
body.ui-theme .page-content,
body.ui-theme .footer {
  background: var(--ui-bg) !important;
}
body.ui-theme .card-title,
body.ui-theme .page-content .card-title {
  border-left: 0 !important;
  padding-left: 0 !important;
}
/* 全局卡片边框对齐首页 */
body.ui-theme .page-content .card,
body.ui-theme .clientarea-dashboard .card,
body.ui-theme .clientarea-dashboard .ui-card,
body.ui-theme .clientarea-dashboard .ui-resources {
  border: 1px solid #dfe3eb !important;
}
/* 回复工单标题：用原来的左侧竖条 + 内边距 */
body.ui-theme[data-tpl="viewticket"] .card-title,
body.ui-theme[data-tpl="viewticket"] .page-content .card-title {
  border-left: 2px solid #3b82f6 !important;
  padding-left: 12px !important;
}
body.ui-theme[data-tpl="viewticket"] .card-title.mb-0.p-3,
body.ui-theme[data-tpl="viewticket"] .page-content .card-title.mb-0.p-3 {
  padding: 1rem 1rem 1rem 12px !important;
}

/* ---------- Topbar: 白色，无标题，无 Logo 分隔线 ---------- */
body.ui-theme #page-topbar,
body.ui-theme .ui-topbar {
  position: fixed !important;
  top: 0 !important;
  left: var(--ui-sidebar-width) !important;
  right: 0 !important;
  width: auto !important;
  height: var(--ui-topbar-height) !important;
  background: #fff !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  z-index: 1005 !important;
}

body.ui-theme.vertical-collpsed #page-topbar,
body.ui-theme.vertical-collpsed .ui-topbar {
  left: var(--ui-sidebar-width) !important;
}

body.ui-theme .navbar-header {
  height: var(--ui-topbar-height) !important;
  padding: 0 20px 0 16px !important;
  background: transparent !important;
}

body.ui-theme .navbar-brand-box {
  display: none !important;
  width: 0 !important;
  padding: 0 !important;
}

body.ui-theme .ui-page-title {
  display: none !important;
}

body.ui-theme .th-header-right {
  gap: 4px;
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: 0;
}

body.ui-theme .th-lang { position: relative; }
body.ui-theme .th-lang-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: #f0f2f8;
  color: #5b6472;
  font-size: 13px;
  line-height: 1;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
body.ui-theme .th-lang-btn img { width: 18px; height: auto; border-radius: 2px; }
body.ui-theme .th-lang-arrow { font-size: 16px; color: #8a94a6; transition: transform .22s ease; }
body.ui-theme .th-lang.show .th-lang-arrow { transform: rotate(180deg); }

body.ui-theme .th-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #64748b !important;
  font-size: 22px;
  border-radius: 8px;
  text-decoration: none !important;
  background: transparent !important;
}
body.ui-theme .th-icon-btn:hover {
  color: var(--ui-primary) !important;
  background: #f5f8ff !important;
}
body.ui-theme .th-msg-badge {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  box-shadow: 0 0 0 2px #fff;
}

body.ui-theme .th-nav-link {
  height: 40px;
  padding: 0 10px;
  border: 0;
  background: transparent;
  color: #64748b;
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  white-space: nowrap;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
body.ui-theme .th-nav-drop.show .th-nav-link,
body.ui-theme .th-nav-link:hover {
  color: var(--ui-primary);
  opacity: 1;
}

body.ui-theme .th-user-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 6px 0 10px;
  border: 0;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
body.ui-theme .th-user-name {
  display: inline-block !important;
  max-width: 140px;
  overflow: hidden;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.ui-theme .th-user-drop.show .th-user-name,
body.ui-theme .th-user-btn:hover .th-user-name {
  color: var(--ui-primary);
}
body.ui-theme #page-topbar .th-user-avatar,
body.ui-theme #page-topbar img.ca-avatar.th-user-avatar {
  flex: 0 0 32px;
  width: 32px !important;
  height: 32px !important;
  padding: 2px;
  border: 2px solid #fff;
  border-radius: 50% !important;
  background: #edf5ff !important;
  box-shadow: 0 3px 10px rgba(59, 130, 246, .16);
  object-fit: cover;
  color: inherit !important;
  font-size: 0 !important;
}

body.ui-theme .th-guest-auth { margin-left: 8px; }
body.ui-theme a.th-auth-pill {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--ui-primary);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
}
body.ui-theme a.th-auth-pill:hover { background: var(--ui-primary-hover); }

body.ui-theme #page-topbar #vertical-menu-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: auto !important;
  min-width: 0;
  color: #64748b !important;
  background: transparent !important;
  box-shadow: none !important;
}
@media (min-width: 992px) {
  body.ui-theme #page-topbar #vertical-menu-btn {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  body.ui-theme #page-topbar #vertical-menu-btn,
  body.ui-theme #page-topbar .ui-mobile-menu-btn {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
body.ui-theme #page-topbar .th-burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 18px;
  height: 14px;
}
body.ui-theme #page-topbar .th-burger > span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform .28s cubic-bezier(.4, 0, .2, 1), opacity .18s ease;
}
body.ui-theme #page-topbar .th-burger > span + span { margin-top: 4px; }
body.ui-theme.sidebar-enable #page-topbar .th-burger > span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
body.ui-theme.sidebar-enable #page-topbar .th-burger > span:nth-child(2) {
  opacity: 0;
  transform: scaleX(.3);
}
body.ui-theme.sidebar-enable #page-topbar .th-burger > span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* ---------- Sidebar ---------- */
body.ui-theme .vertical-menu,
body.ui-theme .ui-sidebar,
body.ui-theme[data-sidebar=dark] .vertical-menu,
body.ui-theme[data-sidebar=dark] .ui-sidebar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: var(--ui-sidebar-width) !important;
  height: 100vh !important;
  background: #fff !important;
  z-index: 1003 !important;
  border-right: 0 !important;
  box-shadow: none !important;
}

body.ui-theme .ui-sidebar__brand {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 64px !important;
  min-height: 64px !important;
  background: #fff !important;
  border: 0 !important;
}
body.ui-theme .ui-sidebar__collapse { display: none !important; }
body.ui-theme .ui-brand__logo-img {
  height: 32px !important;
  width: 123px !important;
  max-width: 170px !important;
  object-fit: contain !important;
  filter: none !important;
}

body.ui-theme .ui-sidebar__scroll,
body.ui-theme .vertical-menu .h-100 {
  height: calc(100% - 64px) !important;
}

body.ui-theme #sidebar-menu { padding: 8px 0 24px !important; background: transparent !important; }
body.ui-theme .th-side-menu { margin: 0; padding: 0; }

body.ui-theme .th-menu-home { margin: 0 0 6px; }
body.ui-theme #sidebar-menu ul li a.th-menu-link,
body.ui-theme #sidebar-menu ul li a.th-menu-home-link,
body.ui-theme .th-menu-home-link,
body.ui-theme .th-menu-link {
  display: flex !important;
  align-items: center;
  gap: 7px;
  margin: 0 !important;
  padding: 10px 18px !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #1e293b !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
body.ui-theme #sidebar-menu ul li a.th-menu-link::before,
body.ui-theme #sidebar-menu ul li a.th-menu-home-link::before,
body.ui-theme #sidebar-menu ul li.mm-active > a.th-menu-link::before,
body.ui-theme #sidebar-menu ul li a.th-menu-link.active::before {
  display: none !important;
}
body.ui-theme .th-menu-home-link {
  padding: 12px 18px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
body.ui-theme .th-menu-link i,
body.ui-theme .th-menu-home-link i {
  flex: 0 0 18px;
  width: 18px !important;
  margin: 0 !important;
  color: #0f172a !important;
  font-size: 16px !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ui-theme #sidebar-menu ul li a.th-menu-link:hover,
body.ui-theme #sidebar-menu ul li a.th-menu-home-link:hover,
body.ui-theme #sidebar-menu .th-menu-link:hover,
body.ui-theme #sidebar-menu .th-menu-home-link:hover {
  background: #eef3f9 !important;
  color: #1e293b !important;
}
body.ui-theme #sidebar-menu ul li a.th-menu-link.active,
body.ui-theme #sidebar-menu ul li a.th-menu-home-link.active,
body.ui-theme #sidebar-menu ul li.mm-active > a.th-menu-link,
body.ui-theme #sidebar-menu .th-menu-link.active,
body.ui-theme #sidebar-menu .th-menu-home-link.active,
body.ui-theme #sidebar-menu .th-menu-link.active:hover,
body.ui-theme #sidebar-menu .th-menu-home-link.active:hover {
  background: var(--ui-primary) !important;
  color: #fff !important;
}
body.ui-theme #sidebar-menu ul li a.th-menu-link.active i,
body.ui-theme #sidebar-menu ul li a.th-menu-home-link.active i,
body.ui-theme #sidebar-menu .th-menu-link.active i,
body.ui-theme #sidebar-menu .th-menu-home-link.active i {
  color: #fff !important;
}

body.ui-theme .th-menu-group { margin: 10px 0 4px; }
body.ui-theme #sidebar-menu .th-menu-cat,
body.ui-theme[data-sidebar=dark] #sidebar-menu .th-menu-cat {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  padding: 11px 18px 7px !important;
  color: #7c8799 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-align: left !important;
  cursor: pointer;
  user-select: none;
}
body.ui-theme #sidebar-menu .th-menu-cat > i {
  flex: 0 0 18px !important;
  width: 18px !important;
  margin: 0 !important;
  color: #64748b !important;
  font-size: 15px !important;
  text-align: center !important;
}
body.ui-theme #sidebar-menu .th-menu-cat > span:not(.th-menu-cat-arrow) {
  flex: 0 1 auto !important;
  text-align: left !important;
}
body.ui-theme .th-menu-cat:hover { color: var(--ui-primary); }
body.ui-theme .th-menu-cat-arrow {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform .18s ease;
}
body.ui-theme .th-menu-group.th-cat-collapsed > .th-menu-cat .th-menu-cat-arrow {
  transform: rotate(-45deg);
}
body.ui-theme #side-menu .th-menu-group > .th-menu-list {
  display: block !important;
  overflow: hidden;
  transition: height .26s cubic-bezier(.4, 0, .2, 1);
}
body.ui-theme #side-menu .th-menu-group.th-cat-collapsed > .th-menu-list {
  height: 0 !important;
}
body.ui-theme .th-menu-sub .th-menu-link {
  padding: 10px 18px 10px 36px !important;
}

body.ui-theme #sidebar-menu ul li a:not(.th-menu-link):hover,
body.ui-theme #sidebar-menu > ul > li:hover > a:not(.th-menu-link) {
  width: auto !important;
}
body.ui-theme #sidebar-menu > ul > li:hover > ul {
  display: block !important;
  position: static !important;
  width: auto !important;
  box-shadow: none !important;
  background: transparent !important;
}
body.ui-theme #side-menu .mm-collapse,
body.ui-theme #side-menu .th-menu-list,
body.ui-theme #side-menu .th-menu-sub {
  display: block !important;
  height: auto !important;
}

body.ui-theme .main-content {
  margin-left: var(--ui-sidebar-width) !important;
}
body.ui-theme .footer {
  margin-left: var(--ui-sidebar-width) !important;
}

body.ui-theme.vertical-collpsed .vertical-menu,
body.ui-theme.vertical-collpsed .ui-sidebar {
  width: var(--ui-sidebar-width) !important;
  min-width: var(--ui-sidebar-width) !important;
  max-width: var(--ui-sidebar-width) !important;
}
body.ui-theme.vertical-collpsed .main-content,
body.ui-theme.vertical-collpsed .footer {
  margin-left: var(--ui-sidebar-width) !important;
}

/* Keep current dropdown look */
body.ui-theme .dropdown-menu.ui-dropdown {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}

/* 费用中心：themes2 余额面板 + 与其他菜单相同的居中箭头 */
body.ui-theme #page-topbar .dropdown-menu.th-fee-panel {
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  right: auto !important;
  float: none !important;
  width: max-content !important;
  min-width: 260px !important;
  max-width: none !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.14) !important;
  overflow: visible !important;
  transform: translateX(-50%) !important;
}
body.ui-theme #page-topbar .dropdown-menu.th-fee-panel.show {
  display: block !important;
}
body.ui-theme #page-topbar .dropdown-menu.th-fee-panel::before {
  content: "";
  display: block !important;
  position: absolute;
  top: -5px;
  left: 50% !important;
  right: auto !important;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: -1px -1px 2px rgba(15, 23, 42, 0.04);
}
body.ui-theme #page-topbar .ui-hover-dd .th-fee-panel::after {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}
body.ui-theme #page-topbar .th-fee-top {
  padding: 16px 18px 14px;
  border-radius: 10px 10px 0 0;
}
body.ui-theme #page-topbar .th-fee-list {
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
body.ui-theme #page-topbar .th-fee-label {
  margin-bottom: 8px;
  color: #94a3b8;
  font-size: 12px;
}
body.ui-theme #page-topbar .th-fee-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
body.ui-theme #page-topbar .th-fee-amount {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #0f172a;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.5px;
  white-space: nowrap;
}
body.ui-theme #page-topbar .th-fee-amount small {
  font-size: 13px;
  font-weight: 500;
  color: #94a3b8;
}
body.ui-theme #page-topbar .th-fee-recharge {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 4px;
  height: 32px;
  padding: 0 12px;
  border-radius: 6px;
  background: var(--ui-primary);
  color: #fff !important;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none !important;
}
body.ui-theme #page-topbar .th-fee-recharge:hover { background: var(--ui-primary-hover); }
body.ui-theme #page-topbar .th-fee-list {
  padding: 6px 0;
  border-top: 1px solid #eef2f7;
}
body.ui-theme #page-topbar .th-fee-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  min-width: 0;
  min-height: 40px;
  color: #334155;
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
  text-decoration: none !important;
  box-shadow: none !important;
}
body.ui-theme #page-topbar .th-fee-item > span {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.ui-theme #page-topbar .th-fee-item > .bx:first-child {
  flex: 0 0 auto;
  width: 18px;
  color: #475569;
  font-size: 18px;
  text-align: center;
}
body.ui-theme #page-topbar .th-fee-item > .bx-chevron-right {
  flex: 0 0 auto;
  color: #cbd5e1;
  font-size: 16px;
}
body.ui-theme #page-topbar .th-fee-item:hover {
  background: #f5f8ff;
  color: #1e293b;
}

@media (min-width: 992px) {
  body.ui-theme #page-topbar #vertical-menu-btn { display: none !important; }
  body.ui-theme .vertical-menu,
  body.ui-theme .ui-sidebar {
    display: block !important;
    transform: none !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

/* 用户中心首页：左右两栏，左缘与 page-content 对齐 */
body.ui-theme .page-content > .container-fluid:has(.clientarea-dashboard) {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
}
body.ui-theme .row.clientarea-dashboard {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  margin: 0 -8px !important;
  width: auto !important;
  max-width: none !important;
  column-gap: 0 !important;
  row-gap: 0 !important;
}
body.ui-theme .row.clientarea-dashboard > .ca-col {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  padding: 0 8px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
@media (min-width: 1200px) {
  body.ui-theme .row.clientarea-dashboard > .ca-col.col-xl-8 {
    flex: 0 0 66.666667% !important;
    max-width: 66.666667% !important;
    width: 66.666667% !important;
  }
  body.ui-theme .row.clientarea-dashboard > .ca-col.col-xl-4 {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
    width: 33.333333% !important;
  }
}
@media (max-width: 1199.98px) {
  body.ui-theme .row.clientarea-dashboard > .ca-col {
    display: contents !important;
    flex: none !important;
    max-width: none !important;
    width: auto !important;
    padding: 0 !important;
  }
  body.ui-theme .row.clientarea-dashboard {
    margin: 0 !important;
    row-gap: 16px !important;
  }
  body.ui-theme .row.clientarea-dashboard > .ca-col > .card,
  body.ui-theme .row.clientarea-dashboard > .ca-col > .ca-side-stack,
  body.ui-theme .row.clientarea-dashboard > .ca-col > .ui-resources,
  body.ui-theme .row.clientarea-dashboard .ca-host-alerts {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  body.ui-theme .clientarea-dashboard .ca-side-stack {
    gap: 16px !important;
  }
  body.ui-theme .clientarea-dashboard .ca-side-stack > .card {
    margin: 0 !important;
  }
  body.ui-theme .clientarea-dashboard .ca-host-alerts { order: 0; }
  body.ui-theme .clientarea-dashboard .ca-profile { order: 1; }
  body.ui-theme .clientarea-dashboard .ca-balance { order: 2; }
  body.ui-theme .clientarea-dashboard #sourceListBox { order: 3; }
  body.ui-theme .clientarea-dashboard .ca-side-stack { order: 4; }
  body.ui-theme .clientarea-dashboard .ca-aff { order: 5; }
  body.ui-theme .clientarea-dashboard .ca-security { order: 6; }
}

@media (max-width: 991.98px) {
  body.ui-theme #page-topbar,
  body.ui-theme .ui-topbar {
    left: 0 !important;
    width: 100% !important;
  }
  body.ui-theme .navbar-brand-box {
    width: auto !important;
    min-width: 0 !important;
    padding: 0 8px !important;
    justify-content: flex-start !important;
  }
  body.ui-theme .th-nav-drop:not(.th-user-drop) { display: none !important; }
  body.ui-theme .th-user-btn { gap: 6px; padding: 0 4px 0 6px; }
  body.ui-theme .th-user-name {
    display: inline-block !important;
    max-width: 84px;
    font-size: 12px;
  }
  body.ui-theme .main-content,
  body.ui-theme .footer,
  body.ui-theme.vertical-collpsed .main-content,
  body.ui-theme.vertical-collpsed .footer {
    margin-left: 0 !important;
  }
  body.ui-theme .vertical-menu,
  body.ui-theme .ui-sidebar {
    top: 0 !important;
    height: 100vh !important;
    z-index: 1006 !important;
    transform: translate3d(-100%, 0, 0) !important;
    pointer-events: none !important;
  }
  body.ui-theme.sidebar-enable .vertical-menu,
  body.ui-theme.sidebar-enable .ui-sidebar {
    transform: translate3d(0, 0, 0) !important;
    pointer-events: auto !important;
  }
  body.ui-theme .ui-mobile-menu-btn { display: inline-flex !important; color: #475569 !important; }
  body.ui-theme .ui-sidebar__brand { display: none !important; }
  body.ui-theme .vertical-menu .simplebar-offset,
  body.ui-theme .ui-sidebar .simplebar-offset {
    top: 64px !important;
  }
}
@media (max-width: 360px) {
  body.ui-theme .th-user-name {
    max-width: 56px;
  }
}

/* 产品列表状态：对齐 themes2 小圆角，不用胶囊 */
body.ui-theme .page-content .badge.status-active,
body.ui-theme .page-content .badge.status-paid,
body.ui-theme .page-content .badge.status-success,
body.ui-theme .page-content .badge.status-refunded,
body.ui-theme .page-content .badge.status-cancelled,
body.ui-theme .page-content .badge.status-suspended,
body.ui-theme .page-content .badge.status-pending,
body.ui-theme .page-content .badge.status-unpaid,
body.ui-theme .page-content .badge.status-deleted {
  border-radius: 4px !important;
  font-weight: 600;
  letter-spacing: .1px;
}
