html {
  font-size: 15px;
}

@media (min-width: 768px) {
  html {
    font-size: 17px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  color: #28303f;
}

.page-heading {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.page-heading h1 {
  font-size: 1.75rem;
  margin: 0;
}

.panel {
  background: var(--bs-card-bg, #fff);
  border: 1px solid var(--bs-border-color);
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(20, 30, 40, 0.04);
}

.panel-header {
  border-bottom: 1px solid #e7ebf0;
  padding: 1.15rem 1.4rem;
}

.panel-header strong {
  font-size: 1.02rem;
}

.panel-body {
  padding: 1.4rem;
}

.unsaved-changes-alert {
  align-items: center;
  border-color: #f2c94c;
  border-radius: 6px;
  box-shadow: 0 10px 26px rgba(120, 84, 0, .12);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  position: sticky;
  top: 74px;
  z-index: 20;
}

.unsaved-changes-alert[hidden] {
  display: none !important;
}

.unsaved-changes-alert span {
  margin-left: .35rem;
}

.metric {
  background: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 6px;
  padding: 1rem;
}

.metric-label {
  color: #667085;
  font-size: .82rem;
  text-transform: uppercase;
}

.metric-value {
  font-size: 1.5rem;
  font-weight: 700;
}

.table thead th {
  color: #475467;
  font-size: .78rem;
  padding: 1rem 1.15rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.table td {
  padding: 1rem 1.15rem;
}

.app-table tbody tr {
  min-height: 78px;
}

.table-input {
  min-width: 150px;
}

.cost-column {
  width: 180px;
}

.quantity-column {
  width: 86px;
}

.line-total-column {
  width: 112px;
}

.cost-input-group {
  max-width: 180px;
  min-width: 180px;
}

.cost-input-group .form-control {
  min-width: 0;
}

.cost-input-group .input-group-text {
  min-width: 52px;
  justify-content: center;
  padding-left: .55rem;
  padding-right: .55rem;
}

.quantity-input {
  max-width: 72px;
  min-width: 68px;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: right;
}

.quote-cost-matrix {
  min-width: 760px;
  width: max-content;
}

.cost-panel-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  justify-content: flex-end;
}

.cost-panel-actions .preset-select {
  min-width: 220px;
  width: auto;
}

.quote-cost-matrix thead th {
  padding: .65rem .55rem;
  text-align: center;
  vertical-align: middle;
}

.quote-cost-matrix td {
  padding: .7rem .55rem;
}

.quantity-group {
  min-width: 190px;
}

.jolly-quantity-header,
.quantity-variant-header {
  align-items: center;
  display: grid;
  gap: .45rem;
  justify-items: stretch;
}

.jolly-quantity-header .form-control,
.quantity-variant-header .form-control {
  max-width: 92px;
  min-height: 36px;
  text-align: right;
}

.quantity-confirm-check {
  align-items: center;
  display: flex;
  font-size: .78rem;
  gap: .35rem;
  justify-content: center;
  margin: 0;
  text-transform: none;
}

.quantity-column-remove {
  background: #dc2626;
  border-color: #dc2626;
  color: #fff;
  font-size: .72rem;
  line-height: 1;
  min-height: 23px;
  min-width: 23px;
  padding: 8px;
}

.quantity-column-remove:hover,
.quantity-column-remove:focus {
  background: #b91c1c;
  border-color: #b91c1c;
  color: #fff;
}

.quote-cost-matrix .icon-action {
  min-height: 34px;
  min-width: 38px;
  padding: 0;
}

.line-total-cell {
  font-size: .86rem;
  min-width: 108px;
  text-align: right;
}

.quote-cost-matrix tfoot td {
  background: #f8fafc;
  border-top: 2px solid #cbd5e1;
  padding-bottom: .85rem;
  padding-top: .85rem;
}

.quote-total-row td {
  color: #172a41;
}

.quote-total-each-row td {
  border-top-width: 1px;
  font-size: .9rem;
}

.quantity-seed-input {
  max-width: 140px;
  text-align: right;
}

.new-units-grid {
  display: grid;
  gap: .35rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.new-units-grid .form-control {
  min-height: 36px;
  text-align: right;
}

.wide-input {
  min-width: 180px;
}

.quote-description {
  max-width: 980px;
  white-space: pre-wrap;
}

.money {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.empty-state {
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 6px;
  margin: .25rem;
  padding: 1.35rem;
  text-align: center;
}

.app-brand {
  align-items: center;
  display: flex;
  gap: .75rem;
}

.app-logo {
  height: 42px;
  object-fit: contain;
  width: 42px;
}

.app-logo-sm {
  height: 34px;
  object-fit: contain;
  width: 34px;
}

.nxl-container .main-content {
  padding: 1.75rem;
}

.form-label {
  color: #344054;
  font-size: .9rem;
  font-weight: 600;
}

.customer-form-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .88fr);
}

.form-section-title {
  color: #172a41;
  font-size: .96rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.customer-section-title {
  align-items: center;
  display: flex;
  gap: .75rem;
  justify-content: space-between;
}

.customer-code-inline {
  background: #fff;
  color: #64748b;
  font-size: .82rem;
  font-weight: 700;
  max-width: 120px;
  min-height: 34px;
  padding: .3rem .55rem;
  text-align: center;
}

.customer-code-inline[readonly] {
  background: #fff;
}

.billing-section {
  background: #f7f9fc;
  border: 1px solid #e4e9f1;
  border-radius: 6px;
  padding: 1.15rem;
}

.quote-header-panel .panel-header {
  padding-bottom: 0;
}

.quote-header-toolbar {
  align-items: flex-end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.quote-header-tabs {
  border-bottom: 0;
  gap: 0.35rem;
}

.quote-header-collapse-toggle {
  flex: 0 0 auto;
  margin-bottom: 0.45rem;
}

.quote-header-collapse-toggle .feather-chevron-down {
  display: none;
}

.quote-header-panel:has(#quote-header-collapse:not(.show)) .quote-header-collapse-toggle .feather-chevron-up {
  display: none;
}

.quote-header-panel:has(#quote-header-collapse:not(.show)) .quote-header-collapse-toggle .feather-chevron-down {
  display: inline-block;
}

.quote-header-tabs .nav-link {
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
  color: #64748b;
  font-weight: 700;
  padding: 0.65rem 0.9rem;
}

.quote-header-tabs .nav-link.active {
  background: #fff;
  border-color: #e4e9f1 #e4e9f1 #fff;
  color: #111827;
}

.quote-info-grid {
  display: grid;
  grid-template-columns: minmax(380px, 1.2fr) minmax(320px, 1fr);
  gap: 1.5rem;
}

.quote-customer-section,
.paper-cost-section {
  background: #f7f9fc;
  border: 1px solid #e4e9f1;
  border-radius: 6px;
  padding: 1.15rem;
}

.paper-cost-cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 500px), 1fr));
}

.paper-cost-card {
  background: #f7f9fc;
  border: 1px solid #e4e9f1;
  border-radius: 6px;
  padding: 1rem;
}

.paper-cost-card-title {
  color: #172a41;
  font-size: .9rem;
  font-weight: 800;
  margin-bottom: .8rem;
}

.paper-cost-card-heading {
  align-items: center;
  display: flex;
  gap: .65rem;
  justify-content: space-between;
  margin-bottom: .8rem;
  min-height: 38px;
}

.paper-cost-card-heading .paper-cost-card-title {
  margin-bottom: 0;
}

.paper-cost-name {
  font-weight: 700;
  max-width: 260px;
}

.paper-cost-price-heading {
  align-items: center;
  display: flex;
  gap: .5rem;
  justify-content: space-between;
  margin-bottom: .35rem;
  flex-wrap: wrap;
}

.paper-catalog-select {
  flex: 1 1 150px;
  min-height: 34px;
  min-width: 0;
}

.paper-cost-remove {
  flex: 0 0 auto;
}

.paper-cost-fields {
  align-items: end;
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
}

.paper-result {
  background: #fff;
  border: 1px solid #e4e9f1;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: .25rem;
  min-height: 46px;
  padding: .65rem .85rem;
}

.paper-result span {
  color: #667085;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.paper-result strong {
  color: #172a41;
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
}

.paper-result-primary {
  background: #eef4ff;
  border-color: #c7d7fe;
}

.quote-cost-matrix .quantity-band-even {
  background: #fff;
}

.quote-cost-matrix .quantity-band-odd {
  background: #f6f8fb;
}

.quote-cost-matrix thead .quantity-band-odd {
  background: #eef2f7;
}

.quote-cost-matrix tfoot .quantity-band-even {
  background: #f8fafc;
}

.quote-cost-matrix tfoot .quantity-band-odd {
  background: #eef2f7;
}

.quote-cost-matrix .confirmed-quantity-top {
  box-shadow:
    inset 4px 0 0 #dc2626,
    inset -4px 0 0 #dc2626,
    inset 0 4px 0 #dc2626;
}

.quote-cost-matrix .confirmed-quantity-left {
  box-shadow: inset 4px 0 0 #dc2626;
}

.quote-cost-matrix .confirmed-quantity-right {
  box-shadow: inset -4px 0 0 #dc2626;
}

.quote-cost-matrix .confirmed-quantity-span {
  box-shadow:
    inset 4px 0 0 #dc2626,
    inset -4px 0 0 #dc2626;
}

.quote-cost-matrix .confirmed-quantity-bottom {
  box-shadow:
    inset 4px 0 0 #dc2626,
    inset -4px 0 0 #dc2626,
    inset 0 -4px 0 #dc2626;
}

.cost-item-form-panel {
  max-width: 520px;
}

.cost-item-form-stack {
  display: grid;
  gap: 1rem;
}

.preset-items-grid {
  display: grid;
  gap: .55rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.preset-items-grid .form-check {
  align-items: center;
  border: 1px solid #e4e9f1;
  border-radius: 6px;
  display: flex;
  gap: .45rem;
  margin: 0;
  padding: .55rem .65rem;
}

.preset-items-grid .form-check-input {
  margin: 0;
}

.price-list-settings-layout {
  align-items: start;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 260px minmax(0, 1fr);
}

.price-list-content-sidebar {
  background: #fff;
  border: 1px solid #e4e9f1;
  border-radius: 6px;
  height: auto !important;
  max-width: 260px !important;
  min-width: 260px !important;
  overflow: hidden;
  position: sticky !important;
  top: 100px;
  width: 260px !important;
}

.price-list-content-sidebar .content-sidebar-header {
  border-bottom: 1px solid #e4e9f1;
  min-height: auto;
  padding: 1.15rem;
}

.price-list-content-sidebar .content-sidebar-body {
  padding: .65rem;
}

.price-list-content-sidebar .nxl-content-sidebar-item {
  gap: .25rem;
}

.price-list-content-sidebar .nav-link {
  align-items: center;
  background: transparent;
  border: 0;
  border-left: 3px solid transparent;
  border-radius: 4px;
  color: #64748b;
  display: grid;
  font-weight: 700;
  gap: .7rem;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  min-height: 48px;
  padding: .65rem .75rem;
  text-align: left;
  width: 100%;
}

.price-list-content-sidebar .nav-link i {
  font-size: 1rem;
}

.price-list-content-sidebar .nav-link small {
  background: #eef2f7;
  border-radius: 4px;
  color: #64748b;
  font-size: .7rem;
  min-width: 24px;
  padding: .15rem .35rem;
  text-align: center;
}

.price-list-content-sidebar .nav-link:hover,
.price-list-content-sidebar .nav-link.active {
  background: #eef4ff;
  border-left-color: #3454d1;
  color: #3454d1;
}

.price-list-settings-content {
  min-width: 0;
}

.modal-backdrop {
  z-index: 1080 !important;
}

.modal {
  z-index: 1090 !important;
}

.modal-dialog {
  z-index: 1091;
}

.modal-content {
  background: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .24);
  color: #28303f;
  opacity: 1;
}

.form-control,
.form-select {
  min-height: 46px;
}

.form-control-sm {
  min-height: 42px;
}

.btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 44px;
    padding-left: 8px;
    padding-right: 8px;
}

