/*
 * NOVA CUSTOMER THEME
 * Edit only the variables below to adapt the customer portal to your brand.
 */
.nova-theme {
  --nova-primary: #1456d9;
  --nova-primary-dark: #0d3da3;
  --nova-ink: #14213d;
  --nova-text: #52627a;
  --nova-muted: #7d8ba1;
  --nova-surface: #ffffff;
  --nova-canvas: #f4f7fb;
  --nova-line: #e5eaf2;
  --nova-radius: 14px;
  --nova-shadow: 0 12px 30px rgba(26, 48, 84, 0.08);
  color: var(--nova-text);
  background: var(--nova-canvas);
}

.nova-theme #wrapper,
.nova-theme #content {
  background: transparent;
}

.nova-theme .header.navbar-default {
  min-height: 70px;
  margin: 0 0 30px;
  background: rgba(255, 255, 255, 0.95);
  border: 0;
  border-bottom: 1px solid var(--nova-line);
  box-shadow: 0 4px 14px rgba(28, 49, 82, 0.04);
}

.nova-theme .navbar-default .navbar-brand {
  height: 70px;
  padding-top: 17px;
}

.nova-theme .navbar-default .navbar-brand img {
  max-height: 36px;
}

.nova-theme .navbar-default .navbar-nav > li > a {
  margin: 16px 3px;
  padding: 10px 12px;
  color: #536177;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  transition: color .18s ease, background .18s ease;
}

.nova-theme .navbar-default .navbar-nav > li > a:hover,
.nova-theme .navbar-default .navbar-nav > li > a:focus,
.nova-theme .navbar-default .navbar-nav > .active > a,
.nova-theme .navbar-default .navbar-nav > .active > a:hover,
.nova-theme .navbar-default .navbar-nav > .active > a:focus {
  color: var(--nova-primary);
  background: #eef4ff;
}

.nova-theme .navbar-default .navbar-nav > li.customers-nav-item-login > a {
  padding: 10px 16px;
  color: #fff;
  background: var(--nova-primary);
  box-shadow: 0 5px 12px rgba(20, 86, 217, .22);
}

.nova-theme .navbar-default .navbar-nav > li.customers-nav-item-login > a:hover {
  color: #fff;
  background: var(--nova-primary-dark);
}

.nova-theme .navbar-default .navbar-nav > li.customers-nav-item-profile > a {
  padding: 7px 0 7px 10px;
  background: transparent;
}

.nova-theme .client-profile-image-small {
  width: 34px;
  height: 34px;
  border: 2px solid #dce8ff;
  box-shadow: none;
}

.nova-theme .dropdown-menu {
  margin-top: 7px;
  padding: 7px;
  border: 1px solid var(--nova-line);
  border-radius: 11px;
  box-shadow: var(--nova-shadow);
}

.nova-theme .dropdown-menu > li > a {
  padding: 9px 11px;
  color: #4d5d73;
  font-size: 13px;
  border-radius: 7px;
}

.nova-theme .dropdown-menu > li > a:hover {
  color: var(--nova-primary);
  background: #eef4ff;
}

.nova-theme .customer-top-submenu {
  display: flex;
  gap: 9px;
  margin: -10px 0 25px;
  padding: 0;
}

.nova-theme .customer-top-submenu li {
  margin: 0;
}

.nova-theme .customer-top-submenu li a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  color: #536177 !important;
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  border: 1px solid var(--nova-line);
  border-radius: 8px;
}

.nova-theme .customer-top-submenu li a:hover {
  color: var(--nova-primary) !important;
  border-color: #cbdcff;
  background: #f6f9ff;
}

.nova-theme .nova-welcome {
  position: relative;
  margin-bottom: 25px;
  padding: 26px 28px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(120deg, #102d69 0%, var(--nova-primary) 100%);
  border-radius: var(--nova-radius);
  box-shadow: 0 14px 28px rgba(20, 86, 217, .2);
}

.nova-theme .nova-welcome::after {
  position: absolute;
  right: -32px;
  bottom: -62px;
  width: 180px;
  height: 180px;
  content: '';
  background: rgba(255, 255, 255, .11);
  border-radius: 50%;
}

.nova-theme .nova-welcome-eyebrow {
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  opacity: .76;
}

.nova-theme .nova-welcome #greeting {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 25px;
}

.nova-theme .panel_s,
.nova-theme .panel,
.nova-theme .bgwhite {
  overflow: hidden;
  background: var(--nova-surface);
  border: 1px solid var(--nova-line);
  border-radius: var(--nova-radius);
  box-shadow: var(--nova-shadow);
}

.nova-theme .panel_s .panel-body,
.nova-theme .panel .panel-body {
  padding: 24px;
}

.nova-theme h1,
.nova-theme h2,
.nova-theme h3,
.nova-theme h4,
.nova-theme h5 {
  color: var(--nova-ink);
}

.nova-theme .projects-summary-heading,
.nova-theme .invoices-quick-info-heading {
  margin-top: 28px !important;
  color: var(--nova-ink) !important;
  font-weight: 700 !important;
}

.nova-theme .table-responsive {
  border: 1px solid var(--nova-line);
  border-radius: 10px;
}

.nova-theme .table > thead > tr > th {
  padding: 13px 14px;
  color: #66758b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .25px;
  text-transform: uppercase;
  background: #f8faff;
  border-bottom: 1px solid var(--nova-line);
}

.nova-theme .table > tbody > tr > td {
  padding: 13px 14px;
  vertical-align: middle;
  border-top-color: #edf1f6;
}

.nova-theme .table > tbody > tr:hover {
  background: #fbfcff;
}

.nova-theme .form-control,
.nova-theme .bootstrap-select .btn-default {
  height: 42px;
  color: #334155;
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  box-shadow: none;
}

.nova-theme textarea.form-control {
  height: auto;
  min-height: 104px;
}

.nova-theme .form-control:focus,
.nova-theme .bootstrap-select .btn-default:focus {
  border-color: #8eb3ff;
  box-shadow: 0 0 0 3px rgba(20, 86, 217, .11);
}

.nova-theme .btn {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 8px;
  transition: transform .15s ease, box-shadow .15s ease;
}

.nova-theme .btn:hover {
  transform: translateY(-1px);
}

.nova-theme .btn-primary,
.nova-theme .btn-info {
  background: var(--nova-primary);
  border-color: var(--nova-primary);
  box-shadow: 0 5px 12px rgba(20, 86, 217, .18);
}

.nova-theme .btn-primary:hover,
.nova-theme .btn-primary:focus,
.nova-theme .btn-info:hover,
.nova-theme .btn-info:focus {
  background: var(--nova-primary-dark);
  border-color: var(--nova-primary-dark);
}

.nova-theme .btn-default {
  color: #40516a;
  background: #fff;
  border-color: #dbe3ef;
}

.nova-theme .alert {
  border: 0;
  border-radius: 10px;
}

.nova-theme .mtop40 .login-heading {
  margin-bottom: 23px;
  color: var(--nova-ink);
  font-size: 28px;
}

.nova-theme .login-form .panel_s {
  border: 0;
  box-shadow: 0 20px 50px rgba(31, 54, 88, .13);
}

.nova-theme .login-form .panel-body {
  padding: 30px;
}

.nova-theme .footer,
.nova-theme .nova-footer {
  margin-top: auto;
  padding: 25px 0;
  color: #8592a5;
  font-size: 12px;
  background: transparent;
  border-top: 0;
}

.nova-theme .footer a {
  color: var(--nova-primary);
}

@media (max-width: 767px) {
  .nova-theme .header.navbar-default { margin-bottom: 18px; }
  .nova-theme .navbar-default .navbar-brand { padding-left: 15px; }
  .nova-theme .navbar-default .navbar-collapse { border-top: 1px solid var(--nova-line); }
  .nova-theme .navbar-default .navbar-nav > li > a { margin: 3px 0; }
  .nova-theme .customer-top-submenu { margin-top: 0; flex-wrap: wrap; }
  .nova-theme .nova-welcome { padding: 22px; }
  .nova-theme .nova-welcome #greeting { font-size: 21px; }
  .nova-theme .panel_s .panel-body,
  .nova-theme .panel .panel-body { padding: 18px; }
}

@media screen and (max-height: 575px),
  screen and (min-width: 992px) and (max-width: 1199px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.83);
    -webkit-transform: scale(0.83);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/* Dashboard detail cards */
body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 13px 0 34px;
}

body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl > a {
  position: relative;
  min-height: 106px;
  overflow: hidden;
  text-decoration: none;
  background: #fff !important;
  border: 1px solid var(--nova-line) !important;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(30, 50, 80, .045);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl > a::after {
  position: absolute;
  right: -18px;
  bottom: -28px;
  width: 80px;
  height: 80px;
  content: '';
  background: linear-gradient(135deg, rgba(20, 86, 217, .11), transparent 72%);
  border-radius: 50%;
}

body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl > a:hover {
  transform: translateY(-3px);
  border-color: #b9ceff !important;
  box-shadow: 0 12px 25px rgba(20, 86, 217, .12);
}

body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl dt {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
}

body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl dd > div {
  color: var(--nova-ink) !important;
  font-size: 30px !important;
  font-weight: 750 !important;
  line-height: 1;
}

body.customers.nova-theme .invoice-quick-info.invoices-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
}

body.customers.nova-theme .invoice-quick-info.invoices-stats > [class*='col-'] {
  width: auto;
  padding: 17px 17px 14px;
  background: #fff;
  border: 1px solid var(--nova-line);
  border-radius: 11px;
}

body.customers.nova-theme .invoice-quick-info .stats-status a {
  color: #4d5d72 !important;
  font-size: 12px;
  font-weight: 700;
}

body.customers.nova-theme .invoice-quick-info .stats-numbers {
  color: var(--nova-ink);
  font-size: 15px;
  font-weight: 750;
}

body.customers.nova-theme .invoice-quick-info .progress,
body.customers.nova-theme .project-progress-bars .progress,
body.customers.nova-theme .project-overview-progress-bar .progress {
  height: 7px;
  overflow: hidden;
  background: #e9eef6;
  border-radius: 999px;
  box-shadow: none;
}

