/* 766 custom theme v9 - minimal stable client theme */
/* 766_FORCE_LOADED_20260513_V9 */
:root {
  --766-bg: #f5f4f1;
  --766-surface: #fff;
  --766-line: #e4ddd6;
  --766-text: #303030;
  --766-muted: #66615d;
  --766-accent: #ff592c;
  --766-accent-hover: #ee471b;
}
body,
body.primary-bg-color {
  background: var(--766-bg) !important;
  color: var(--766-text);
  font-family: Manrope, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.header,
.header .navbar,
.header .main-navbar-wrapper {
  background: #ece9e6 !important;
}
.master-breadcrumb,
.breadcrumb {
  background: #fff !important;
}
footer.footer,
.footer.footer {
  background: var(--766-bg) !important;
  color: #4a4744 !important;
}
footer.footer .nav-link,
footer.footer a,
footer.footer .btn {
  color: #4a4744 !important;
}
a { color: #2c6692; }
.btn-primary,
.btn-success {
  background: var(--766-accent) !important;
  border-color: var(--766-accent) !important;
  color: #fff !important;
  border-radius: 7px !important;
}
.btn-primary:hover,
.btn-success:hover {
  background: var(--766-accent-hover) !important;
  border-color: var(--766-accent-hover) !important;
}
.badge-info,
.status-paid,
.status-active,
.status-completed,
.status-open {
  background-color: var(--766-accent) !important;
}
.form-control,
.custom-select,
.card,
.panel,
.modal-content,
.dropdown-menu,
.alert,
.list-group-item {
  border-radius: 8px !important;
}
.navbar-brand {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 54px !important;
  line-height: 1 !important;
  margin-right: 1.25rem !important;
}
.navbar-brand .site-logo-img,
.navbar-brand img.site-logo-img,
.site-logo-img {
  display: block !important;
  max-height: 48px !important;
  width: auto !important;
  height: auto !important;
}
.main-navbar-wrapper .navbar-nav > li > a,
.main-navbar-wrapper .navbar-nav .nav-link,
.main-navbar-wrapper .dropdown-toggle {
  color: #2f2f2f !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
/* topbar notifications/login identity: no white block, subtle only */
.client-alerts .btn,
.notifications-toggle,
a[href*="notifications"],
.popover-user-notifications + .btn {
  background: transparent !important;
  border: 0 !important;
  color: #2f2f2f !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}
.client-alerts .btn:before,
.notifications-toggle:before,
a[href*="notifications"]:before {
  content: "⚑";
  color: var(--766-accent);
  margin-right: 6px;
  font-size: 16px;
}
.toolbar .dropdown-toggle,
.toolbar .dropdown-toggle span,
.toolbar .dropdown-toggle small,
.toolbar .dropdown-toggle strong,
.toolbar a {
  color: #222 !important;
  opacity: 1 !important;
}
.toolbar .dropdown-toggle small,
.toolbar .dropdown-toggle .identity,
.toolbar .dropdown-toggle .login-identity {
  font-size: 11px !important;
  font-weight: 500 !important;
}
.toolbar .dropdown-toggle,
.toolbar .dropdown-toggle span {
  font-size: 13px !important;
  font-weight: 500 !important;
}
.toolbar .dropdown-toggle i,
.toolbar .dropdown-toggle .fa,
.toolbar .dropdown-toggle .fas {
  font-size: 11px !important;
}
@media (max-width: 767.98px) {
  body { font-size: 14px; }
  .navbar-brand .site-logo-img, .site-logo-img { max-height: 40px !important; }
  .main-navbar-wrapper .navbar-nav > li > a,
  .main-navbar-wrapper .navbar-nav .nav-link { font-size: 14px !important; }
}

/* 766 v15 - client product detail typography + service status colors */
/* 766_FORCE_LOADED_20260513_V15 */

/* Client product details: reduce oversized bold headings in the overview card */
body .product-details .product-status {
  overflow: hidden;
  border-radius: 8px !important;
}
body .product-details .product-icon {
  padding: 22px 24px !important;
  font-size: 42px !important;
  line-height: 1.1 !important;
}
body .product-details .product-icon h3 {
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
  margin: 12px auto 6px !important;
  max-width: 90% !important;
}
body .product-details .product-icon h4 {
  font-size: 17px !important;
  line-height: 1.28 !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
body .product-details .col-md-6.text-center h4 {
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 650 !important;
  margin: 14px 0 5px !important;
}
body .product-details .col-md-6.text-center {
  font-size: 14px !important;
  line-height: 1.55 !important;
}
body .product-details-tab-container,
body .product-details-tab-container .row,
body .product-details-tab-container strong,
body .product-details-tab-container div {
  font-size: 14px !important;
  line-height: 1.55 !important;
}
body .product-details-tab-container strong {
  font-weight: 600 !important;
}
body .product-actions-wrapper .btn {
  font-size: 14px !important;
  padding: 9px 14px !important;
  border-radius: 7px !important;
}

/* Client products list: clear status colors */
body .label.status,
body span.status,
body .badge.status {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 54px !important;
  padding: 6px 12px !important;
  border-radius: 7px !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  font-weight: 650 !important;
  color: #fff !important;
}
body .status-active {
  background-color: #43a047 !important;
  border-color: #43a047 !important;
  color: #fff !important;
}
body .status-terminated,
body .status-fraud {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important;
}
body .status-cancelled,
body .status-canceled {
  background-color: #8a8580 !important;
  border-color: #8a8580 !important;
  color: #fff !important;
}
body .status-suspended {
  background-color: #f0ad4e !important;
  border-color: #f0ad4e !important;
  color: #3a2a08 !important;
}
body .status-pending {
  background-color: #f0ad4e !important;
  border-color: #f0ad4e !important;
  color: #3a2a08 !important;
}

@media (max-width: 767.98px) {
  body .product-details .product-icon {
    padding: 18px 18px !important;
    font-size: 34px !important;
  }
  body .product-details .product-icon h3 {
    font-size: 21px !important;
  }
  body .product-details .product-icon h4 {
    font-size: 15px !important;
  }
  body .product-details .col-md-6.text-center h4 {
    font-size: 16px !important;
    margin-top: 12px !important;
  }
}