.btn-sm {
  min-height: 38px;
}

.icon-action {
  min-height: 46px;
  min-width: 54px;
  padding: 0;
}

.quote-cost-matrix .quantity-column-remove {
  background: #dc2626;
  border: 1px solid #dc2626;
  color: #fff;
  flex: 0 0 23px;
  font-size: .68rem;
  height: 23px;
  line-height: 1;
  min-height: 23px;
  min-width: 23px;
  padding: 0;
  width: 23px;
}

.quote-cost-matrix .quantity-column-remove:hover,
.quote-cost-matrix .quantity-column-remove:focus {
  background: #b91c1c;
  border-color: #b91c1c;
  color: #fff;
}

.quote-cost-matrix .icon-action {
  background: #fff;
  border: 1px solid #dc3545;
  border-radius: 6px;
  color: #dc3545;
  height: 34px;
  margin-bottom: 2px;
  min-height: 34px;
  min-width: 38px;
  padding: 0;
  position: relative;
  width: 38px;
  z-index: 1;
}

.quote-cost-matrix .icon-action:hover,
.quote-cost-matrix .icon-action:focus {
  background: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.table-responsive .table tbody tr:last-child .btn[class*="btn-outline-"] {
  border-bottom: 1px solid currentColor;
}

.table-responsive .table tbody tr:last-child .btn-outline-primary {
  border-bottom-color: #3454d1;
}

.table-responsive .table tbody tr:last-child .btn-outline-secondary {
  border-bottom-color: #64748b;
}

.table-responsive .table tbody tr:last-child .btn-outline-danger {
  border-bottom-color: #ea4d4d;
}

.table-responsive .table tbody tr:last-child .btn-outline-success {
  border-bottom-color: #17c666;
}

.table-responsive .table tbody tr:last-child .btn-outline-warning {
  border-bottom-color: #ffa21d;
}

.nxl-user-dropdown form {
  margin: 0;
}

.nxl-user-dropdown button.dropdown-item {
  background: transparent;
  border: 0;
  width: 100%;
}

html.app-skin-dark .panel,
html.app-skin-dark .metric {
  background: #0f172a;
  border-color: #1b2436;
  color: #b1b4c0;
}

html.app-skin-dark .panel-header,
html.app-skin-dark .panel-body.border-top {
  border-color: #1b2436 !important;
}

html.app-skin-dark .billing-section,
html.app-skin-dark .quote-customer-section,
html.app-skin-dark .paper-cost-section,
html.app-skin-dark .paper-cost-card,
html.app-skin-dark .empty-state {
  background: #121a2d;
  border-color: #1b2436;
}

html.app-skin-dark .quote-cost-matrix .quantity-band-even {
  background: #0f172a;
}

html.app-skin-dark .quote-cost-matrix .quantity-band-odd,
html.app-skin-dark .quote-cost-matrix thead .quantity-band-odd,
html.app-skin-dark .quote-cost-matrix tfoot .quantity-band-odd {
  background: #141d31;
}

html.app-skin-dark .paper-result {
  background: #0f172a;
  border-color: #1b2436;
}

html.app-skin-dark .paper-result-primary {
  background: #172033;
  border-color: #28364f;
}

html.app-skin-dark .paper-cost-card-title {
  color: #e5e7eb;
}

html.app-skin-dark .price-list-content-sidebar {
  background: #121a2d;
  border-color: #1b2436;
}

html.app-skin-dark .price-list-content-sidebar .content-sidebar-header {
  background: #121a2d;
  border-color: #1b2436;
}

html.app-skin-dark .price-list-content-sidebar .nav-link small {
  background: #1b2436;
  color: #91a1b6;
}

html.app-skin-dark .price-list-content-sidebar .nav-link:hover,
html.app-skin-dark .price-list-content-sidebar .nav-link.active {
  background: #172033;
}

html.app-skin-dark .quote-header-tabs .nav-link.active {
  background: #0f172a;
  border-color: #1b2436 #1b2436 #0f172a;
  color: #f8fafc;
}

html.app-skin-dark .modal-content {
  background: #0f172a;
  color: #d7dbe6;
}

html.app-skin-dark .quote-print-sheet,
html.app-skin-dark .quote-work-grid > div {
  background: #0f172a;
  border-color: #1b2436;
}

.autocomplete {
  position: relative;
}

.autocomplete-menu {
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .14);
  left: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: .35rem;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 1060;
}