body.customers.nova-theme .invoice-quick-info .progress-bar,
body.customers.nova-theme .project-progress-bars .progress-bar,
body.customers.nova-theme .project-overview-progress-bar .progress-bar {
  background: linear-gradient(90deg, var(--nova-primary), #4f8cff);
  border-radius: 999px;
}

/* Project detail page */
body.customers.nova-theme .section-heading-project {
  color: var(--nova-ink) !important;
  font-size: 22px !important;
  font-weight: 750 !important;
  letter-spacing: -.25px;
}

body.customers.nova-theme .section-heading-project + .team-members img {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #dbe7ff;
}

body.customers.nova-theme .section-heading-project ~ .label,
body.customers.nova-theme .label[class*='project-status'] {
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 999px;
}

body.customers.nova-theme .nova-project-status-undefined {
  color: #64748b !important;
  background: #f1f5f9 !important;
  border: 1px solid #cbd5e1 !important;
}

body.customers.nova-theme .new-task {
  padding: 10px 15px;
  border-radius: 9px;
}

body.customers.nova-theme .horizontal-scrollable-tabs.preview-tabs-top {
  margin: -24px -24px 18px;
  padding: 12px 19px 0;
  background: #fbfcff;
  border-bottom: 1px solid var(--nova-line);
}

body.customers.nova-theme .horizontal-scrollable-tabs .nav-tabs {
  display: flex;
  gap: 10px;
  border-bottom: 0;
}

body.customers.nova-theme .horizontal-scrollable-tabs .nav-tabs > li {
  float: none;
  margin: 0;
  flex: 0 0 auto;
}

body.customers.nova-theme .horizontal-scrollable-tabs .nav-tabs > li > a {
  margin: 0;
  padding: 12px 12px 13px;
  color: #627087;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}

body.customers.nova-theme .horizontal-scrollable-tabs .nav-tabs > li.active > a,
body.customers.nova-theme .horizontal-scrollable-tabs .nav-tabs > li.active > a:hover,
body.customers.nova-theme .horizontal-scrollable-tabs .nav-tabs > li.active > a:focus,
body.customers.nova-theme .horizontal-scrollable-tabs .nav-tabs > li > a:hover {
  color: var(--nova-primary);
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--nova-primary);
}

body.customers.nova-theme .horizontal-scrollable-tabs .menu-icon {
  margin-right: 7px;
  font-size: 13px;
}

body.customers.nova-theme .horizontal-scrollable-tabs .horizontal-tabs {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccd8eb transparent;
}

body.customers.nova-theme .horizontal-scrollable-tabs .horizontal-tabs::-webkit-scrollbar { height: 5px; }
body.customers.nova-theme .horizontal-scrollable-tabs .horizontal-tabs::-webkit-scrollbar-thumb { background: #ccd8eb; border-radius: 999px; }

/* Global and project navigation are presented as page sections instead of top menus. */
body.customers.nova-theme.nova-inline-navigation .header.navbar-default {
  min-height: 58px;
  margin-bottom: 20px;
}

body.customers.nova-theme.nova-inline-navigation .header .navbar-brand {
  height: 58px;
  padding-top: 11px;
}

body.customers.nova-theme.nova-inline-navigation #theme-navbar-collapse {
  display: none !important;
}

body.customers.nova-theme .nova-portal-navigation,
body.customers.nova-theme .nova-project-sections {
  margin: 0 0 24px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--nova-line);
  border-radius: var(--nova-radius);
  box-shadow: var(--nova-shadow);
}

body.customers.nova-theme .nova-portal-navigation .nova-section-heading,
body.customers.nova-theme .nova-project-sections .nova-section-heading {
  margin-bottom: 14px;
}

body.customers.nova-theme .nova-portal-nav-grid,
body.customers.nova-theme .nova-project-sections-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
}

body.customers.nova-theme .nova-portal-nav-grid a,
body.customers.nova-theme .nova-project-sections-grid a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 11px;
  color: #50617a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  background: #f8faff;
  border: 1px solid #e7edf6;
  border-radius: 8px;
  transition: color .16s ease, background .16s ease, border-color .16s ease, transform .16s ease;
}

body.customers.nova-theme .nova-portal-nav-grid a i,
body.customers.nova-theme .nova-project-sections-grid a i {
  min-width: 17px;
  margin-right: 7px;
  color: var(--nova-primary);
  font-size: 14px;
  text-align: center;
}

body.customers.nova-theme .nova-portal-nav-grid a:hover,
body.customers.nova-theme .nova-project-sections-grid a:hover,
body.customers.nova-theme .nova-project-sections-grid a.active {
  color: var(--nova-primary);
  background: #edf4ff;
  border-color: #bdd1ff;
  transform: translateY(-1px);
}

body.customers.nova-theme.nova-project-sections-mode .horizontal-scrollable-tabs.preview-tabs-top {
  display: none;
}

body.customers.nova-theme .nova-project-overview .tw-flex,
body.customers.nova-theme .project-billing-type,
body.customers.nova-theme .project-cost,
body.customers.nova-theme .project-total-logged-hours {
  align-items: center;
  min-height: 37px;
  margin-bottom: 7px;
  padding: 8px 11px;
  background: #f8faff;
  border: 1px solid #edf1f7;
  border-radius: 8px;
}

body.customers.nova-theme .nova-project-overview .tw-flex p,
body.customers.nova-theme .project-billing-type p,
body.customers.nova-theme .project-cost p,
body.customers.nova-theme .project-total-logged-hours p {
  margin: 0;
}

body.customers.nova-theme .nova-project-overview .tw-flex p:first-child,
body.customers.nova-theme .project-billing-type p:first-child,
body.customers.nova-theme .project-cost p:first-child,
body.customers.nova-theme .project-total-logged-hours p:first-child {
  width: 46%;
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
}

body.customers.nova-theme .project-progress-bars > div,
body.customers.nova-theme .nova-project-overview .tw-rounded-md {
  padding: 15px !important;
  background: linear-gradient(135deg, #f8faff, #fff) !important;
  border: 1px solid #e4ebf5 !important;
  border-radius: 11px !important;
  box-shadow: 0 5px 12px rgba(34, 54, 84, .04);
}

body.customers.nova-theme .project-progress-bars p,
body.customers.nova-theme .nova-project-overview .project-info {
  color: var(--nova-ink) !important;
}

body.customers.nova-theme .project-progress-bars .text-right i,
body.customers.nova-theme .nova-project-overview .text-right i {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: var(--nova-primary) !important;
  background: #eaf1ff;
  border-radius: 9px;
}

body.customers.nova-theme .project-overview-column {
  margin-top: 16px;
  padding: 16px !important;
  background: #fbfcff;
  border: 1px solid #e7edf6;
  border-radius: 11px;
}

body.customers.nova-theme .project-overview-column hr {
  display: none;
}

body.customers.nova-theme .project-overview-column [class*='col-md-3'] {
  padding-top: 7px;
  padding-bottom: 7px;
}

body.customers.nova-theme .project-description {
  padding: 17px;
  line-height: 1.75;
  background: #fbfcff;
  border: 1px solid #e7edf6;
  border-radius: 10px;
}

body.customers.nova-theme .project-description img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Ongoing-project shortcuts on the customer dashboard */
body.customers.nova-theme .nova-ongoing-projects {
  margin: 4px 0 30px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--nova-line);
  border-radius: var(--nova-radius);
  box-shadow: var(--nova-shadow);
}

body.customers.nova-theme .nova-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

body.customers.nova-theme .nova-section-heading span {
  display: block;
  margin-bottom: 5px;
  color: var(--nova-primary);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 1.1px;
}

body.customers.nova-theme .nova-section-heading h3 {
  margin: 0;
  color: var(--nova-ink);
  font-size: 18px;
  font-weight: 750;
}

body.customers.nova-theme .nova-section-heading > a,
body.customers.nova-theme .nova-project-meta > a {
  color: var(--nova-primary);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

body.customers.nova-theme .nova-section-heading > a i,
body.customers.nova-theme .nova-project-meta > a i { margin-left: 4px; }

body.customers.nova-theme .nova-project-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

body.customers.nova-theme .nova-project-card {
  padding: 17px;
  background: linear-gradient(145deg, #fbfcff, #fff);
  border: 1px solid #e3eaf4;
  border-radius: 11px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.customers.nova-theme .nova-project-card:hover {
  transform: translateY(-2px);
  border-color: #b9ceff;
  box-shadow: 0 10px 22px rgba(20, 86, 217, .1);
}

body.customers.nova-theme .nova-project-card-top,
body.customers.nova-theme .nova-project-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

body.customers.nova-theme .nova-project-id {
  display: block;
  margin-bottom: 5px;
  color: #7d8ba1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .8px;
}

body.customers.nova-theme .nova-project-card h4 {
  min-height: 38px;
  margin: 0;
  color: var(--nova-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

body.customers.nova-theme .nova-project-progress {
  padding: 5px 8px;
  color: var(--nova-primary);
  font-size: 11px;
  font-weight: 750;
  background: #eaf1ff;
  border-radius: 7px;
}

body.customers.nova-theme .nova-project-progress-track {
  height: 7px;
  margin: 17px 0 13px;
  overflow: hidden;
  background: #e8eef7;
  border-radius: 999px;
}

body.customers.nova-theme .nova-project-progress-track span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--nova-primary), #5793ff);
  border-radius: inherit;
}

body.customers.nova-theme .nova-project-meta {
  align-items: center;
  padding-bottom: 13px;
  color: #718096;
  font-size: 11px;
  border-bottom: 1px solid #e9eef5;
}

body.customers.nova-theme .nova-project-meta > span i { margin-right: 4px; color: #8293aa; }

body.customers.nova-theme .nova-project-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-top: 13px;
}

body.customers.nova-theme .nova-project-shortcuts a {
  padding: 6px 8px;
  color: #53647c;
  font-size: 11px;
  font-weight: 650;
  text-decoration: none;
  background: #f6f8fc;
  border-radius: 6px;
}

body.customers.nova-theme .nova-project-shortcuts a:hover {
  color: var(--nova-primary);
  background: #eaf1ff;
}

body.customers.nova-theme .nova-project-shortcuts i { margin-right: 3px; }

body.customers.nova-theme .tasks-phases .kan-ban-col,
body.customers.nova-theme .project-discussions .panel_s {
  border: 1px solid var(--nova-line);
  border-radius: 11px;
  box-shadow: 0 5px 16px rgba(24, 44, 78, .05);
}

@media (max-width: 991px) {
  body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.customers.nova-theme .invoice-quick-info.invoices-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.customers.nova-theme .nova-project-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.customers.nova-theme .nova-portal-nav-grid,
  body.customers.nova-theme .nova-project-sections-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl,
  body.customers.nova-theme .invoice-quick-info.invoices-stats,
  body.customers.nova-theme .nova-project-list {
    grid-template-columns: 1fr;
  }

  body.customers.nova-theme .horizontal-scrollable-tabs.preview-tabs-top {
    margin: -18px -18px 16px;
    padding-left: 12px;
    padding-right: 12px;
  }

  body.customers.nova-theme .nova-portal-navigation,
  body.customers.nova-theme .nova-project-sections { padding: 16px; }

  body.customers.nova-theme .nova-portal-nav-grid,
  body.customers.nova-theme .nova-project-sections-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Warm, contemporary finishing layer */
body.customers.nova-theme {
  --nova-warm: #ffb36b;
  --nova-coral: #f48670;
  --nova-cream: #fff9f3;
  --nova-warm-line: #f2dfcf;
  background:
    radial-gradient(circle at 94% 1%, rgba(255, 184, 112, .17), transparent 27rem),
    radial-gradient(circle at 0 24rem, rgba(244, 134, 112, .09), transparent 25rem),
    var(--nova-canvas);
}

body.customers.nova-theme .panel_s,
body.customers.nova-theme .panel,
body.customers.nova-theme .bgwhite,
body.customers.nova-theme .nova-ongoing-projects,
body.customers.nova-theme .nova-portal-navigation,
body.customers.nova-theme .nova-project-sections {
  border-color: rgba(223, 211, 202, .78);
  box-shadow: 0 14px 34px rgba(74, 47, 28, .055);
}

body.customers.nova-theme .nova-welcome {
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 204, 142, .36), transparent 10rem),
    linear-gradient(124deg, #24355e 0%, var(--nova-primary) 57%, #7d65c7 100%);
  box-shadow: 0 18px 38px rgba(53, 58, 111, .23);
}

body.customers.nova-theme .nova-welcome::before {
  position: absolute;
  top: 22px;
  right: 78px;
  width: 11px;
  height: 11px;
  content: '';
  background: var(--nova-warm);
  border-radius: 50%;
  box-shadow: 19px 17px 0 rgba(255, 255, 255, .23), -17px 29px 0 rgba(255, 182, 110, .45);
}

body.customers.nova-theme .nova-section-heading {
  position: relative;
  padding-left: 14px;
}

body.customers.nova-theme .nova-section-heading::before {
  position: absolute;
  top: 4px;
  bottom: 3px;
  left: 0;
  width: 4px;
  content: '';
  background: linear-gradient(var(--nova-warm), var(--nova-coral));
  border-radius: 99px;
}

body.customers.nova-theme .nova-section-heading span {
  color: #bd7043;
}

body.customers.nova-theme .nova-portal-navigation,
body.customers.nova-theme .nova-project-sections {
  background: linear-gradient(135deg, #fffdfb, #fff8f3);
}

body.customers.nova-theme .nova-portal-nav-grid a,
body.customers.nova-theme .nova-project-sections-grid a {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, .76);
  border-color: #f0dfd2;
}

body.customers.nova-theme .nova-portal-nav-grid a::after,
body.customers.nova-theme .nova-project-sections-grid a::after {
  position: absolute;
  right: -13px;
  bottom: -18px;
  width: 54px;
  height: 54px;
  content: '';
  background: rgba(255, 179, 107, .14);
  border-radius: 50%;
  transition: transform .2s ease;
}

body.customers.nova-theme .nova-portal-nav-grid a:hover::after,
body.customers.nova-theme .nova-project-sections-grid a:hover::after,
body.customers.nova-theme .nova-project-sections-grid a.active::after {
  transform: scale(1.45);
}

body.customers.nova-theme .nova-portal-nav-grid a:hover,
body.customers.nova-theme .nova-project-sections-grid a:hover {
  color: var(--nova-primary);
  background: #fff;
  border-color: #efbf9e;
  box-shadow: 0 9px 18px rgba(132, 78, 39, .10);
}

body.customers.nova-theme .nova-project-sections-grid a.active {
  color: #fff;
  background: linear-gradient(130deg, var(--nova-primary), #7561bd);
  border-color: transparent;
  box-shadow: 0 9px 19px rgba(74, 68, 158, .20);
}

body.customers.nova-theme .nova-project-card {
  background: linear-gradient(145deg, #fffdfb, #fff7f1);
  border-color: #f1ded0;
}

body.customers.nova-theme .nova-project-card:hover {
  border-color: #eab98e;
  box-shadow: 0 14px 25px rgba(136, 79, 36, .12);
}

body.customers.nova-theme .nova-project-progress {
  color: #a85c2d;
  background: #fff0df;
}

body.customers.nova-theme .nova-project-progress-track {
  background: #f6e7da;
}

body.customers.nova-theme .nova-project-progress-track span {
  background: linear-gradient(90deg, var(--nova-primary), #8a73d0 64%, var(--nova-warm));
}

body.customers.nova-theme .nova-project-shortcuts a {
  background: #fff7ef;
  border: 1px solid #f4e2d3;
}

body.customers.nova-theme .nova-project-shortcuts a:hover {
  color: #a75a2b;
  background: #fff0df;
  border-color: #efc6a5;
}

body.customers.nova-theme a:focus-visible,
body.customers.nova-theme button:focus-visible,
body.customers.nova-theme input:focus-visible {
  outline: 3px solid rgba(255, 179, 107, .55);
  outline-offset: 2px;
}

/* Dashboard command centre */
body.customers.nova-theme .nova-dashboard-command-center {
  position: relative;
  margin: 3px 0 24px;
}

body.customers.nova-theme .nova-dashboard-hero {
  position: relative;
  display: flex;
  min-height: 250px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 34px 42px;
  color: #fff;
  background:
    radial-gradient(circle at 91% 20%, rgba(255, 201, 130, .34), transparent 9rem),
    radial-gradient(circle at 82% 105%, rgba(129, 105, 201, .42), transparent 17rem),
    linear-gradient(122deg, #1b335c 0%, #324e91 52%, var(--nova-primary) 100%);
  border-radius: calc(var(--nova-radius) + 4px);
  box-shadow: 0 20px 40px rgba(33, 52, 106, .25);
}

body.customers.nova-theme .nova-dashboard-hero::before,
body.customers.nova-theme .nova-dashboard-hero::after {
  position: absolute;
  content: '';
  pointer-events: none;
  border-radius: 50%;
}

body.customers.nova-theme .nova-dashboard-hero::before {
  top: -106px;
  right: 24%;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, .14);
}

body.customers.nova-theme .nova-dashboard-hero::after {
  right: -68px;
  bottom: -72px;
  width: 225px;
  height: 225px;
  background: rgba(255, 255, 255, .055);
}

body.customers.nova-theme .nova-dashboard-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 570px;
}

body.customers.nova-theme .nova-dashboard-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  padding: 6px 10px;
  color: #fff4df;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
}

body.customers.nova-theme .nova-dashboard-eyebrow i { color: var(--nova-warm); }

body.customers.nova-theme .nova-dashboard-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 3vw, 35px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -.8px;
}

body.customers.nova-theme .nova-dashboard-hero p {
  max-width: 465px;
  margin: 13px 0 20px;
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
  line-height: 1.62;
}

body.customers.nova-theme .nova-dashboard-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
}

body.customers.nova-theme .nova-dashboard-primary-action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  color: #473520;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  background: #ffcf99;
  border-radius: 9px;
  box-shadow: 0 7px 16px rgba(17, 28, 64, .18);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

body.customers.nova-theme .nova-dashboard-primary-action:hover {
  color: #362712;
  background: #ffe0b9;
  box-shadow: 0 10px 20px rgba(17, 28, 64, .26);
  transform: translateY(-2px);
}

body.customers.nova-theme .nova-dashboard-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 650;
}

body.customers.nova-theme .nova-dashboard-live i {
  width: 7px;
  height: 7px;
  background: #83e2b0;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(131, 226, 176, .16);
}

body.customers.nova-theme .nova-dashboard-orbit {
  position: relative;
  z-index: 1;
  width: 224px;
  height: 178px;
  margin: 0 22px 0 40px;
}

body.customers.nova-theme .nova-orbit-ring {
  position: absolute;
  top: 12px;
  right: 8px;
  width: 142px;
  height: 142px;
  border: 1px solid rgba(255, 255, 255, .23);
  border-radius: 50%;
  box-shadow: inset 0 0 0 20px rgba(255, 255, 255, .025);
}

body.customers.nova-theme .nova-orbit-ring::before {
  position: absolute;
  top: 29px;
  left: 29px;
  width: 82px;
  height: 82px;
  content: '';
  background: linear-gradient(135deg, rgba(255, 255, 255, .24), rgba(255, 255, 255, .04));
  border-radius: 50%;
}

body.customers.nova-theme .nova-orbit-card {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 56px;
  height: 56px;
  color: #fff;
  font-size: 20px;
  place-items: center;
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 16px;
  box-shadow: 0 12px 22px rgba(17, 30, 78, .18);
  backdrop-filter: blur(7px);
}

body.customers.nova-theme .nova-orbit-card-one { top: 23px; left: 3px; transform: rotate(-8deg); }
body.customers.nova-theme .nova-orbit-card-two { right: 0; bottom: 10px; color: #493a25; background: #ffcf99; transform: rotate(9deg); }
body.customers.nova-theme .nova-orbit-dot { position: absolute; top: 3px; right: 52px; width: 11px; height: 11px; background: var(--nova-warm); border-radius: 50%; box-shadow: 24px 155px 0 rgba(255,255,255,.52), -151px 129px 0 rgba(255,255,255,.25); }

body.customers.nova-theme .nova-dashboard-kpis {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: -25px 24px 0;
}

body.customers.nova-theme .nova-dashboard-kpi {
  position: relative;
  min-height: 128px;
  padding: 17px 16px;
  overflow: hidden;
  color: var(--nova-text);
  text-decoration: none;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(234, 221, 210, .9);
  border-radius: 13px;
  box-shadow: 0 12px 23px rgba(61, 40, 25, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body.customers.nova-theme .nova-dashboard-kpi:hover {
  color: var(--nova-text);
  border-color: #edbd98;
  box-shadow: 0 16px 28px rgba(98, 60, 30, .13);
  transform: translateY(-3px);
}

body.customers.nova-theme .nova-kpi-icon {
  position: absolute;
  top: 16px;
  right: 15px;
  display: grid;
  width: 28px;
  height: 28px;
  color: var(--nova-primary);
  font-size: 12px;
  place-items: center;
  background: #edf2ff;
  border-radius: 8px;
}

body.customers.nova-theme .nova-kpi-primary .nova-kpi-icon { color: #aa5e2e; background: #fff0df; }
body.customers.nova-theme .nova-kpi-label { display: block; margin-bottom: 9px; color: #7d6e64; font-size: 11px; font-weight: 700; }
body.customers.nova-theme .nova-dashboard-kpi strong { display: block; color: var(--nova-ink); font-size: 28px; font-weight: 800; line-height: 1; letter-spacing: -.7px; }
body.customers.nova-theme .nova-dashboard-kpi strong em { font-size: 15px; font-style: normal; }
body.customers.nova-theme .nova-dashboard-kpi small { display: block; margin-top: 7px; color: #9b8d83; font-size: 10px; font-weight: 600; }

@media (max-width: 767px) {
  body.customers.nova-theme .nova-dashboard-hero { min-height: 0; padding: 28px 23px; }
  body.customers.nova-theme .nova-dashboard-orbit { display: none; }
  body.customers.nova-theme .nova-dashboard-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 12px 0 0; }
}

@media (max-width: 420px) {
  body.customers.nova-theme .nova-dashboard-kpis { grid-template-columns: 1fr; }
  body.customers.nova-theme .nova-dashboard-hero h1 { font-size: 26px; }
}

/* Blue + grey Smart Home inspired palette */
body.customers.nova-theme {
  --nova-warm: #a9b9cd;
  --nova-coral: #5f8fe0;
  --nova-cream: #f7f9fc;
  --nova-warm-line: #dfe6ef;
  --nova-ink: #202b3b;
  --nova-text: #657286;
  --nova-muted: #98a5b5;
  --nova-line: #e2e8f0;
  background:
    radial-gradient(circle at 96% 2%, rgba(70, 126, 221, .09), transparent 28rem),
    radial-gradient(circle at 0 26rem, rgba(139, 155, 177, .08), transparent 25rem),
    var(--nova-canvas);
}

body.customers.nova-theme .panel_s,
body.customers.nova-theme .panel,
body.customers.nova-theme .bgwhite,
body.customers.nova-theme .nova-ongoing-projects,
body.customers.nova-theme .nova-portal-navigation,
body.customers.nova-theme .nova-project-sections {
  border-color: #e0e6ee;
  box-shadow: 0 13px 30px rgba(36, 52, 75, .055);
}

body.customers.nova-theme .nova-portal-navigation,
body.customers.nova-theme .nova-project-sections {
  background: linear-gradient(135deg, #ffffff, #f7f9fc);
}

body.customers.nova-theme .nova-section-heading::before {
  background: linear-gradient(var(--nova-primary), #85a9e8);
}

body.customers.nova-theme .nova-section-heading span { color: #6681aa; }

body.customers.nova-theme .nova-portal-nav-grid a,
body.customers.nova-theme .nova-project-sections-grid a {
  background: #fff;
  border-color: #e0e6ee;
}

body.customers.nova-theme .nova-portal-nav-grid a::after,
body.customers.nova-theme .nova-project-sections-grid a::after { background: rgba(91, 143, 224, .09); }

body.customers.nova-theme .nova-portal-nav-grid a:hover,
body.customers.nova-theme .nova-project-sections-grid a:hover {
  border-color: #b5c9e8;
  box-shadow: 0 9px 18px rgba(49, 91, 151, .10);
}

body.customers.nova-theme .nova-project-sections-grid a.active {
  background: linear-gradient(130deg, var(--nova-primary), #5c86cf);
  box-shadow: 0 9px 19px rgba(47, 111, 237, .19);
}

body.customers.nova-theme .nova-project-card { background: linear-gradient(145deg, #fff, #f7f9fc); border-color: #e0e6ee; }
body.customers.nova-theme .nova-project-card:hover { border-color: #b8c9df; box-shadow: 0 14px 25px rgba(37, 65, 103, .12); }
body.customers.nova-theme .nova-project-progress { color: #416da8; background: #eaf1fc; }
body.customers.nova-theme .nova-project-progress-track { background: #e8edf4; }
body.customers.nova-theme .nova-project-progress-track span { background: linear-gradient(90deg, var(--nova-primary), #79a1e8); }
body.customers.nova-theme .nova-project-shortcuts a { background: #f5f8fc; border-color: #e2e8f0; }
body.customers.nova-theme .nova-project-shortcuts a:hover { color: #386bb0; background: #eaf1fc; border-color: #bfd0ea; }
body.customers.nova-theme a:focus-visible,
body.customers.nova-theme button:focus-visible,
body.customers.nova-theme input:focus-visible { outline-color: rgba(95, 143, 224, .48); }

body.customers.nova-theme .nova-dashboard-hero {
  background:
    radial-gradient(circle at 90% 18%, rgba(173, 203, 255, .20), transparent 10rem),
    radial-gradient(circle at 83% 105%, rgba(70, 112, 180, .28), transparent 17rem),
    linear-gradient(122deg, #273446 0%, #344b69 54%, #3d68ad 100%);
  box-shadow: 0 20px 40px rgba(30, 49, 78, .23);
}

body.customers.nova-theme .nova-dashboard-eyebrow { color: #e6effe; background: rgba(255, 255, 255, .10); }
body.customers.nova-theme .nova-dashboard-eyebrow i { color: #b7d1ff; }
body.customers.nova-theme .nova-dashboard-primary-action { color: #23446f; background: #eaf2ff; }
body.customers.nova-theme .nova-dashboard-primary-action:hover { color: #17375f; background: #fff; }
body.customers.nova-theme .nova-dashboard-live i { background: #8bc7ac; box-shadow: 0 0 0 4px rgba(139, 199, 172, .14); }
body.customers.nova-theme .nova-orbit-card-two { color: #31557f; background: #eaf2ff; }
body.customers.nova-theme .nova-orbit-dot { background: #a9c4ef; box-shadow: 24px 155px 0 rgba(255,255,255,.45), -151px 129px 0 rgba(255,255,255,.22); }

body.customers.nova-theme .nova-dashboard-kpi {
  border-color: #e0e6ee;
  box-shadow: 0 12px 23px rgba(36, 52, 75, .07);
}

body.customers.nova-theme .nova-dashboard-kpi:hover { border-color: #b8c9df; box-shadow: 0 16px 28px rgba(36, 65, 103, .12); }
body.customers.nova-theme .nova-kpi-icon { color: #3e73be; background: #eaf1fc; }
body.customers.nova-theme .nova-kpi-primary .nova-kpi-icon { color: #3e73be; background: #eaf1fc; }
body.customers.nova-theme .nova-kpi-label { color: #708095; }
body.customers.nova-theme .nova-dashboard-kpi small { color: #9aa6b5; }

/* Customer portal sits at the top of every client page. */
body.customers.nova-theme .nova-portal-navigation {
  position: relative;
  margin-top: 0;
  padding: 22px;
}

body.customers.nova-theme .nova-portal-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 17px;
  padding: 1px 0 1px 14px;
}

body.customers.nova-theme .nova-portal-heading::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  content: '';
  background: linear-gradient(var(--nova-primary), #94b4e7);
  border-radius: 999px;
}

body.customers.nova-theme .nova-portal-heading > span,
body.customers.nova-theme .nova-portal-heading-copy > span,
body.customers.nova-theme .nova-portal-business > div > span {
  display: block;
  margin-bottom: 4px;
  color: #6681aa;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 1px;
}

body.customers.nova-theme .nova-portal-heading h3 {
  margin: 0;
  color: var(--nova-ink);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -.25px;
}

body.customers.nova-theme .nova-portal-heading p {
  max-width: 700px;
  margin: 5px 0 0;
  color: #78879a;
  font-size: 12px;
  line-height: 1.55;
}

body.customers.nova-theme .nova-portal-client {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  min-width: 170px;
  padding: 8px 10px 8px 8px;
  background: #f3f7fb;
  border: 1px solid #dce6f0;
  border-radius: 8px;
}

body.customers.nova-theme .nova-portal-client-avatar {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  place-items: center;
  background: var(--nova-reference-navy);
  border-radius: 7px;
}

body.customers.nova-theme .nova-portal-client small {
  display: block;
  margin-bottom: 2px;
  color: #77889c;
  font-size: 9px;
  font-weight: 700;
}

body.customers.nova-theme .nova-portal-client strong {
  display: block;
  max-width: 155px;
  overflow: hidden;
  color: #26415d;
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.customers.nova-theme .nova-portal-business {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 15px;
  padding: 14px;
  background: #f4f7fb;
  border: 1px solid #e2e8f0;
  border-radius: 11px;
}

body.customers.nova-theme .nova-portal-business > div {
  flex: 0 0 175px;
}

body.customers.nova-theme .nova-portal-business > div > span { margin-bottom: 3px; }
body.customers.nova-theme .nova-portal-business strong { color: #3f5067; font-size: 12px; line-height: 1.35; }

body.customers.nova-theme .nova-portal-business-grid {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 8px;
}

body.customers.nova-theme .nova-portal-business-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 37px;
  padding: 8px 11px;
  color: #45658f;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  border: 1px solid #d9e4f2;
  border-radius: 8px;
  transition: color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

body.customers.nova-theme .nova-portal-business-grid a i { margin-right: 7px; color: var(--nova-primary); }
body.customers.nova-theme .nova-portal-business-grid a:hover { color: var(--nova-primary); border-color: #aac2e7; box-shadow: 0 6px 13px rgba(54, 94, 148, .09); transform: translateY(-1px); }

body.customers.nova-theme .nova-project-card[data-project-url] { cursor: pointer; }
body.customers.nova-theme .nova-project-card[data-project-url]:focus { border-color: #8fadd8; box-shadow: 0 0 0 3px rgba(77, 124, 192, .17); outline: 0; }

@media (max-width: 767px) {
  body.customers.nova-theme .nova-portal-business { display: block; }
  body.customers.nova-theme .nova-portal-business > div { margin-bottom: 10px; }
  body.customers.nova-theme .nova-portal-heading { align-items: flex-start; flex-direction: column; }
  body.customers.nova-theme .nova-portal-client { min-width: 0; }
}

/* Corporate navy visual language: typography, surface and spacing refinement */
body.customers.nova-theme {
  --nova-reference-navy: #003b70;
  --nova-reference-navy-deep: #002b53;
  --nova-reference-ink: #0f172a;
  --nova-reference-slate: #64748b;
  --nova-reference-line: #dce5ef;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--nova-reference-ink);
  letter-spacing: -.01em;
  background-color: #f8fafc;
  background-image: radial-gradient(rgba(0, 59, 112, .12) .75px, transparent .75px);
  background-size: 17px 17px;
}

body.customers.nova-theme h1,
body.customers.nova-theme h2,
body.customers.nova-theme h3,
body.customers.nova-theme h4,
body.customers.nova-theme h5,
body.customers.nova-theme .section-heading-project {
  color: var(--nova-reference-ink);
  font-family: inherit;
  font-weight: 750;
  letter-spacing: -.035em;
}

body.customers.nova-theme .header.navbar-default {
  background: rgba(255, 255, 255, .97);
  border-bottom-color: #d9e3ed;
  box-shadow: 0 2px 12px rgba(9, 42, 75, .05);
}

body.customers.nova-theme .navbar-default .navbar-brand img { max-height: 38px; }
body.customers.nova-theme .panel_s,
body.customers.nova-theme .panel,
body.customers.nova-theme .bgwhite,
body.customers.nova-theme .nova-ongoing-projects,
body.customers.nova-theme .nova-portal-navigation,
body.customers.nova-theme .nova-project-sections {
  background: rgba(255, 255, 255, .97);
  border-color: var(--nova-reference-line);
  border-radius: 10px;
  box-shadow: 0 7px 20px rgba(16, 45, 76, .055);
}

body.customers.nova-theme .nova-dashboard-hero {
  background-color: var(--nova-reference-navy);
  background-image:
    radial-gradient(rgba(255, 255, 255, .18) .8px, transparent .8px),
    linear-gradient(122deg, var(--nova-reference-navy-deep) 0%, var(--nova-reference-navy) 68%, #0b548f 100%);
  background-size: 16px 16px, auto;
  border-radius: 11px;
  box-shadow: 0 18px 34px rgba(0, 51, 95, .24);
}

body.customers.nova-theme .nova-dashboard-hero::before { border-color: rgba(255, 255, 255, .13); }
body.customers.nova-theme .nova-dashboard-eyebrow { border-radius: 5px; color: #dbeafe; }
body.customers.nova-theme .nova-dashboard-hero h1 { color: #fff; font-weight: 800; letter-spacing: -.045em; }
body.customers.nova-theme .nova-dashboard-hero p { color: rgba(241, 247, 255, .83); }
body.customers.nova-theme .nova-dashboard-primary-action { color: #fff; background: #0d568f; border: 1px solid rgba(255,255,255,.22); border-radius: 6px; box-shadow: none; }
body.customers.nova-theme .nova-dashboard-primary-action:hover { color: #003b70; background: #fff; box-shadow: 0 8px 16px rgba(0, 18, 42, .18); }

/* Siren feedback on the dashboard hero: waves remain behind the product, flash stays above it. */
body.customers.nova-theme .nova-dashboard-siren {
  align-items: center;
  display: flex;
  flex: 0 0 254px;
  height: 220px;
  justify-content: center;
  margin: 0 4px 0 28px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

body.customers.nova-theme .nova-dashboard-siren img {
  display: block;
  filter: drop-shadow(0 13px 16px rgba(0, 16, 42, .32));
  height: 184px;
  object-fit: contain;
  position: relative;
  width: 184px;
  z-index: 2;
}

body.customers.nova-theme .nova-dashboard-siren > i {
  animation: nova-dashboard-siren-wave 4.5s ease-out infinite;
  border: 2px solid rgba(214, 232, 247, .7);
  border-radius: 50%;
  height: 92px;
  left: calc(50% - 46px);
  opacity: 0;
  position: absolute;
  top: calc(50% - 46px);
  transform: scale(.16);
  width: 92px;
  z-index: 1;
}

body.customers.nova-theme .nova-dashboard-siren > i:nth-of-type(2) { animation-delay: 1.5s; border-color: rgba(178, 210, 233, .62); }
body.customers.nova-theme .nova-dashboard-siren > i:nth-of-type(3) { animation-delay: 3s; border-color: rgba(139, 180, 211, .52); }

body.customers.nova-theme .nova-dashboard-siren-flash {
  animation: nova-dashboard-siren-flash 1.8s ease-out infinite;
  background: radial-gradient(circle, rgba(245, 79, 68, .96) 0 11%, rgba(216, 45, 35, .78) 25%, rgba(183, 32, 27, .36) 48%, rgba(183, 32, 27, 0) 74%);
  border-radius: 50%;
  height: 96px;
  left: calc(50% - 48px);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 48px);
  transform: scale(.25);
  width: 96px;
  z-index: 3;
}

@keyframes nova-dashboard-siren-wave {
  0% { opacity: 0; transform: scale(.16); }
  13% { opacity: .76; }
  72%, 100% { opacity: 0; transform: scale(2.45); }
}

@keyframes nova-dashboard-siren-flash {
  0%, 39%, 100% { opacity: 0; transform: scale(.25); }
  3% { opacity: 1; transform: scale(.68); }
  7% { opacity: .3; transform: scale(1.55); }
  11% { opacity: .82; transform: scale(.92); }
  15% { opacity: 0; transform: scale(1.8); }
}

@media (max-width: 767px) {
  body.customers.nova-theme .nova-dashboard-siren { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  body.customers.nova-theme .nova-dashboard-siren > i,
  body.customers.nova-theme .nova-dashboard-siren-flash { animation: none; opacity: 0; }
}

body.customers.nova-theme .nova-dashboard-kpis { gap: 10px; }
body.customers.nova-theme .nova-dashboard-kpi {
  min-height: 120px;
  border-color: #dce5ef;
  border-radius: 9px;
  box-shadow: 0 6px 15px rgba(11, 42, 74, .07);
}

body.customers.nova-theme .nova-dashboard-kpi:hover { border-color: #9cb8d4; box-shadow: 0 11px 20px rgba(11, 58, 104, .13); }
body.customers.nova-theme .nova-kpi-icon,
body.customers.nova-theme .nova-kpi-primary .nova-kpi-icon { color: var(--nova-reference-navy); background: #eaf2f9; border-radius: 6px; }
body.customers.nova-theme .nova-kpi-label { color: #60758e; font-weight: 750; }
body.customers.nova-theme .nova-dashboard-kpi strong { color: var(--nova-reference-ink); font-weight: 800; }

body.customers.nova-theme .nova-portal-heading > span,
body.customers.nova-theme .nova-portal-business > div > span,
body.customers.nova-theme .nova-section-heading span { color: var(--nova-reference-navy); }
body.customers.nova-theme .nova-portal-heading::before,
body.customers.nova-theme .nova-section-heading::before { background: var(--nova-reference-navy); }
body.customers.nova-theme .nova-portal-heading p { color: var(--nova-reference-slate); }

body.customers.nova-theme .nova-portal-nav-grid a,
body.customers.nova-theme .nova-project-sections-grid a,
body.customers.nova-theme .nova-portal-business-grid a {
  color: #40556e;
  background: #fbfdff;
  border-color: #dce5ef;
  border-radius: 7px;
}

body.customers.nova-theme .nova-portal-nav-grid a i,
body.customers.nova-theme .nova-project-sections-grid a i,
body.customers.nova-theme .nova-portal-business-grid a i { color: var(--nova-reference-navy); }
body.customers.nova-theme .nova-portal-nav-grid a:hover,
body.customers.nova-theme .nova-project-sections-grid a:hover,
body.customers.nova-theme .nova-portal-business-grid a:hover { color: var(--nova-reference-navy); background: #f1f7fc; border-color: #a9c1d7; box-shadow: none; }
body.customers.nova-theme .nova-project-sections-grid a.active { background: var(--nova-reference-navy); box-shadow: 0 7px 15px rgba(0, 59, 112, .17); }
body.customers.nova-theme .nova-portal-business { background: #f5f8fb; border-color: #dce5ef; }

body.customers.nova-theme .nova-project-card { background: #fff; border-color: #dce5ef; border-radius: 9px; }
body.customers.nova-theme .nova-project-card:hover { border-color: #9db8d3; box-shadow: 0 13px 23px rgba(10, 51, 89, .11); }
body.customers.nova-theme .nova-project-id { color: #77899d; }
body.customers.nova-theme .nova-project-progress { color: var(--nova-reference-navy); background: #eaf2f9; border-radius: 5px; }
body.customers.nova-theme .nova-project-progress-track { background: #e7eef5; }
body.customers.nova-theme .nova-project-progress-track span { background: var(--nova-reference-navy); }
body.customers.nova-theme .nova-project-shortcuts a { color: #4c637c; background: #f5f8fb; border-color: #dce5ef; border-radius: 5px; }
body.customers.nova-theme .nova-project-shortcuts a:hover { color: var(--nova-reference-navy); background: #eaf2f9; border-color: #b8cce0; }

/* Keep the login action icon visible on its dark active state. */
body.customers.nova-theme .navbar-default .navbar-nav > li.customers-nav-item-login > a i,
body.customers.nova-theme .navbar-default .navbar-nav > li.customers-nav-item-login > a:hover i,
body.customers.nova-theme .navbar-default .navbar-nav > li.customers-nav-item-login.active > a i {
  color: #fff !important;
}

/* Align the native project summary with the theme content width. */
body.customers.nova-theme .section-client-dashboard {
  width: calc(100% - 30px);
  margin: 0 15px 30px;
}

body.customers.nova-theme .section-client-dashboard .projects-summary-heading {
  margin-top: 26px !important;
  margin-bottom: 12px !important;
  color: var(--nova-reference-ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.025em;
}

body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl {
  width: 100%;
  align-items: stretch;
  margin-bottom: 30px;
}

body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl > a {
  height: 100%;
}

body.customers.nova-theme .section-client-dashboard .projects-summary-heading {
  display: flex;
  align-items: center;
  gap: 9px;
}

body.customers.nova-theme .section-client-dashboard .projects-summary-heading::before {
  display: grid;
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  content: '\f0ae';
  color: var(--nova-reference-navy);
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: normal;
  place-items: center;
  background: #eaf2f9;
  border-radius: 7px;
}

body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl {
  padding: 13px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--nova-reference-line);
  border-radius: 10px;
  box-shadow: 0 7px 18px rgba(11, 43, 75, .05);
}

body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl > a {
  min-height: 104px;
  border: 1px solid #e0e7ef !important;
  border-radius: 8px;
  box-shadow: none;
}

body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl > a::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: '';
  background: #8fa0b5;
}

body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl > a:nth-child(2)::before { background: #2563eb; }
body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl > a:nth-child(3)::before { background: #f59e0b; }
body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl > a:nth-child(4)::before { background: #94a3b8; }
body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl > a:nth-child(5)::before { background: #16a34a; }

body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl > a:hover {
  transform: translateY(-2px);
  border-color: #aac0d9 !important;
  box-shadow: 0 9px 18px rgba(10, 51, 89, .10);
}

body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl dt {
  margin-bottom: 11px;
  font-size: 11px;
  font-weight: 750;
}

body.customers.nova-theme .section-client-dashboard .projects-summary-heading + dl dd > div {
  font-size: 27px !important;
  font-weight: 800 !important;
}

@media (max-width: 767px) {
  body.customers.nova-theme .section-client-dashboard {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* Projects hub and project workspace */
body.customers.nova-theme.nova-projects-listing-mode .nova-original-project-table,
body.customers.nova-theme.nova-projects-listing-mode .section-heading-projects {
  display: none;
}

body.customers.nova-theme .nova-projects-hub {
  margin: 0 0 24px;
  padding: 25px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid var(--nova-reference-line);
  border-radius: 11px;
  box-shadow: 0 8px 22px rgba(11, 43, 75, .06);
}

body.customers.nova-theme .nova-projects-hub-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

body.customers.nova-theme .nova-projects-hub-heading > div { position: relative; padding-left: 15px; }
body.customers.nova-theme .nova-projects-hub-heading > div::before { position: absolute; top: 3px; bottom: 3px; left: 0; width: 4px; content: ''; background: var(--nova-reference-navy); border-radius: 99px; }
body.customers.nova-theme .nova-projects-hub-heading span:not(.nova-project-count) { display: block; margin-bottom: 4px; color: var(--nova-reference-navy); font-size: 10px; font-weight: 800; letter-spacing: 1px; }
body.customers.nova-theme .nova-projects-hub-heading h2 { margin: 0; font-size: 23px; font-weight: 800; }
body.customers.nova-theme .nova-projects-hub-heading p { margin: 5px 0 0; color: var(--nova-reference-slate); font-size: 12px; line-height: 1.55; }
body.customers.nova-theme .nova-project-count { flex: 0 0 auto; margin-top: 4px; padding: 7px 10px; color: var(--nova-reference-navy); font-size: 11px; font-weight: 800; background: #eaf2f9; border-radius: 6px; }

body.customers.nova-theme .nova-projects-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

body.customers.nova-theme.nova-projects-listing-mode .nova-projects-hub,
body.customers.nova-theme.nova-projects-listing-mode .nova-projects-status-summary {
  width: 100%;
  box-sizing: border-box;
}

body.customers.nova-theme .nova-projects-status-summary {
  margin: 0 0 24px;
  padding: 20px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid var(--nova-reference-line);
  border-radius: 11px;
  box-shadow: 0 8px 22px rgba(11, 43, 75, .06);
}

body.customers.nova-theme .nova-projects-status-summary .tickets-summary-heading,
body.customers.nova-theme .nova-projects-status-summary .projects-summary-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px !important;
  color: var(--nova-reference-ink);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.025em;
}

body.customers.nova-theme .nova-projects-status-summary .tickets-summary-heading::before,
body.customers.nova-theme .nova-projects-status-summary .projects-summary-heading::before {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  content: '\f0ae';
  color: var(--nova-reference-navy);
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: normal;
  place-items: center;
  background: #eaf2f9;
  border-radius: 7px;
}

body.customers.nova-theme .nova-projects-status-summary > .tw-mb-2 { margin: 0 !important; }
body.customers.nova-theme .nova-projects-status-summary dl {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 11px;
  margin: 0;
}

body.customers.nova-theme .nova-projects-status-summary dl > a {
  position: relative;
  min-height: 94px;
  overflow: hidden;
  text-decoration: none;
  background: #fbfdff;
  border: 1px solid #dfe7ef;
  border-radius: 8px;
  transition: transform .17s ease, border-color .17s ease, box-shadow .17s ease;
}

body.customers.nova-theme .nova-projects-status-summary dl > a::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: '';
  background: #8fa0b5;
}

body.customers.nova-theme .nova-projects-status-summary dl > a:nth-child(2)::before { background: #2563eb; }
body.customers.nova-theme .nova-projects-status-summary dl > a:nth-child(3)::before { background: #f59e0b; }
body.customers.nova-theme .nova-projects-status-summary dl > a:nth-child(4)::before { background: #94a3b8; }
body.customers.nova-theme .nova-projects-status-summary dl > a:nth-child(5)::before { background: #16a34a; }
body.customers.nova-theme .nova-projects-status-summary dl > a:hover { border-color: #aac0d9; box-shadow: 0 8px 17px rgba(10, 51, 89, .09); transform: translateY(-2px); }
body.customers.nova-theme .nova-projects-status-summary dl dt { margin-bottom: 10px; font-size: 11px; font-weight: 750; }
body.customers.nova-theme .nova-projects-status-summary dl dd > div { color: var(--nova-reference-ink) !important; font-size: 25px !important; font-weight: 800 !important; line-height: 1; }

/* One consistent content grid across all customer pages. */
body.customers.nova-theme #content > .container {
  width: 100%;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

body.customers.nova-theme #content > .container > .row {
  margin-right: 0;
  margin-left: 0;
}

body.customers.nova-theme #content > .container > .row > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

body.customers.nova-theme #content > .container .section-client-dashboard {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

body.customers.nova-theme #content > .container > .nova-portal-navigation,
body.customers.nova-theme #content > .container > .nova-dashboard-command-center,
body.customers.nova-theme #content > .container > .nova-ongoing-projects,
body.customers.nova-theme #content > .container .nova-projects-hub,
body.customers.nova-theme #content > .container .nova-projects-status-summary,
body.customers.nova-theme #content > .container .nova-project-sections {
  box-sizing: border-box;
  width: 100%;
}

/* Distributor badge in the customer header. */
body.customers.nova-theme .nova-header-distributor {
  display: none;
}

@media (min-width: 768px) {
  body.customers.nova-theme.nova-inline-navigation .header.navbar-default > .container {
    display: flex;
    align-items: center;
  }

  body.customers.nova-theme.nova-inline-navigation .header.navbar-default .navbar-header {
    flex: 1 1 auto;
    float: none;
  }

  body.customers.nova-theme.nova-inline-navigation .nova-header-distributor {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    padding: 0;
    color: #345774;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .08px;
    white-space: nowrap;
    background: transparent;
    border: 0;
  }

  body.customers.nova-theme.nova-inline-navigation .nova-header-distributor > i {
    color: var(--nova-reference-navy);
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  body.customers.nova-theme #content > .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

/* Modern authentication and password screens. */
body.customers.nova-theme.nova-auth-page {
  min-height: 100vh;
  background-color: #f7fafd;
  background-image:
    radial-gradient(rgba(0, 59, 112, .15) .75px, transparent .75px),
    radial-gradient(circle at 94% 8%, rgba(43, 109, 194, .09), transparent 18rem);
  background-size: 17px 17px, auto;
}

body.customers.nova-theme.nova-auth-page .nova-portal-navigation,
body.customers.nova-theme.nova-auth-page .nova-header-distributor {
  display: none !important;
}

body.customers.nova-theme.nova-auth-page .nova-auth-menu-hidden,
body.customers.nova-theme.nova-auth-page .nova-client-home-trigger,
body.customers.nova-theme.nova-auth-page .nova-auth-knowledge {
  display: none !important;
}

body.customers.nova-theme.nova-auth-page .header.navbar-default {
  margin-bottom: 0;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 1px 9px rgba(10, 43, 75, .04);
}

body.customers.nova-theme.nova-auth-page .header.navbar-default > .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 58px;
}

body.customers.nova-theme.nova-auth-page .header.navbar-default .navbar-header {
  display: none !important;
}

body.customers.nova-theme.nova-auth-page .nova-auth-knowledge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #466581;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

body.customers.nova-theme.nova-auth-page .nova-auth-knowledge i {
  display: grid;
  width: 27px;
  height: 27px;
  color: var(--nova-reference-navy);
  font-size: 12px;
  place-items: center;
  background: #eaf2f9;
  border-radius: 6px;
}

body.customers.nova-theme.nova-auth-page .nova-auth-knowledge:hover {
  color: var(--nova-reference-navy);
  text-decoration: none;
}

body.customers.nova-theme.nova-auth-page .nova-auth-knowledge:hover i {
  color: #fff;
  background: var(--nova-reference-navy);
}

body.customers.nova-theme.nova-auth-page #content {
  min-height: calc(100vh - 70px);
}

body.customers.nova-theme.nova-auth-page .mtop40 {
  margin-top: 62px !important;
}

body.customers.nova-theme.nova-auth-page .login-heading,
body.customers.nova-theme.nova-auth-page .forgot-password-heading h1,
body.customers.nova-theme.nova-auth-page form input[name=passwordr] ~ * h1,
body.customers.nova-theme.nova-auth-page h1 {
  margin-top: 0;
  margin-bottom: 14px;
  color: var(--nova-reference-ink);
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -.035em;
}

body.customers.nova-theme.nova-auth-page .nova-auth-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
}

body.customers.nova-theme.nova-auth-page .nova-auth-brand img {
  display: block;
  width: auto;
  max-width: 245px;
  height: 49px;
  object-fit: contain;
}

body.customers.nova-theme.nova-auth-page .nova-auth-brand span {
  padding: 5px 9px;
  color: #55718f;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .55px;
  background: #edf4fb;
  border-radius: 5px;
}

body.customers.nova-theme.nova-auth-page .login-form .panel_s,
body.customers.nova-theme.nova-auth-page .panel_s {
  overflow: hidden;
  background: rgba(255, 255, 255, .98);
  border: 1px solid #dbe5ef;
  border-radius: 11px;
  box-shadow: 0 18px 38px rgba(9, 44, 80, .11);
}

body.customers.nova-theme.nova-auth-page .login-form .panel-body,
body.customers.nova-theme.nova-auth-page .panel_s .panel-body {
  padding: 27px;
}

body.customers.nova-theme.nova-auth-page .login-form label,
body.customers.nova-theme.nova-auth-page .panel_s label {
  color: #40546c;
  font-size: 12px;
  font-weight: 750;
}

body.customers.nova-theme.nova-auth-page .login-form .form-control,
body.customers.nova-theme.nova-auth-page .panel_s .form-control {
  height: 42px;
  color: #263d56;
  background: #fbfdff;
  border-color: #d8e3ed;
  border-radius: 6px;
  box-shadow: none;
}

body.customers.nova-theme.nova-auth-page .login-form .form-control:focus,
body.customers.nova-theme.nova-auth-page .panel_s .form-control:focus {
  border-color: #6f9ec9;
  box-shadow: 0 0 0 3px rgba(44, 107, 183, .12);
}

body.customers.nova-theme.nova-auth-page .login-form .btn-primary,
body.customers.nova-theme.nova-auth-page .panel_s .btn-primary {
  min-height: 42px;
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  background: var(--nova-reference-navy);
  border-color: var(--nova-reference-navy);
  border-radius: 6px;
  box-shadow: 0 8px 15px rgba(0, 59, 112, .16);
}

body.customers.nova-theme.nova-auth-page .login-form .btn-primary:hover,
body.customers.nova-theme.nova-auth-page .panel_s .btn-primary:hover {
  background: #0a548e;
  border-color: #0a548e;
}

body.customers.nova-theme.nova-auth-page .login-form .btn-default {
  min-height: 40px;
  color: #43617d;
  font-size: 12px;
  font-weight: 700;
  background: #f7fafd;
  border-color: #d8e3ed;
  border-radius: 6px;
}

body.customers.nova-theme.nova-auth-page .login-form .text-muted {
  color: #58708b;
  font-size: 12px;
}

body.customers.nova-theme.nova-auth-page .g-recaptcha {
  position: relative;
  display: inline-flex;
  max-width: 100%;
  margin-top: 5px;
  padding: 25px 12px 12px;
  background: #f4f8fc;
  border: 1px solid #d8e5ef;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
}

body.customers.nova-theme.nova-auth-page .g-recaptcha::before {
  position: absolute;
  top: 8px;
  left: 12px;
  content: 'G\00dcVENL\0130K DO\011eRULAMASI';
  color: #607995;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .8px;
}

body.customers.nova-theme.nova-auth-page .g-recaptcha iframe {
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

/* reCAPTCHA keeps its native 302px width; scale it inside the login card. */
body.customers.nova-theme.nova-auth-page .g-recaptcha {
  display: block;
  width: 100%;
  min-height: 106px;
  padding: 25px 8px 8px;
  overflow: hidden;
  box-sizing: border-box;
}

body.customers.nova-theme.nova-auth-page .g-recaptcha > div {
  transform: scale(.88);
  transform-origin: top left;
}

@media (max-width: 767px) {
  body.customers.nova-theme.nova-auth-page .mtop40 { margin-top: 36px !important; }
  body.customers.nova-theme.nova-auth-page .login-form .panel-body,
  body.customers.nova-theme.nova-auth-page .panel_s .panel-body { padding: 21px; }
}

@media (max-width: 390px) {
  body.customers.nova-theme.nova-auth-page .g-recaptcha {
    min-height: 98px;
    padding-right: 6px;
    padding-left: 6px;
  }

  body.customers.nova-theme.nova-auth-page .g-recaptcha > div {
    transform: scale(.79);
  }
}

body.customers.nova-theme .nova-project-hub-card {
  position: relative;
  display: block;
  min-height: 205px;
  padding: 16px;
  overflow: hidden;
  color: var(--nova-reference-ink);
  text-decoration: none;
  background: linear-gradient(145deg, #fff, #f7fafd);
  border: 1px solid #dbe5ee;
  border-radius: 9px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.customers.nova-theme .nova-project-hub-card::after { position: absolute; right: -20px; bottom: -24px; width: 95px; height: 95px; content: ''; background: radial-gradient(circle, rgba(0,59,112,.10), transparent 67%); border-radius: 50%; }
body.customers.nova-theme .nova-project-hub-card:hover { color: var(--nova-reference-ink); border-color: #9eb9d2; box-shadow: 0 14px 25px rgba(8, 47, 85, .12); transform: translateY(-3px); }
body.customers.nova-theme .nova-project-hub-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
body.customers.nova-theme .nova-project-hub-icon { display: grid; width: 34px; height: 34px; color: var(--nova-reference-navy); font-size: 14px; place-items: center; background: #eaf2f9; border-radius: 7px; }
body.customers.nova-theme .nova-project-hub-status .label { margin: 0 !important; padding: 5px 7px; font-size: 10px; font-weight: 750; border-radius: 5px; }
body.customers.nova-theme .nova-project-hub-card h3 { min-height: 39px; margin: 14px 0 13px; color: var(--nova-reference-ink); font-size: 14px; font-weight: 800; line-height: 1.35; letter-spacing: -.015em; }
body.customers.nova-theme .nova-project-hub-dates { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px 0; border-top: 1px solid #e6edf3; border-bottom: 1px solid #e6edf3; }
body.customers.nova-theme .nova-project-hub-dates span { color: #8090a2; font-size: 9px; font-weight: 750; line-height: 1.4; }
body.customers.nova-theme .nova-project-hub-dates i { margin-right: 4px; color: #668ab6; font-size: 9px; }
body.customers.nova-theme .nova-project-hub-dates strong { display: block; margin-top: 2px; color: #4a5c70; font-size: 10px; font-weight: 750; }
body.customers.nova-theme .nova-project-hub-footer { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-top: 11px; color: #718399; font-size: 10px; font-weight: 700; }
body.customers.nova-theme .nova-project-hub-footer > i { color: var(--nova-reference-navy); }

body.customers.nova-theme.nova-project-page .tw-flex.tw-items-center.tw-justify-between.tw-mb-3 {
  margin-bottom: 15px !important;
  padding: 19px 20px;
  background: linear-gradient(130deg, #fff, #f5f9fd);
  border: 1px solid var(--nova-reference-line);
  border-radius: 10px;
  box-shadow: 0 7px 18px rgba(11, 43, 75, .055);
}

body.customers.nova-theme.nova-project-page .section-heading-project { position: relative; padding-left: 13px; color: var(--nova-reference-ink) !important; font-size: 21px !important; font-weight: 800 !important; }
body.customers.nova-theme.nova-project-page .section-heading-project::before { position: absolute; top: 2px; bottom: 2px; left: 0; width: 4px; content: ''; background: var(--nova-reference-navy); border-radius: 99px; }
body.customers.nova-theme.nova-project-page .new-task { padding: 10px 14px; color: #fff; font-size: 12px; font-weight: 750; background: var(--nova-reference-navy); border: 0; border-radius: 6px; box-shadow: 0 7px 13px rgba(0, 59, 112, .17); }
body.customers.nova-theme.nova-project-page .new-task:hover { color: #fff; background: #0a548e; }
body.customers.nova-theme.nova-project-page .project-overview-column > .row { margin-bottom: 12px; padding: 13px; background: #f7fafd; border: 1px solid #e0e8ef; border-radius: 8px; }
body.customers.nova-theme.nova-project-page .project-description { color: #52657c; background: #f7fafd; border-color: #e0e8ef; border-radius: 8px; }

@media (max-width: 991px) {
  body.customers.nova-theme .nova-projects-hub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.customers.nova-theme .nova-projects-status-summary dl { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 575px) {
  body.customers.nova-theme .nova-projects-hub { padding: 18px; }
  body.customers.nova-theme .nova-projects-hub-grid { grid-template-columns: 1fr; }
  body.customers.nova-theme .nova-projects-status-summary dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.customers.nova-theme .nova-projects-hub-heading { display: block; }
  body.customers.nova-theme .nova-project-count { display: inline-block; margin-top: 12px; }
  body.customers.nova-theme.nova-project-page .tw-flex.tw-items-center.tw-justify-between.tw-mb-3 { display: block; padding: 16px; }
  body.customers.nova-theme.nova-project-page .new-task { display: inline-block; margin-top: 13px; }
}

/* Icon-led headings and prominent commercial documents */
body.customers.nova-theme .nova-portal-heading > span i,
body.customers.nova-theme .nova-portal-heading-copy > span i,
body.customers.nova-theme .nova-section-heading span i,
body.customers.nova-theme .nova-projects-hub-heading span:not(.nova-project-count) i {
  display: inline-grid;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  color: var(--nova-reference-navy);
  font-size: 10px;
  vertical-align: -4px;
  place-items: center;
  background: #e6f0f8;
  border-radius: 5px;
}

body.customers.nova-theme .nova-portal-business {
  position: relative;
  align-items: stretch;
  margin-top: 17px;
  padding: 17px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(rgba(255, 255, 255, .13) .65px, transparent .65px),
    linear-gradient(122deg, #002b53, #003b70 66%, #0a578f);
  background-size: 15px 15px, auto;
  border: 0;
  border-radius: 9px;
  box-shadow: 0 11px 22px rgba(0, 47, 88, .17);
}

body.customers.nova-theme .nova-portal-business::after {
  position: absolute;
  right: -40px;
  bottom: -48px;
  width: 150px;
  height: 150px;
  content: '';
  pointer-events: none;
  background: rgba(255, 255, 255, .06);
  border-radius: 50%;
}

body.customers.nova-theme .nova-portal-business > div {
  position: relative;
  z-index: 1;
  flex-basis: 205px;
  padding: 3px 13px 3px 1px;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

body.customers.nova-theme .nova-portal-business > div > span {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  color: #dcecff;
  font-size: 10px;
}

body.customers.nova-theme .nova-portal-business > div > span i {
  display: grid;
  width: 29px;
  height: 29px;
  color: #003b70;
  font-size: 13px;
  place-items: center;
  background: #eaf4ff;
  border-radius: 7px;
}

body.customers.nova-theme .nova-portal-business strong { display: block; color: #fff; font-size: 14px; font-weight: 800; letter-spacing: -.015em; }
body.customers.nova-theme .nova-portal-business strong i { margin-right: 6px; color: #b9d9fa; }
body.customers.nova-theme .nova-portal-business p { margin: 6px 0 0; color: rgba(231, 242, 255, .76); font-size: 10px; line-height: 1.45; }

body.customers.nova-theme .nova-portal-business-grid {
  position: relative;
  z-index: 1;
  align-content: center;
}

body.customers.nova-theme .nova-portal-business-grid a {
  min-height: 42px;
  padding: 10px 13px;
  color: #123f69;
  background: #fff;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 5px 11px rgba(0, 24, 53, .16);
}

body.customers.nova-theme .nova-portal-business-grid a i { color: #0c609c; }
body.customers.nova-theme .nova-portal-business-grid a:hover { color: #003b70; background: #eaf4ff; border: 0; box-shadow: 0 8px 16px rgba(0, 23, 53, .24); transform: translateY(-2px); }

@media (max-width: 767px) {
  body.customers.nova-theme .nova-portal-business > div { padding: 0 0 12px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
}

/* Client header logo alignment */
body.customers.nova-theme .header.navbar-default .navbar-header {
  display: flex;
  align-items: center;
  min-height: 70px;
}

body.customers.nova-theme .header.navbar-default .navbar-brand {
  display: flex;
  align-items: center;
  height: 70px;
  margin: 0;
  padding: 0 20px;
}

body.customers.nova-theme .header.navbar-default .navbar-brand img {
  display: block;
  width: auto;
  max-width: 205px;
  max-height: 38px;
  object-fit: contain;
}

body.customers.nova-theme .header.navbar-default .navbar-brand img.nova-client-logo-image {
  width: auto !important;
  height: 49px !important;
  max-width: 278px;
  max-height: 49px;
}

body.customers.nova-theme.nova-inline-navigation .header.navbar-default .navbar-header,
body.customers.nova-theme.nova-inline-navigation .header.navbar-default .navbar-brand {
  min-height: 58px;
  height: 58px;
}

@media (max-width: 767px) {
  body.customers.nova-theme .header.navbar-default .navbar-header,
  body.customers.nova-theme .header.navbar-default .navbar-brand {
    min-height: 58px;
    height: 58px;
  }

  body.customers.nova-theme .header.navbar-default .navbar-brand { padding: 0 15px; }
  body.customers.nova-theme .header.navbar-default .navbar-brand img { max-width: 175px; max-height: 32px; }
  body.customers.nova-theme .header.navbar-default .navbar-header { justify-content: flex-start; }
  body.customers.nova-theme .header.navbar-default .navbar-brand { margin-left: 0 !important; padding-left: 12px; }
  body.customers.nova-theme .header.navbar-default .navbar-brand img.nova-client-logo-image { height: 41px !important; max-width: 232px; max-height: 41px; }
}

/* Menu card icons */
body.customers.nova-theme .nova-portal-nav-grid a,
body.customers.nova-theme .nova-portal-business-grid a {
  gap: 9px;
}

body.customers.nova-theme .nova-menu-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  color: var(--nova-reference-navy);
  font-size: 12px;
  place-items: center;
  background: #e9f2fa;
  border-radius: 6px;
  text-align: center;
  transition: color .16s ease, background .16s ease, transform .16s ease;
}

body.customers.nova-theme .nova-menu-icon i,
body.customers.nova-theme .nova-portal-business-grid a .nova-menu-icon i {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: inherit !important;
  font-size: inherit;
  line-height: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
}

body.customers.nova-theme .nova-menu-label {
  position: relative;
  z-index: 1;
}

body.customers.nova-theme .nova-portal-nav-grid a:hover .nova-menu-icon {
  color: #fff;
  background: var(--nova-reference-navy);
  transform: scale(1.05);
}

body.customers.nova-theme .nova-portal-nav-grid a:hover .nova-menu-icon i { color: #fff !important; }

body.customers.nova-theme .nova-portal-business-grid a .nova-menu-icon {
  color: #0c609c;
  background: #eaf4ff;
}

body.customers.nova-theme .nova-portal-business-grid a:hover .nova-menu-icon {
  color: #fff;
  background: #0c609c;
}

body.customers.nova-theme .nova-portal-business-grid a:hover .nova-menu-icon i { color: #fff !important; }

body.customers.nova-theme .nova-portal-nav-grid a.nova-menu-logout {
  color: #a44747;
  background: #fff8f8;
  border-color: #efd8d8;
}

body.customers.nova-theme .nova-portal-nav-grid a.nova-menu-logout .nova-menu-icon {
  color: #b44848;
  background: #fde8e8;
}

body.customers.nova-theme .nova-portal-nav-grid a.nova-menu-logout:hover {
  color: #fff;
  background: #b44848;
  border-color: #b44848;
  box-shadow: 0 8px 16px rgba(145, 57, 57, .17);
}

body.customers.nova-theme .nova-portal-nav-grid a.nova-menu-logout:hover .nova-menu-icon {
  color: #b44848;
  background: #fff;
}

body.customers.nova-theme .nova-portal-nav-grid a.nova-menu-logout:hover .nova-menu-icon i {
  color: #b44848 !important;
}

/* Project/menu active states: keep label and icon legible on the navy surface. */
body.customers.nova-theme .nova-project-sections-grid a.active,
body.customers.nova-theme .nova-project-sections-grid a.active:hover,
body.customers.nova-theme .nova-project-sections-grid a.active:focus {
  color: #fff !important;
  background: var(--nova-reference-navy) !important;
}

body.customers.nova-theme .nova-project-sections-grid a.active i,
body.customers.nova-theme .nova-project-sections-grid a.active:hover i,
body.customers.nova-theme .nova-project-sections-grid a.active:focus i {
  color: #fff !important;
}

body.customers.nova-theme .nova-project-sections-grid a.active .nova-menu-icon {
  color: var(--nova-reference-navy);
  background: #fff;
}

body.customers.nova-theme .nova-project-sections-grid a.active .nova-menu-icon i {
  color: var(--nova-reference-navy) !important;
}

/* Selected project section: clear navy active state across all project tabs. */
body.customers.nova-theme .nova-project-sections-grid a.active,
body.customers.nova-theme .nova-project-sections-grid a.active:hover,
body.customers.nova-theme .nova-project-sections-grid a.active:focus {
  color: #fff !important;
  background: var(--nova-reference-navy) !important;
  border-color: var(--nova-reference-navy) !important;
  box-shadow: 0 7px 15px rgba(0, 59, 112, .17) !important;
}

body.customers.nova-theme .nova-project-sections-grid a.active i,
body.customers.nova-theme .nova-project-sections-grid a.active:hover i,
body.customers.nova-theme .nova-project-sections-grid a.active:focus i {
  color: #fff !important;
}

@media (max-width: 767px) {
  body.customers.nova-theme .header.navbar-default .navbar-header {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 7px;
    justify-content: flex-start;
  }

  body.customers.nova-theme .header.navbar-default .navbar-toggle {
    display: none !important;
  }

  body.customers.nova-theme .header.navbar-default .navbar-brand {
    align-self: flex-start;
    justify-content: flex-start;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
  }
}

/* Customer portal quick search */
body.customers.nova-theme .nova-client-home-trigger{display:grid;flex:0 0 auto;width:34px;height:34px;place-items:center;margin:0 6px 0 10px;color:var(--nova-reference-navy,#003b70);background:#eef7fc;border:1px solid #cfe2ee;border-radius:8px;font-size:14px;text-decoration:none;transition:.16s ease}body.customers.nova-theme .nova-client-home-trigger:hover,body.customers.nova-theme .nova-client-home-trigger:focus{color:#fff;background:var(--nova-reference-navy,#003b70);border-color:var(--nova-reference-navy,#003b70);box-shadow:0 6px 13px rgba(0,59,112,.18);text-decoration:none}
/* Price request form: applied only when the client page identifies itself as a request page. */
body.customers.nova-theme.nova-price-request-page #content>.container{max-width:1020px!important}body.customers.nova-theme .nova-price-request-intro{position:relative;display:flex;align-items:center;gap:14px;overflow:hidden;margin:20px 0 14px;padding:22px 24px;color:#173b57;background:linear-gradient(130deg,#fff,#f3f9fd);border:1px solid #d5e6ef;border-radius:14px;box-shadow:0 11px 24px rgba(16,52,80,.06)}body.customers.nova-theme .nova-price-request-intro:after{position:absolute;right:-45px;bottom:-72px;width:190px;height:190px;background:radial-gradient(circle,rgba(11,102,157,.12) 0 34%,transparent 35%);border-radius:50%;content:""}.nova-price-request-icon{display:grid;flex:0 0 auto;width:49px;height:49px;place-items:center;color:#075d9f;background:#e8f5fb;border:1px solid #c7e1ef;border-radius:12px;font-size:20px}.nova-price-request-intro>div:nth-child(2){position:relative;z-index:1;min-width:0;flex:1}.nova-price-request-intro>div:nth-child(2)>span{display:block;color:#0b669d;font-size:9px;font-weight:800;letter-spacing:.8px}.nova-price-request-intro>div:nth-child(2)>span i{margin-right:4px}.nova-price-request-intro h1{margin:4px 0 0;color:#163b59;font-size:22px;font-weight:800}.nova-price-request-intro p{max-width:610px;margin:6px 0 0;color:#6e8798;font-size:12px;line-height:1.5}.nova-price-request-note{position:relative;z-index:1;display:flex;align-items:center;gap:8px;padding:9px 10px;color:#45677f;background:#fff;border:1px solid #d8e7ef;border-radius:8px;font-size:10px}.nova-price-request-note>i{color:#0b669d;font-size:15px}.nova-price-request-note b{color:#1f4e6c}.nova-price-request-form{margin-bottom:28px!important;padding:23px!important;background:#fff!important;border:1px solid #d8e6ee!important;border-radius:14px!important;box-shadow:0 12px 27px rgba(16,52,80,.065)!important}.nova-price-request-form .nova-price-request-field{margin-bottom:17px!important}.nova-price-request-form label{margin-bottom:6px!important;color:#34566f!important;font-size:12px!important;font-weight:800!important}.nova-price-request-form .form-control{min-height:42px!important;color:#234860!important;background:#fbfdfe!important;border:1px solid #cfdfE9!important;border-radius:8px!important;font-size:13px!important;box-shadow:none!important;transition:.16s ease}.nova-price-request-form textarea.form-control{min-height:130px!important;padding-top:11px!important;line-height:1.55!important;resize:vertical}.nova-price-request-form .form-control:focus{background:#fff!important;border-color:#4f96c0!important;box-shadow:0 0 0 3px rgba(11,102,157,.10)!important}.nova-price-request-form .help-block,.nova-price-request-form small{color:#7e95a5!important;font-size:10px!important}.nova-price-request-form .btn-primary,.nova-price-request-form button[type=submit]{min-height:41px;padding:0 17px!important;color:#fff!important;background:linear-gradient(135deg,#075d9f,#0a76b9)!important;border:0!important;border-radius:8px!important;font-size:12px!important;font-weight:800!important;box-shadow:0 7px 14px rgba(7,93,159,.18)!important}.nova-price-request-form .btn-primary:hover,.nova-price-request-form button[type=submit]:hover{transform:translateY(-1px);box-shadow:0 10px 18px rgba(7,93,159,.24)!important}.nova-price-request-form input[type=file]{padding:8px!important;color:#607b8e!important;background:#f8fbfd!important;border:1px dashed #b8d3e2!important;border-radius:8px!important}@media(max-width:767px){body.customers.nova-theme .nova-price-request-intro{align-items:flex-start;margin:13px 0 10px;padding:17px 15px;border-radius:12px}.nova-price-request-icon{width:38px;height:38px;border-radius:9px;font-size:16px}.nova-price-request-intro h1{font-size:18px}.nova-price-request-intro p{font-size:11px}.nova-price-request-note{display:none}.nova-price-request-form{padding:16px!important;border-radius:12px!important}.nova-price-request-form .form-control{font-size:14px!important}}
@media(max-width:767px){body.customers.nova-theme .header.navbar-default>.container{position:relative!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;min-height:58px!important}body.customers.nova-theme .nova-client-search-trigger{position:absolute!important;z-index:4;top:12px;right:12px;width:34px!important;min-width:34px!important;height:34px!important;margin:0!important;padding:0!important;justify-content:center!important}body.customers.nova-theme .nova-client-home-trigger{position:absolute!important;z-index:4;top:12px;right:54px;width:34px!important;height:34px!important;margin:0!important}body.customers.nova-theme .header.navbar-default .navbar-brand{max-width:calc(100% - 108px)!important;margin-right:auto!important}body.customers.nova-theme .header.navbar-default .navbar-brand img{max-width:150px!important}}
body.customers.nova-theme .nova-client-search-trigger{display:inline-flex;align-items:center;gap:8px;min-width:230px;height:36px;margin:0 18px;padding:0 9px 0 12px;color:#70869a;background:#f3f7fa;border:1px solid #e0e9ef;border-radius:8px;font-size:12px;font-weight:600;text-align:left;transition:.18s ease}body.customers.nova-theme .nova-client-search-trigger:hover{color:#003b70;background:#fff;border-color:#b7cfe0;box-shadow:0 5px 13px rgba(16,52,80,.08)}body.customers.nova-theme .nova-client-search-trigger i{color:#0b669d}body.customers.nova-theme .nova-client-search-trigger span{flex:1}body.customers.nova-theme .nova-client-search-trigger kbd{padding:3px 5px;color:#8298a8;background:#fff;border:1px solid #dce7ed;border-radius:4px;font:9px inherit}.nova-client-search-modal{position:fixed;z-index:100000;inset:0;display:none}.nova-client-search-modal.is-open{display:block}.nova-client-search-backdrop{position:absolute;inset:0;background:rgba(8,32,51,.48);backdrop-filter:blur(3px)}.nova-client-search-dialog{position:relative;width:min(620px,calc(100% - 28px));max-height:calc(100vh - 50px);margin:70px auto;overflow:auto;padding:20px;background:#fff;border:1px solid rgba(203,222,234,.9);border-radius:16px;box-shadow:0 28px 70px rgba(0,25,47,.28)}.nova-client-search-dialog>header{display:flex;align-items:center;gap:10px}.nova-search-dialog-icon{display:grid;width:38px;height:38px;place-items:center;color:#0b669d;background:#eaf5fb;border-radius:10px;font-size:16px}.nova-client-search-dialog header>div{flex:1}.nova-client-search-dialog header small{display:block;color:#0b669d;font-size:9px;font-weight:800;letter-spacing:.8px}.nova-client-search-dialog header h2{margin:3px 0 0;color:#173b57;font-size:19px;font-weight:800}.nova-client-search-close{display:grid;width:32px;height:32px;place-items:center;color:#6b8497;background:#f5f8fa;border:1px solid #e0e9ef;border-radius:7px}.nova-client-search-input{display:flex;align-items:center;gap:8px;margin-top:17px;padding:5px 8px 5px 12px;background:#f7fafc;border:1px solid #c5dbe8;border-radius:10px;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.nova-client-search-input>i{color:#0b669d}.nova-client-search-input input{width:100%;height:34px;padding:0;border:0;outline:0;color:#234860;background:transparent;font-size:13px;font-weight:600}.nova-client-search-input input::placeholder{color:#94a7b4;font-weight:400}.nova-client-search-input kbd{padding:4px 6px;color:#7a90a0;background:#fff;border:1px solid #e0e9ef;border-radius:5px;font:9px inherit}.nova-client-search-hint{margin:10px 0 12px;color:#7890a0;font-size:10px}.nova-client-search-hint i{margin-right:4px;color:#0b669d}.nova-client-search-results{display:grid;gap:7px}.nova-client-search-result{display:flex;align-items:center;gap:10px;padding:10px;color:inherit;background:#fff;border:1px solid #e0e9ef;border-radius:9px;text-decoration:none;transition:.16s ease}.nova-client-search-result:hover{color:inherit;background:#f3f8fb;border-color:#a9c9dc;box-shadow:0 6px 14px rgba(16,52,80,.07);transform:translateY(-1px)}.nova-client-search-result-icon{display:grid;flex:0 0 auto;width:34px;height:34px;place-items:center;color:#0b669d;background:#eaf5fb;border-radius:8px}.nova-client-search-result-copy{display:grid;min-width:0;gap:2px}.nova-client-search-result-copy small{color:#7891a2;font-size:8px;font-weight:800;letter-spacing:.55px;text-transform:uppercase}.nova-client-search-result-copy strong{overflow:hidden;color:#22445f;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.nova-client-search-result-copy em{overflow:hidden;color:#7890a0;font-size:10px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.nova-client-search-result-arrow{margin-left:auto;color:#78a6c0;font-size:12px}.nova-client-search-empty{display:grid;justify-items:center;gap:5px;padding:26px 15px;color:#7890a0;text-align:center}.nova-client-search-empty>i{color:#9abace;font-size:23px}.nova-client-search-empty strong{color:#36566e;font-size:12px}.nova-client-search-empty span{font-size:10px}@media(max-width:900px){body.customers.nova-theme .nova-client-search-trigger{min-width:0;margin-left:auto;margin-right:8px}body.customers.nova-theme .nova-client-search-trigger span,body.customers.nova-theme .nova-client-search-trigger kbd{display:none}}@media(max-width:767px){body.customers.nova-theme .nova-client-search-trigger{width:34px;min-width:34px;height:34px;margin:0 6px 0 auto;padding:0;justify-content:center}body.customers.nova-theme .nova-client-search-trigger i{margin:0}.nova-client-search-dialog{width:calc(100% - 20px);max-height:calc(100vh - 20px);margin:10px auto;padding:16px;border-radius:13px}.nova-client-search-dialog header h2{font-size:17px}.nova-client-search-input{margin-top:13px}.nova-client-search-result{padding:9px}.nova-client-search-result-copy em{white-space:normal}}

/* Project listing uses the custom customer-portal navigation. */
body.customers.nova-theme.nova-projects-page .header.navbar-default {
  min-height: 58px;
  margin-bottom: 20px;
}

/* Restore Perfex's original project-page navigation and keep it in view while scrolling. */
body.customers.nova-theme.nova-projects-page .header.navbar-default {
  position: relative;
  top: auto;
  z-index: auto;
}

body.customers.nova-theme.nova-projects-page #theme-navbar-collapse {
  display: none !important;
}

body.customers.nova-theme.nova-projects-page #theme-navbar-collapse {
  display: block !important;
}

@media (min-width: 768px) {
  body.customers.nova-theme.nova-projects-page .header.navbar-default > .container {
    display: flex;
    align-items: center;
    min-height: 58px;
  }

  body.customers.nova-theme.nova-projects-page .header.navbar-default .navbar-header {
    flex: 0 0 auto;
    float: none;
    min-height: 58px;
  }

  body.customers.nova-theme.nova-projects-page .header.navbar-default .navbar-brand {
    height: 58px;
    min-height: 58px;
  }

  body.customers.nova-theme.nova-projects-page .nova-header-distributor {
    display: none;
  }

  body.customers.nova-theme.nova-projects-page .nova-client-search-trigger {
    margin-left: auto;
  }
}