.autocomplete-option {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: #28303f;
  display: flex;
  flex-direction: column;
  gap: .2rem;
  min-height: 58px;
  padding: .7rem .85rem;
  text-align: left;
  width: 100%;
}

.autocomplete-option:hover,
.autocomplete-option:focus {
  background: #eef4ff;
  outline: 0;
}

.autocomplete-empty {
  color: #667085;
  padding: .85rem;
}

.quote-print-sheet {
  background: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
  color: #1f2937;
  font-size: 13px;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 900px;
  min-height: 1180px;
  padding: 42px 48px;
}

.quote-print-header {
  align-items: flex-start;
  border-bottom: 2px solid #172a41;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 24px;
}

.quote-print-brand {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.quote-print-brand img {
  height: 74px;
  width: 74px;
}

.quote-company-name {
  color: #172a41;
  font-size: 20px;
  font-weight: 800;
}

.quote-print-meta {
  min-width: 210px;
  text-align: right;
}

.meta-title {
  color: #026df5;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.quote-print-recipient {
  margin: 28px 0;
  max-width: 420px;
}

.section-label {
  color: #667085;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.quote-opening {
  margin: 22px 0;
}

.quote-work-grid {
  border: 1px solid #d8dee8;
  border-radius: 6px;
  display: grid;
  gap: 1px;
  grid-template-columns: 2fr 1fr 1fr;
  overflow: hidden;
}

.quote-work-grid > div {
  background: #f8fafc;
  padding: 12px 14px;
}

.quote-print-description {
  margin: 24px 0;
  white-space: pre-wrap;
}

.quote-prices-table {
  border-collapse: collapse;
  margin: 24px auto;
  min-width: 460px;
}

.quote-prices-table th,
.quote-prices-table td {
  border-bottom: 1px solid #d8dee8;
  padding: 9px 18px;
  text-align: right;
}

.quote-prices-table th:first-child,
.quote-prices-table td:first-child {
  text-align: left;
}

.quote-prices-table thead th {
  border-bottom: 2px solid #172a41;
  color: #172a41;
  font-size: 12px;
  text-transform: uppercase;
}

.quote-conditions {
  margin-top: 28px;
}

.quote-conditions p {
  margin-bottom: 6px;
}

.quote-conditions h2 {
  color: #172a41;
  font-size: 16px;
  font-weight: 800;
  margin: 22px 0 10px;
  text-transform: uppercase;
}

.quote-print-footer {
  align-items: flex-end;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 220px;
  margin-top: 46px;
}

.acceptance-box {
  border-top: 1px solid #172a41;
  min-height: 80px;
  padding-top: 10px;
  text-align: center;
}

.settings-grid {
  display: grid;
  gap: 1.25rem 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.install-steps {
  display: grid;
  gap: 1rem;
}

.install-steps > div {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.code-box,
.code-textarea {
  background: #111827;
  border-color: #111827;
  color: #e5e7eb;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .86rem;
}

.code-textarea:focus {
  background: #111827;
  color: #e5e7eb;
}

@media (max-width: 767.98px) {
  .unsaved-changes-alert {
    align-items: stretch;
    flex-direction: column;
    top: 62px;
  }

  .unsaved-changes-alert span {
    display: block;
    margin-left: 0;
    margin-top: .25rem;
  }

  .page-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .settings-grid,
  .customer-form-grid,
  .quote-work-grid,
  .quote-print-footer {
    grid-template-columns: 1fr;
  }

  .billing-section {
    padding: 1rem;
  }

  .quote-customer-section {
    padding: 1rem;
  }

  .quote-info-grid {
    grid-template-columns: 1fr;
  }

  .paper-cost-fields {
    grid-template-columns: 1fr;
  }

  .paper-costs-panel .panel-header {
    align-items: stretch !important;
    flex-direction: column;
  }

  .quote-header-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 0.75rem;
  }

  .quote-header-collapse-toggle {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .price-list-settings-layout {
    grid-template-columns: 1fr;
  }

  .price-list-content-sidebar {
    max-width: 100% !important;
    min-width: 0 !important;
    position: sticky !important;
    top: 80px;
    width: 100% !important;
    z-index: 20;
  }

  .price-list-content-sidebar .content-sidebar-header {
    display: none;
  }

  .price-list-content-sidebar .content-sidebar-body {
    overflow-x: auto;
    padding: .45rem;
  }

  .price-list-content-sidebar .nxl-content-sidebar-item {
    flex-direction: row !important;
    min-width: max-content;
  }

  .price-list-content-sidebar .nav-link {
    border-bottom: 3px solid transparent;
    border-left: 0;
    grid-template-columns: 18px auto auto;
    min-width: 175px;
  }

  .price-list-content-sidebar .nav-link:hover,
  .price-list-content-sidebar .nav-link.active {
    border-bottom-color: #3454d1;
    border-left-color: transparent;
  }
}

@media print {
  @page {
    margin: 12mm;
    size: A4;
  }

  body {
    background: #fff !important;
  }

  .nxl-navigation,
  .nxl-header,
  .print-actions {
    display: none !important;
  }

  .nxl-container,
  .nxl-content,
  .main-content {
    margin: 0 !important;
    padding: 0 !important;
  }

  .quote-print-sheet {
    border: 0;
    box-shadow: none;
    max-width: none;
    min-height: 0;
    padding: 0;
  }
}
