:root {
  --va-bg: #f3f6f8;
  --va-panel: #ffffff;
  --va-ink: #101828;
  --va-muted: #6b7280;
  --va-line: #e7edf2;
  --va-primary: #2563eb;
  --va-primary-dark: #1d4ed8;
  --va-primary-soft: #eaf3ff;
  --va-green: var(--va-primary);
  --va-green-dark: var(--va-primary-dark);
  --va-green-soft: var(--va-primary-soft);
  --va-blue: #0a39a8;
  --va-cyan: #22c7ee;
  --va-radius: 8px;
  --va-shadow: 0 16px 45px rgba(16, 24, 40, 0.08);
}

/* Itemized supplier and client bills. */
body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .modal-backdrop {
  z-index: 2490 !important;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-modal {
  z-index: 2500 !important;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-dialog {
  margin: 10px auto;
  max-width: calc(100% - 24px);
  width: 1125px;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-modal .modal-content {
  background: #f4f8ff;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 24px 65px rgba(10, 30, 70, 0.32);
  overflow: visible;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-modal .modal-header {
  background: linear-gradient(110deg, #2f64eb 0%, #7239ec 48%, #13add1 100%);
  border: 0;
  border-radius: 20px 20px 0 0;
  min-height: 74px;
  padding: 18px 26px;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-modal .modal-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-modal .modal-header .close {
  color: #fff;
  font-size: 31px;
  margin-top: 2px;
  opacity: 1;
  text-shadow: none;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-modal .modal-body {
  padding: 22px;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-fields {
  display: grid;
  gap: 16px 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-field {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 132px minmax(0, 1fr);
  margin: 0;
  min-width: 0;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-field::before,
body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-field::after {
  content: none;
  display: none;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-field .control-label {
  color: #12357c;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: right;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-description {
  grid-column: 1 / -1;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-description textarea {
  min-height: 88px;
  resize: vertical;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-current-balance {
  background: linear-gradient(90deg, #e9fbff, #dbe9ff);
  color: #12357c;
  font-weight: 700;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-modal .form-control,
body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-modal .select2-container .select2-selection--single {
  border-color: #c6d5eb;
  border-radius: 12px;
  box-shadow: none;
  height: 48px;
  min-height: 48px;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-modal .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-modal .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
  min-height: 46px;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #d2e4fb;
  border-radius: 20px;
  margin-top: 20px;
  padding: 18px 14px 14px;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-card .table-responsive {
  border: 0;
  overflow: visible;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-table {
  margin: 0;
  min-width: 1160px;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-table > thead > tr > th {
  background: linear-gradient(120deg, #12a9dd, #2869ec);
  border: 0;
  color: #fff;
  font-weight: 700;
  padding: 14px 11px;
  vertical-align: middle;
  white-space: nowrap;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-table > thead > tr > th:first-child {
  border-radius: 12px 0 0 0;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-table > thead > tr > th:last-child {
  border-radius: 0 12px 0 0;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-table > tbody > tr > td,
body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-table > tfoot > tr > td {
  background: #fff;
  border-color: #d9e4f2;
  padding: 10px;
  vertical-align: middle;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-table .vexus-product-column {
  width: 26%;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-table .vexus-stock-source-column {
  width: 20%;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-table th:nth-child(2),
body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-table th:nth-child(3) {
  width: 12%;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-table th:nth-child(4),
body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-table th:nth-child(6) {
  width: 14%;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-table th:nth-child(5) {
  width: 10%;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-table .vexus-item-action-column,
body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-table .vexus-item-action-cell {
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  width: 50px;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-table .form-control,
body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-table .select2-container .select2-selection--single {
  border-radius: 11px;
  height: 48px;
  min-height: 48px;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-item-price,
body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-item-discount,
body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-item-total,
body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-net-total {
  text-align: right;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-item-total,
body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-net-total {
  background: #f8fbff;
  color: #092e70;
  font-weight: 700;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-net-total {
  border-color: #75b5ff;
  color: #1d57d7;
  font-size: 16px;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-remove-product-row {
  border: 0;
  border-radius: 11px;
  font-size: 16px;
  height: 48px;
  padding: 0;
  width: 44px;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-add-product-row {
  margin-top: 10px;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-new-product-label {
  color: #14a35c;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-product-stock,
body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-product-option-stock {
  color: #5d6f8e;
  display: block;
  font-size: 11px;
  line-height: 1.35;
  margin-top: 4px;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-product-option-stock {
  display: inline;
  margin-left: 3px;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-unit-select {
  min-width: 104px;
  padding-left: 12px;
  padding-right: 28px;
}

body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-modal .modal-footer {
  border-color: #dce7f6;
  padding: 16px 24px 18px;
}

/* Keep the supplier purchase form slim enough to fit without page scrolling. */
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-dialog {
  margin: 6px auto;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-modal .modal-header {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: space-between;
  min-height: 0;
  padding: 6px 18px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-modal .modal-header::before,
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-modal .modal-header::after {
  content: none;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-modal .modal-title {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-modal .modal-header .close {
  flex: 0 0 auto;
  float: none;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-modal .modal-body {
  padding: 14px 18px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-fields {
  gap: 10px 20px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-modal .form-control,
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-modal .select2-container .select2-selection--single {
  border-radius: 9px;
  height: 38px;
  min-height: 38px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-modal .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-modal .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
  min-height: 36px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-items-card {
  border-radius: 14px;
  margin-top: 12px;
  padding: 11px 10px 9px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-items-table > thead > tr > th {
  padding: 9px 8px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-items-table > tbody > tr > td,
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-items-table > tfoot > tr > td {
  padding: 6px 8px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-items-table th:nth-child(7),
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-items-table td:nth-child(7) {
  min-width: 135px;
  width: 14%;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-item-total,
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-net-total {
  min-width: 115px;
  width: 100%;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-items-table .form-control,
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-items-table .select2-container .select2-selection--single,
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-remove-product-row {
  height: 38px;
  min-height: 38px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-remove-product-row {
  width: 38px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-add-product-row {
  margin-top: 6px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-modal .modal-footer {
  padding: 9px 18px 11px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-actions {
  display: inline-flex;
  gap: 4px;
  white-space: nowrap;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-detail-modal {
  z-index: 2520 !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-detail-modal .modal-dialog {
  margin: 12px auto;
  max-width: calc(100% - 24px);
  width: 980px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-detail-modal .modal-content {
  border: 0;
  border-radius: 16px;
  box-shadow: 0 22px 60px rgba(10, 30, 70, 0.28);
  overflow: hidden;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-detail-modal .modal-header {
  background: linear-gradient(110deg, #2f64eb 0%, #7239ec 48%, #13add1 100%);
  border: 0;
  padding: 13px 18px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-detail-modal .modal-title,
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-detail-modal .close {
  color: #fff;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-detail-modal .close {
  font-size: 26px;
  opacity: 1;
  text-shadow: none;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-detail-modal .modal-body {
  max-height: calc(100vh - 165px);
  overflow-y: auto;
  padding: 18px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-detail-modal .modal-footer {
  padding: 10px 18px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-summary {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 12px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-summary > div {
  background: #eef4ff;
  border: 1px solid #d3e1f6;
  border-radius: 9px;
  padding: 9px 11px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-summary small,
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-summary strong {
  display: block;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-summary small {
  color: #687994;
  margin-bottom: 2px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-summary strong {
  color: #153d78;
  font-size: 14px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-meta {
  color: #52647e;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 20px;
  margin-bottom: 13px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-detail-table > thead > tr > th {
  background: #153a68;
  color: #fff;
  padding: 8px 7px;
  white-space: nowrap;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-detail-table > tbody > tr > td,
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-detail-table > tfoot > tr > td {
  padding: 8px 7px;
  vertical-align: middle;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-detail-table > tfoot > tr > td {
  background: #eef4ff;
  color: #153d78;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-notes {
  background: #f7f9fc;
  border-left: 3px solid #2f64eb;
  color: #52647e;
  margin-top: 12px;
  padding: 8px 11px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-notes p {
  margin: 3px 0;
}

@media (max-width: 991px) {
  body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-description {
    grid-column: auto;
  }

  body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-items-card .table-responsive {
    overflow-x: auto;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-dialog {
    margin: 6px auto;
    max-width: calc(100% - 12px);
  }

  body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-modal .modal-header,
  body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-modal .modal-body,
  body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-modal .modal-footer {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-field {
    align-items: stretch;
    gap: 6px;
    grid-template-columns: minmax(0, 1fr);
  }

  body.vexus-admin.vexus-cpanel-shell:is(.vexus-supplier-ledger-screen, .vexus-client-ledger-screen) .vexus-supplier-bill-field .control-label {
    text-align: left;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-supplier-ledger-screen .vexus-supplier-bill-summary {
    grid-template-columns: minmax(0, 1fr);
  }
}

html.sidebar-light:not(.dark),
html.sidebar-light:not(.dark) body.vexus-admin,
body.vexus-admin {
  background: var(--va-bg);
  color: var(--va-ink);
  font-family: Inter, "Signika", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
}

body.vexus-admin a {
  color: var(--va-green);
}

body.vexus-admin a:hover,
body.vexus-admin a:focus {
  color: var(--va-green-dark);
  text-decoration: none;
}

body.vexus-admin .header {
  background: #f8fafc;
  border-bottom: 1px solid var(--va-line);
  box-shadow: none;
  height: 68px;
}

body.vexus-admin .header .logo-env {
  align-items: center;
  background: #ffffff !important;
  border-right: 1px solid var(--va-line);
  display: flex;
  height: 68px;
  padding: 0 18px;
  width: 300px;
}

body.vexus-admin .header .logo {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.vexus-admin-brand {
  align-items: center;
  display: flex;
  gap: 11px;
  min-width: 0;
}

.vexus-admin-brand img {
  height: 40px;
  object-fit: contain;
  width: 40px;
}

.vexus-admin-brand strong {
  color: var(--va-ink);
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.05;
}

.vexus-admin-brand small {
  color: var(--va-muted);
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

body.vexus-admin .header .logo h5 {
  background: rgba(37, 99, 235, 0.08);
  border-radius: 999px;
  color: var(--va-green);
  font-size: 11px;
  font-weight: 800;
  margin: 0;
  max-width: 130px;
  overflow: hidden;
  padding: 6px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.vexus-admin .header-left,
body.vexus-admin .header-right {
  height: 68px;
}

body.vexus-admin .header-left {
  padding-left: 18px;
}

body.vexus-admin .header-menu {
  align-items: center;
  display: flex;
  height: 68px;
}

body.vexus-admin .header-menu > li {
  display: flex;
}

body.vexus-admin .header-menu-icon,
body.vexus-admin .header-right .header-menu-icon {
  align-items: center;
  background: #fff;
  border: 1px solid var(--va-line);
  border-radius: 50%;
  color: var(--va-ink);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
}

body.vexus-admin .header-menu-icon:hover,
body.vexus-admin .header-right .header-menu-icon:hover {
  background: #ecfdf5;
  border-color: rgba(37, 99, 235, 0.28);
  color: var(--va-green);
}

body.vexus-admin .header .search .input-search {
  min-width: 250px;
}

body.vexus-admin .header .search input.form-control {
  background: #ffffff;
  border: 1px solid var(--va-line);
  border-radius: 999px 0 0 999px;
  box-shadow: none;
  height: 40px;
  padding-left: 16px;
}

body.vexus-admin .header .search .btn {
  border-radius: 0 999px 999px 0;
  height: 40px;
}

body.vexus-admin #userbox.userbox {
  margin: 0 20px 0 8px;
}

body.vexus-admin #userbox .profile-picture img {
  border: 3px solid #fff;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.18);
  height: 42px;
  width: 42px;
}

body.vexus-admin .inner-wrapper {
  padding-top: 68px;
}

body.vexus-admin .sidebar-left {
  background: #ffffff;
  border-right: 1px solid var(--va-line);
  box-shadow: none;
  color: var(--va-muted);
  width: 300px;
}

body.vexus-admin .sidebar-left .nano-content {
  padding: 18px 10px 28px;
}

body.vexus-admin ul.nav-main {
  margin: 0;
}

body.vexus-admin ul.nav-main > li {
  margin: 3px 0;
}

body.vexus-admin ul.nav-main > li > a,
body.vexus-admin ul.nav-main li .nav-children li a {
  align-items: center;
  border-radius: 8px;
  color: var(--va-muted);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 11px;
  min-height: 42px;
  padding: 10px 14px;
}

body.vexus-admin ul.nav-main > li > a i {
  color: #9aa4b2;
  font-size: 16px;
  min-width: 18px;
}

body.vexus-admin ul.nav-main > li.nav-active > a,
body.vexus-admin ul.nav-main > li > a:hover,
body.vexus-admin ul.nav-main li .nav-children li.nav-active > a,
body.vexus-admin ul.nav-main li .nav-children li a:hover {
  background: #eaf3ff;
  color: var(--va-green);
}

body.vexus-admin ul.nav-main > li.nav-active > a i,
body.vexus-admin ul.nav-main > li > a:hover i {
  color: var(--va-green);
}

body.vexus-admin ul.nav-main li.nav-parent > a:after {
  color: #9aa4b2;
  right: 14px;
  top: 13px;
}

body.vexus-admin ul.nav-main li .nav-children {
  background: transparent;
  box-shadow: none;
  margin: 4px 0 8px 22px;
  padding: 0 0 0 10px;
  position: relative;
}

body.vexus-admin ul.nav-main li .nav-children:before {
  background: var(--va-line);
  bottom: 6px;
  content: "";
  left: 0;
  position: absolute;
  top: 6px;
  width: 1px;
}

body.vexus-admin ul.nav-main li .nav-children li a {
  font-size: 12px;
  min-height: 36px;
  padding: 8px 12px;
}

body.vexus-admin .content-body {
  background: var(--va-bg);
  padding: 24px;
}

body.vexus-admin .page-header {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  height: 64px;
  margin: -8px -6px 18px;
  padding: 0 6px;
}

body.vexus-admin .page-header .page-title-icon {
  background: #ffffff;
  border: 1px solid var(--va-line);
  border-radius: 50%;
  box-shadow: none;
  color: var(--va-green);
  height: 40px;
  margin: 0 12px 0 0;
  width: 40px;
}

body.vexus-admin .page-header h2 {
  color: var(--va-ink);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  text-transform: none;
}

body.vexus-admin .panel,
body.vexus-admin .panel.panel-custom,
body.vexus-admin .panel.panel-subl-shadow {
  background: var(--va-panel);
  border: 1px solid var(--va-line);
  border-radius: var(--va-radius);
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.06);
  overflow: hidden;
}

body.vexus-admin .panel-heading {
  background: #fff;
  border-bottom: 1px solid var(--va-line);
  min-height: 56px;
  padding: 18px 22px;
}

body.vexus-admin .panel-heading .panel-title,
body.vexus-admin .panel-title {
  color: var(--va-ink);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}

body.vexus-admin .panel-body {
  padding: 22px;
}

body.vexus-admin .panel-footer {
  background: #fbfcfd;
  border-top: 1px solid var(--va-line);
  padding: 16px 22px;
}

body.vexus-admin .btn {
  border-radius: 999px;
  font-weight: 800;
  min-height: 36px;
}

body.vexus-admin .btn-primary,
body.vexus-admin .btn-success {
  background: var(--va-green);
  border-color: var(--va-green);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.16);
}

body.vexus-admin .btn-primary:hover,
body.vexus-admin .btn-success:hover {
  background: var(--va-green-dark);
  border-color: var(--va-green-dark);
}

body.vexus-admin .btn-default {
  background: #fff;
  border-color: var(--va-line);
  color: var(--va-ink);
}

body.vexus-admin .form-control,
body.vexus-admin input[type="text"],
body.vexus-admin input[type="email"],
body.vexus-admin input[type="password"],
body.vexus-admin input[type="number"],
body.vexus-admin select,
body.vexus-admin textarea {
  background: #fff;
  border: 1px solid var(--va-line);
  border-radius: 8px;
  box-shadow: none;
  color: var(--va-ink);
  min-height: 40px;
}

body.vexus-admin .form-control:focus,
body.vexus-admin input:focus,
body.vexus-admin select:focus,
body.vexus-admin textarea:focus {
  border-color: rgba(37, 99, 235, 0.42);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

body.vexus-admin .control-label,
body.vexus-admin label {
  color: var(--va-ink);
  font-weight: 800;
}

body.vexus-admin .select2-container--default .select2-selection--single,
body.vexus-admin .select2-container--default .select2-selection--multiple,
body.vexus-admin .select2-container .select2-choice {
  border-color: var(--va-line);
  border-radius: 8px;
  min-height: 40px;
}

body.vexus-admin .table {
  background: #fff;
  color: var(--va-ink);
}

body.vexus-admin .table > thead > tr > th {
  background: #f8fafc;
  border-bottom: 1px solid var(--va-line);
  color: var(--va-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.vexus-admin .table > tbody > tr > td,
body.vexus-admin .table > tbody > tr > th,
body.vexus-admin .table > tfoot > tr > td {
  border-top: 1px solid var(--va-line);
  vertical-align: middle;
}

body.vexus-admin .table-hover > tbody > tr:hover > td,
body.vexus-admin .table-hover > tbody > tr:hover > th {
  background: #f8fbff;
}

body.vexus-admin .dataTables_wrapper .datatables-header,
body.vexus-admin .dataTables_wrapper .datatables-footer {
  background: #fff;
  border-color: var(--va-line);
}

body.vexus-admin .dropdown-menu,
body.vexus-admin .header-menubox {
  border: 1px solid var(--va-line);
  border-radius: 8px;
  box-shadow: var(--va-shadow);
}

body.vexus-admin .notification-title {
  background: #f8fafc;
  border-bottom: 1px solid var(--va-line);
  color: var(--va-ink);
  font-weight: 800;
}

.vexus-dashboard {
  padding: 0;
}

.vexus-dashboard-hero {
  align-items: center;
  background:
    radial-gradient(circle at 8% 0%, rgba(34, 199, 238, 0.22), transparent 28%),
    linear-gradient(135deg, #123864, #2563eb);
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  min-height: 148px;
  overflow: hidden;
  padding: 26px;
  position: relative;
}

.vexus-dashboard-hero:after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  inset: 0;
  opacity: 0.26;
  position: absolute;
}

.vexus-dashboard-hero > * {
  position: relative;
  z-index: 1;
}

.vexus-dashboard-hero h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.vexus-dashboard-hero p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.vexus-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vexus-hero-actions .btn {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.vexus-metric-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 20px;
}

.vexus-metric-card {
  background: #fff;
  border: 1px solid var(--va-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
  min-height: 138px;
  padding: 20px;
}

.vexus-metric-card.is-primary {
  background: linear-gradient(145deg, #2563eb, #1d4ed8);
  color: #fff;
}

.vexus-metric-card h3 {
  color: inherit;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 18px;
}

.vexus-metric-card strong {
  color: inherit;
  display: block;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 12px;
}

.vexus-metric-card span {
  color: inherit;
  opacity: 0.7;
}

.vexus-admin-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
}

.vexus-card {
  background: #fff;
  border: 1px solid var(--va-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
  overflow: hidden;
}

.vexus-card-header {
  align-items: center;
  border-bottom: 1px solid var(--va-line);
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}

.vexus-card-header h3 {
  color: var(--va-ink);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
}

.vexus-card-body {
  padding: 20px;
}

.vexus-pipeline {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  min-height: 240px;
}

.vexus-bar {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vexus-bar-fill {
  background: repeating-linear-gradient(135deg, #dbeafe 0 4px, transparent 4px 8px);
  border-radius: 999px;
  display: flex;
  height: 150px;
  overflow: hidden;
  width: 38px;
}

.vexus-bar-fill i {
  align-self: flex-end;
  background: linear-gradient(180deg, #2563eb, #93c5fd);
  border-radius: 999px;
  display: block;
  width: 100%;
}

.vexus-bar strong {
  color: var(--va-muted);
  font-size: 12px;
}

.vexus-task-list {
  display: grid;
  gap: 12px;
}

.vexus-task {
  align-items: center;
  background: #f8fafc;
  border: 1px solid var(--va-line);
  border-radius: 8px;
  display: flex;
  gap: 12px;
  padding: 13px;
}

.vexus-task i {
  align-items: center;
  background: #eaf3ff;
  border-radius: 8px;
  color: var(--va-green);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.vexus-task strong {
  color: var(--va-ink);
  display: block;
  font-weight: 900;
}

.vexus-task span {
  color: var(--va-muted);
  font-size: 12px;
}

.vexus-progress-ring {
  align-items: center;
  background: conic-gradient(var(--va-green) 0 41%, #dbeafe 41% 100%);
  border-radius: 50%;
  display: flex;
  height: 180px;
  justify-content: center;
  margin: 4px auto 18px;
  width: 180px;
}

.vexus-progress-ring span {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: var(--va-ink);
  display: flex;
  flex-direction: column;
  font-size: 34px;
  font-weight: 900;
  height: 126px;
  justify-content: center;
  width: 126px;
}

.vexus-progress-ring small {
  color: var(--va-muted);
  display: block;
  font-size: 11px;
  font-weight: 800;
}

.vexus-quick-links {
  display: grid;
  gap: 10px;
}

.vexus-quick-links a {
  align-items: center;
  border: 1px solid var(--va-line);
  border-radius: 8px;
  color: var(--va-ink);
  display: flex;
  font-weight: 800;
  gap: 10px;
  padding: 12px 14px;
}

.vexus-quick-links a:hover {
  background: #eaf3ff;
  color: var(--va-green);
}

@media only screen and (min-width: 768px) {
  html.fixed body.vexus-admin .content-body {
    margin-left: 300px;
    padding-top: 24px;
  }

  html.fixed body.vexus-admin .page-header {
    left: 300px;
    top: 68px;
  }

  html.fixed body.vexus-admin .sidebar-left {
    top: 68px;
  }

  html.fixed.sidebar-left-collapsed body.vexus-admin .content-body {
    margin-left: 73px;
  }

  html.fixed.sidebar-left-collapsed body.vexus-admin .page-header {
    left: 73px;
  }
}

@media (max-width: 1199px) {
  .vexus-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vexus-admin-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.vexus-admin .header {
    height: 62px;
  }

  body.vexus-admin .header .logo-env {
    height: 62px;
    width: 100%;
  }

  body.vexus-admin .inner-wrapper {
    padding-top: 62px;
  }

  body.vexus-admin .content-body {
    padding: 16px;
  }

  body.vexus-admin .page-header {
    margin: 0 0 16px;
  }

  body.vexus-admin .page-header h2 {
    font-size: 22px;
  }

  .vexus-dashboard-hero {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .vexus-metric-grid,
  .vexus-pipeline {
    grid-template-columns: 1fr;
  }

  .vexus-bar {
    align-items: stretch;
  }

  .vexus-bar-fill {
    height: 28px;
    width: 100%;
  }

  .vexus-bar-fill i {
    height: 100%;
  }
}

/* Branch-wise supplier product stock. */
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-filter-panel .panel-heading,
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-table-panel .panel-heading {
  background: linear-gradient(105deg, #245eea 0%, #7540ec 52%, #14a7c8 100%);
  border: 0;
  color: #fff;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-product-catalog-panel .panel-heading {
  background: linear-gradient(105deg, #0f7f73 0%, #17a581 55%, #2e78ca 100%);
  border: 0;
  color: #fff;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-product-catalog-panel .panel-title,
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-product-catalog-panel .panel-subtitle {
  color: #fff;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-product-catalog-panel .panel-subtitle {
  margin-top: 4px;
  opacity: 0.88;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-product-create-form {
  align-items: end;
  background: #f3f8fc;
  border: 1px solid #dbe7f1;
  border-radius: 9px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(190px, 1fr) 150px 150px 105px 150px 140px;
  margin-bottom: 18px;
  padding: 14px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-product-create-field {
  min-width: 0;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-product-create-field label {
  color: #24486e;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  white-space: nowrap;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-product-create-form .form-control,
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-product-create-form .btn {
  height: 38px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-product-catalog-table > thead > tr > th {
  background: #edf8f5;
  border-color: #d8e9e5;
  color: #176258;
  font-weight: 700;
  padding: 10px 9px;
  white-space: nowrap;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-product-catalog-table > tbody > tr > td {
  padding: 9px;
  vertical-align: middle;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-filter-panel .panel-title,
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-filter-panel .panel-subtitle,
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-table-panel .panel-title {
  color: #fff;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-filter-panel .panel-subtitle {
  margin-top: 4px;
  opacity: 0.86;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-filter-form .form-group {
  margin-bottom: 0;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-filter-row {
  align-items: end;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(135px, 1fr) 130px minmax(135px, 0.75fr);
  margin: 0;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-filter-row::before,
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-filter-row::after {
  content: none;
  display: none;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-filter-row > [class*="col-"] {
  float: none;
  margin: 0;
  min-width: 0;
  padding: 0;
  width: auto;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-filter-row .select2-container {
  max-width: 100%;
  width: 100% !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-filter-action .control-label {
  display: block;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-scope-label {
  align-items: center;
  background: #eef4ff;
  border: 1px solid #d7e4f5;
  border-radius: 7px;
  color: #234d7f;
  display: flex;
  font-weight: 700;
  gap: 8px;
  height: 38px;
  padding: 0 12px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-summary-row {
  margin-bottom: 4px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-summary-card {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe5f1;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(32, 60, 98, 0.08);
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  min-height: 104px;
  padding: 18px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-summary-icon {
  align-items: center;
  background: #eaf1ff;
  border-radius: 11px;
  color: #2864df;
  display: inline-flex;
  flex: 0 0 50px;
  font-size: 20px;
  height: 50px;
  justify-content: center;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-summary-card.is-product .vexus-stock-summary-icon {
  background: #f0eaff;
  color: #7045df;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-summary-card.is-quantity .vexus-stock-summary-icon {
  background: #e6f8f1;
  color: #15966c;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-summary-card.is-value .vexus-stock-summary-icon {
  background: #fff3df;
  color: #db8614;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-summary-card small,
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-summary-card strong {
  display: block;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-summary-card small {
  color: #718096;
  font-size: 12px;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-summary-card strong {
  color: #15345b;
  font-size: 22px;
  line-height: 1.15;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-unit-totals {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-unit-totals span {
  white-space: nowrap;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-table-wrap {
  overflow-x: auto;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-table {
  min-width: 1120px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-table > thead > tr > th {
  background: #edf4ff;
  border-color: #d5e1f0;
  color: #173f70;
  font-weight: 700;
  padding: 11px 9px;
  white-space: nowrap;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-table > tbody > tr > td {
  padding: 10px 9px;
  vertical-align: middle;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-available {
  color: #137352;
  font-size: 15px;
  font-weight: 800;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-branch {
  color: #365b82;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-filter-panel .panel-btn {
    float: none;
    margin-bottom: 10px;
    position: static;
  }


	body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-filter-row {
		gap: 8px;
		grid-template-columns: minmax(115px, 1fr) 118px minmax(125px, 0.82fr);
	}

	body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-filter-row .control-label {
		font-size: 11px;
		white-space: nowrap;
	}

	body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-filter-row .btn,
	body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-scope-label {
		font-size: 12px;
		padding-left: 9px;
		padding-right: 9px;
	}

  body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-product-create-form {
    gap: 9px;
    grid-template-columns: minmax(150px, 1fr) 105px;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-product-name-field {
    grid-column: 1 / -1;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-supplier-stock-screen .vexus-stock-summary-card {
    min-height: 88px;
  }
}

/* Vexus Donezo skin: applies across every admin module without touching backend logic. */
body.vexus-admin {
  --va-bg: #f5f8fc;
  --va-panel: #ffffff;
  --va-ink: #0f172a;
  --va-muted: #6b7a90;
  --va-line: #e6eef8;
  --va-primary: #2563eb;
  --va-primary-dark: #1d4ed8;
  --va-primary-soft: #eaf3ff;
  --va-green: var(--va-primary);
  --va-green-dark: var(--va-primary-dark);
  --va-green-soft: var(--va-primary-soft);
  --va-radius: 8px;
  background: var(--va-bg);
}

body.vexus-admin .header {
  background: #f5f8fc;
  border: 0;
  box-shadow: none;
  height: 72px;
}

body.vexus-admin .header .logo-env {
  background: #fff !important;
  border: 0;
  border-radius: 0 8px 8px 0;
  box-shadow: 16px 0 34px rgba(15, 23, 42, 0.04);
  height: 72px;
  padding: 0 20px;
  width: 248px;
}

body.vexus-admin .header .logo {
  justify-content: space-between;
  width: 100%;
}

body.vexus-admin .vexus-admin-brand img {
  height: 42px;
  width: 42px;
}

body.vexus-admin .vexus-admin-brand strong {
  font-size: 16px;
  letter-spacing: 0;
}

body.vexus-admin .header .logo h5 {
  display: none;
}

body.vexus-admin .inner-wrapper {
  background: var(--va-bg);
  padding-top: 72px;
}

body.vexus-admin .header-left {
  padding-left: 28px;
}

body.vexus-admin .header-left,
body.vexus-admin .header-right,
body.vexus-admin .header-menu {
  height: 72px;
}

body.vexus-admin .header .search .input-search {
  min-width: min(360px, 32vw);
}

body.vexus-admin .header .search input.form-control {
  background: #fff;
  border: 0;
  border-radius: 999px 0 0 999px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.035);
  color: var(--va-ink);
  height: 44px;
}

body.vexus-admin .header .search .btn {
  background: #fff;
  border: 0;
  border-radius: 0 999px 999px 0;
  color: var(--va-ink);
  height: 44px;
}

body.vexus-admin .vexus-passive-search .input-search:after {
  align-items: center;
  background: #f1f3f2;
  border-radius: 6px;
  color: #6b7a90;
  content: "Ctrl F";
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  position: absolute;
  right: 48px;
  top: 11px;
  width: 38px;
  z-index: 4;
}

body.vexus-admin .header-menu-icon,
body.vexus-admin .header-right .header-menu-icon {
  background: #fff;
  border: 0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.035);
  color: #111827;
  height: 42px;
  width: 42px;
}

body.vexus-admin .header-menu-icon:hover,
body.vexus-admin .header-right .header-menu-icon:hover {
  background: var(--va-green);
  color: #fff;
}

.vexus-top-user {
  margin: 0 12px;
  text-align: left;
}

.vexus-top-user strong {
  color: var(--va-ink);
  display: block;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
}

.vexus-top-user small {
  color: var(--va-muted);
  display: block;
  font-size: 11px;
  font-weight: 700;
}

body.vexus-admin #userbox.userbox {
  margin-right: 24px;
}

body.vexus-admin #userbox .profile-picture img {
  border: 0;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16);
  height: 46px;
  width: 46px;
}

body.vexus-admin .sidebar-left {
  background: #fff;
  border: 0;
  border-radius: 0 8px 8px 0;
  box-shadow: 16px 0 34px rgba(15, 23, 42, 0.04);
  width: 248px;
}

body.vexus-admin .sidebar-left .nano-content {
  padding: 20px 16px 22px;
}

body.vexus-admin .vexus-sidebar-label {
  color: #94a3b8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 8px 8px 10px;
  text-transform: uppercase;
}

body.vexus-admin .vexus-sidebar-label span {
  display: block;
}

body.vexus-admin ul.nav-main > li {
  margin: 4px 0;
}

body.vexus-admin ul.nav-main > li > a,
body.vexus-admin ul.nav-main li .nav-children li a {
  border-radius: 8px;
  color: #6b7a90;
  font-size: 13px;
  font-weight: 800;
  gap: 12px;
  min-height: 42px;
  padding: 10px 12px;
}

body.vexus-admin ul.nav-main > li > a i {
  align-items: center;
  color: #8a99ad;
  display: inline-flex;
  font-size: 15px;
  justify-content: center;
  min-width: 24px;
}

body.vexus-admin ul.nav-main > li.nav-active > a,
body.vexus-admin ul.nav-main > li > a:hover,
body.vexus-admin ul.nav-main li .nav-children li.nav-active > a,
body.vexus-admin ul.nav-main li .nav-children li a:hover {
  background: var(--va-green-soft);
  color: var(--va-green);
}

body.vexus-admin ul.nav-main > li.nav-active > a {
  box-shadow: inset 4px 0 0 var(--va-green);
}

body.vexus-admin ul.nav-main li .nav-children {
  margin-left: 18px;
  padding-left: 12px;
}

.vexus-sidebar-card {
  background:
    radial-gradient(circle at 85% 20%, rgba(52, 213, 255, 0.22), transparent 32%),
    linear-gradient(145deg, #102d52, #1d4ed8);
  border-radius: 8px;
  color: #fff;
  margin: 24px 2px 4px;
  overflow: hidden;
  padding: 18px;
  position: relative;
}

.vexus-sidebar-card:after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 22px 22px;
  content: "";
  inset: 0;
  position: absolute;
}

.vexus-sidebar-card > * {
  position: relative;
  z-index: 1;
}

.vexus-sidebar-card-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  margin-bottom: 12px;
  width: 30px;
}

.vexus-sidebar-card strong,
.vexus-sidebar-card span {
  display: block;
}

.vexus-sidebar-card strong {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.vexus-sidebar-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.45;
  margin: 6px 0 14px;
}

.vexus-sidebar-card a {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #fff !important;
  display: flex;
  font-size: 11px;
  font-weight: 900;
  justify-content: center;
  padding: 9px 12px;
}

body.vexus-admin .content-body {
  background: var(--va-bg);
  padding: 24px 28px 32px;
}

body.vexus-admin .page-header {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: auto;
  margin: 0 0 18px;
  padding: 0;
}

body.vexus-admin .page-header h2 {
  color: var(--va-ink);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: none;
}

body.vexus-admin .page-header .page-title-icon {
  background: #fff;
  border: 0;
  border-radius: 50%;
  color: var(--va-green);
  height: 38px;
  margin-right: 12px;
  width: 38px;
}

body.vexus-admin .panel,
body.vexus-admin .panel.panel-custom,
body.vexus-admin .panel.panel-subl-shadow,
body.vexus-admin .box,
body.vexus-admin .well,
body.vexus-admin .tab-content,
body.vexus-admin .invoice,
body.vexus-admin .profile-info,
body.vexus-admin .panel-sp-custom {
  background: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.045);
  overflow: hidden;
}

body.vexus-admin .panel-heading,
body.vexus-admin .panel-heading-custom,
body.vexus-admin .panel-heading-sp-custom {
  background: #fff;
  border-bottom: 1px solid var(--va-line);
  padding: 18px 20px;
}

body.vexus-admin .panel-heading .panel-title,
body.vexus-admin .panel-title,
body.vexus-admin .headers-line,
body.vexus-admin .chart-title {
  color: var(--va-ink);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

body.vexus-admin .panel-body,
body.vexus-admin .panel-body-custom,
body.vexus-admin .panel-body-sp-custom,
body.vexus-admin .tab-content .panel .panel-body-custom {
  padding: 20px;
}

body.vexus-admin .panel-footer,
body.vexus-admin .panel-footer-custom,
body.vexus-admin .panel-footer-sp-custom {
  background: #fbfdff;
  border-top: 1px solid var(--va-line);
  padding: 16px 20px;
}

body.vexus-admin .form-group {
  margin-bottom: 18px;
}

body.vexus-admin .form-control,
body.vexus-admin input[type="text"],
body.vexus-admin input[type="email"],
body.vexus-admin input[type="password"],
body.vexus-admin input[type="number"],
body.vexus-admin input[type="date"],
body.vexus-admin select,
body.vexus-admin textarea {
  background: #fbfdff;
  border: 1px solid var(--va-line);
  border-radius: 8px;
  box-shadow: none;
  color: var(--va-ink);
  min-height: 42px;
  padding: 9px 12px;
}

body.vexus-admin textarea.form-control,
body.vexus-admin textarea {
  min-height: 96px;
}

body.vexus-admin .form-control:focus,
body.vexus-admin input:focus,
body.vexus-admin select:focus,
body.vexus-admin textarea:focus {
  background: #fff;
  border-color: rgba(37, 99, 235, 0.44);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

body.vexus-admin label,
body.vexus-admin .control-label {
  color: var(--va-ink);
  font-weight: 900;
  letter-spacing: 0;
}

body.vexus-admin .help-block,
body.vexus-admin .text-muted {
  color: var(--va-muted) !important;
}

body.vexus-admin .btn {
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0;
  min-height: 38px;
  padding-left: 16px;
  padding-right: 16px;
}

body.vexus-admin .btn-sm,
body.vexus-admin .btn-xs {
  min-height: 28px;
}

body.vexus-admin .btn-primary,
body.vexus-admin .btn-success,
body.vexus-admin .btn-info {
  background: var(--va-green);
  border-color: var(--va-green);
  color: #fff;
}

body.vexus-admin .btn-primary:hover,
body.vexus-admin .btn-success:hover,
body.vexus-admin .btn-info:hover {
  background: var(--va-green-dark);
  border-color: var(--va-green-dark);
}

body.vexus-admin .btn-default {
  background: #fff;
  border-color: #dbeafe;
  color: var(--va-ink);
}

body.vexus-admin .btn-danger {
  border-radius: 999px;
}

body.vexus-admin .table-responsive,
body.vexus-admin .dataTables_wrapper {
  border-radius: 8px;
}

body.vexus-admin .table {
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 0;
}

body.vexus-admin .table > thead > tr > th {
  background: #fbfdff;
  border-bottom: 1px solid var(--va-line);
  color: #6b7a90;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  padding: 13px 12px;
  text-transform: uppercase;
}

body.vexus-admin .table > tbody > tr > td,
body.vexus-admin .table > tbody > tr > th {
  border-top: 1px solid var(--va-line);
  color: #1f2a44;
  padding: 13px 12px;
  vertical-align: middle;
}

body.vexus-admin .table-striped > tbody > tr:nth-child(2n+1) > td,
body.vexus-admin .table-striped > tbody > tr:nth-child(2n+1) > th {
  background: #fbfdff;
}

body.vexus-admin .table-hover > tbody > tr:hover > td,
body.vexus-admin .table-hover > tbody > tr:hover > th {
  background: #eef6ff;
}

body.vexus-admin .dataTables_wrapper .datatables-header,
body.vexus-admin .dataTables_wrapper .datatables-footer {
  background: #fff;
  border-color: var(--va-line);
  padding: 14px 0;
}

body.vexus-admin .pagination > li > a,
body.vexus-admin .pagination > li > span {
  border-color: var(--va-line);
  color: var(--va-green);
}

body.vexus-admin .pagination > .active > a,
body.vexus-admin .pagination > .active > span {
  background: var(--va-green);
  border-color: var(--va-green);
}

body.vexus-admin .nav-tabs {
  border-bottom: 1px solid var(--va-line);
}

body.vexus-admin .nav-tabs > li > a {
  border: 0;
  border-radius: 8px 8px 0 0;
  color: var(--va-muted);
  font-weight: 900;
}

body.vexus-admin .nav-tabs > li.active > a,
body.vexus-admin .nav-tabs > li.active > a:hover,
body.vexus-admin .nav-tabs > li.active > a:focus {
  background: var(--va-green-soft);
  border: 0;
  color: var(--va-green);
}

body.vexus-admin .modal-content,
body.vexus-admin .modal-block .panel {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.18);
  overflow: hidden;
}

body.vexus-admin .modal-header {
  border-bottom: 1px solid var(--va-line);
}

body.vexus-admin .modal-footer {
  background: #fbfdff;
  border-top: 1px solid var(--va-line);
}

body.vexus-admin .alert {
  border: 0;
  border-radius: 8px;
  font-weight: 800;
}

body.vexus-admin .label,
body.vexus-admin .badge {
  border-radius: 999px;
  font-weight: 900;
  padding: 5px 8px;
}

body.vexus-admin .label-success,
body.vexus-admin .badge-success,
body.vexus-admin .label-primary {
  background: var(--va-green);
}

body.vexus-admin .select2-container--default .select2-selection--single,
body.vexus-admin .select2-container--default .select2-selection--multiple {
  background: #fbfdff;
  border-color: var(--va-line);
  border-radius: 8px;
  min-height: 42px;
}

body.vexus-admin .dropdown-menu,
body.vexus-admin .header-menubox {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

body.vexus-admin .notification-title {
  background: #fbfdff;
  border-bottom: 1px solid var(--va-line);
  color: var(--va-ink);
  font-weight: 900;
}

body.vexus-admin .fc-view-container,
body.vexus-admin .fc-toolbar,
body.vexus-admin .fc .fc-widget-header th {
  border-color: var(--va-line);
}

body.vexus-admin .fc-button {
  background: #fff;
  border-color: var(--va-line);
  border-radius: 999px;
  box-shadow: none;
  color: var(--va-ink);
  font-weight: 900;
  text-shadow: none;
}

body.vexus-admin .fc-state-active,
body.vexus-admin .fc-button:hover {
  background: var(--va-green);
  color: #fff;
}

/* Donezo-style flagship dashboard */
.vexus-donezo {
  color: var(--va-ink);
}

.vexus-dash-titlebar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 2px 0 20px;
}

.vexus-dash-titlebar h1 {
  color: var(--va-ink);
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 8px;
}

.vexus-dash-titlebar p {
  color: var(--va-muted);
  margin: 0;
}

.vexus-dash-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vexus-dash-actions .btn {
  align-items: center;
  display: inline-flex;
  gap: 9px;
  min-height: 48px;
  padding: 0 22px;
}

.vexus-stat-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 12px;
}

.vexus-stat-card {
  background: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.045);
  color: var(--va-ink);
  display: block;
  min-height: 126px;
  padding: 18px;
  position: relative;
}

.vexus-stat-card:hover {
  color: var(--va-ink);
  transform: translateY(-2px);
}

.vexus-stat-card.is-active {
  background: linear-gradient(145deg, #2563eb, #1d4ed8);
  color: #fff;
}

.vexus-stat-card small {
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 16px;
}

.vexus-stat-card strong {
  color: inherit;
  display: block;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.88;
  margin-bottom: 15px;
}

.vexus-stat-card em {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  gap: 6px;
  opacity: 0.68;
}

.vexus-card-arrow {
  align-items: center;
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 50%;
  color: var(--va-ink);
  display: inline-flex;
  height: 28px;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 15px;
  transform: rotate(45deg);
  width: 28px;
}

.vexus-stat-card.is-active .vexus-card-arrow {
  border-color: #fff;
}

.vexus-dashboard-layout {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.vexus-donezo-card {
  background: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.045);
  min-width: 0;
  overflow: hidden;
  padding: 18px;
}

.vexus-donezo-card header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.vexus-donezo-card h3 {
  color: var(--va-ink);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}

.vexus-analytics-card {
  grid-column: span 4;
  min-height: 182px;
}

.vexus-reminder-card {
  grid-column: span 2;
}

.vexus-project-list {
  grid-column: span 2;
  grid-row: span 2;
}

.vexus-team-card {
  grid-column: span 3;
  min-height: 248px;
}

.vexus-progress-card {
  grid-column: span 3;
}

.vexus-time-card {
  background:
    radial-gradient(circle at 72% 46%, rgba(59, 130, 246, 0.38), transparent 34%),
    linear-gradient(145deg, #123864, #1d4ed8);
  color: #fff;
  grid-column: span 2;
  min-height: 182px;
}

.vexus-week-chart {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  height: 126px;
}

.vexus-week-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  justify-content: end;
}

.vexus-week-bar {
  align-items: end;
  border-radius: 999px;
  display: flex;
  height: 94px;
  overflow: hidden;
  position: relative;
  width: 38px;
}

.vexus-week-bar.is-striped {
  background: repeating-linear-gradient(135deg, #dbeafe 0 4px, transparent 4px 8px);
}

.vexus-week-bar span {
  background: linear-gradient(180deg, #2563eb, #93c5fd);
  border-radius: 999px;
  display: block;
  width: 100%;
}

.vexus-week-bar.is-striped span {
  opacity: 0;
}

.vexus-week-bar b {
  background: #eef6ff;
  border-radius: 999px;
  color: var(--va-green);
  font-size: 10px;
  left: 50%;
  padding: 3px 6px;
  position: absolute;
  top: 2px;
  transform: translateX(-50%);
}

.vexus-week-item small {
  color: var(--va-muted);
  font-weight: 800;
}

.vexus-reminder-body h4 {
  color: var(--va-ink);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 8px 0 8px;
}

.vexus-reminder-body p {
  color: var(--va-muted);
  font-size: 12px;
  margin-bottom: 18px;
}

.vexus-reminder-body .btn {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  min-height: 44px;
  width: 100%;
}

.vexus-pill-button {
  align-items: center;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  color: var(--va-ink) !important;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  gap: 6px;
  padding: 7px 11px;
}

.vexus-mini-projects {
  display: grid;
  gap: 13px;
}

.vexus-mini-projects a {
  align-items: center;
  color: var(--va-ink);
  display: grid;
  gap: 11px;
  grid-template-columns: 34px minmax(0, 1fr);
}

.vexus-mini-projects i {
  align-items: center;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.vexus-mini-projects a:nth-child(1) i { background: #2451d8; }
.vexus-mini-projects a:nth-child(2) i { background: #0ea5e9; }
.vexus-mini-projects a:nth-child(3) i { background: #38bdf8; }
.vexus-mini-projects a:nth-child(4) i { background: #60a5fa; }
.vexus-mini-projects a:nth-child(5) i { background: #7155c7; }

.vexus-mini-projects strong,
.vexus-mini-projects small {
  display: block;
}

.vexus-mini-projects strong {
  color: var(--va-ink);
  font-size: 12px;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vexus-mini-projects small {
  color: var(--va-muted);
  font-size: 10px;
  font-weight: 700;
}

.vexus-team-list {
  display: grid;
  gap: 12px;
}

.vexus-team-row {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
}

.vexus-team-row img {
  background: #f3f8ff;
  border-radius: 50%;
  height: 36px;
  object-fit: cover;
  width: 36px;
}

.vexus-team-row strong,
.vexus-team-row small {
  display: block;
}

.vexus-team-row strong {
  color: var(--va-ink);
  font-size: 12px;
  font-weight: 900;
}

.vexus-team-row small {
  color: var(--va-muted);
  font-size: 10px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vexus-team-row em {
  border-radius: 999px;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  padding: 4px 7px;
}

.vexus-team-row .is-completed { background: #eaf3ff; color: #2563eb; }
.vexus-team-row .is-progress { background: #fff8dc; color: #b58a06; }
.vexus-team-row .is-pending { background: #fff0f0; color: #ca4b4b; }

.vexus-donezo-progress {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 150px;
}

.vexus-progress-gauge {
  align-items: center;
  background:
    radial-gradient(circle at center, #fff 0 44%, transparent 45%),
    conic-gradient(#2563eb 0 calc(var(--progress) * 1%), #1e40af calc(var(--progress) * 1%) 72%, #dbeafe 72% 100%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 156px;
  justify-content: center;
  width: 156px;
}

.vexus-progress-gauge span {
  color: var(--va-ink);
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.vexus-progress-gauge small {
  color: var(--va-muted);
  font-size: 10px;
  font-weight: 800;
}

.vexus-progress-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.vexus-progress-legend span {
  align-items: center;
  color: var(--va-muted);
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 6px;
}

.vexus-progress-legend i {
  background: var(--va-green);
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.vexus-progress-legend span:nth-child(2) i { background: #1e40af; }
.vexus-progress-legend span:nth-child(3) i {
  background: repeating-linear-gradient(135deg, #94a3b8 0 2px, transparent 2px 4px);
}

.vexus-time-card h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 28px;
}

.vexus-time-card strong {
  color: #fff;
  display: block;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 24px;
}

.vexus-time-card div {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.vexus-time-card a {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: var(--va-green) !important;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.vexus-time-card a.is-stop {
  background: #e34242;
  color: #fff !important;
}

@media only screen and (min-width: 768px) {
  html.fixed body.vexus-admin .content-body {
    margin-left: 248px;
  }

  html.fixed body.vexus-admin .page-header {
    left: 248px;
    top: 72px;
  }

  html.fixed body.vexus-admin .sidebar-left {
    top: 72px;
  }

  html.fixed.sidebar-left-collapsed body.vexus-admin .content-body {
    margin-left: 73px;
  }

  html.fixed.sidebar-left-collapsed body.vexus-admin .page-header {
    left: 73px;
  }
}

@media (max-width: 1280px) {
  .vexus-dashboard-layout {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .vexus-analytics-card,
  .vexus-team-card,
  .vexus-progress-card {
    grid-column: span 4;
  }

  .vexus-reminder-card,
  .vexus-project-list,
  .vexus-time-card {
    grid-column: span 2;
  }
}

@media (max-width: 991px) {
  .vexus-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vexus-dash-titlebar {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
}

@media (max-width: 767px) {
  body.vexus-admin .header .logo-env {
    border-radius: 0;
    width: 100%;
  }

  body.vexus-admin .content-body {
    padding: 16px;
  }

  .vexus-stat-grid,
  .vexus-dashboard-layout {
    grid-template-columns: 1fr;
  }

  .vexus-analytics-card,
  .vexus-reminder-card,
  .vexus-project-list,
  .vexus-team-card,
  .vexus-progress-card,
  .vexus-time-card {
    grid-column: span 1;
  }

  .vexus-week-chart {
    gap: 8px;
  }
}

/* Admin polish pass: fixes fixed-header overlap, improves sidebar, and supports live dashboard data. */
body.vexus-admin {
  --va-sidebar-width: 280px;
}

body.vexus-admin .header {
  position: fixed;
  z-index: 1040;
}

body.vexus-admin .header .logo-env,
body.vexus-admin .sidebar-left {
  width: var(--va-sidebar-width);
}

body.vexus-admin .inner-wrapper {
  overflow: visible;
  padding-top: 72px;
}

body.vexus-admin .content-body {
  min-height: calc(100vh - 72px);
}

body.vexus-admin .page-header {
  align-items: center;
  display: flex;
  min-height: 48px;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  z-index: 1;
}

body.vexus-admin .panel:first-of-type,
body.vexus-admin .row:first-of-type > [class*="col-"] > .panel:first-child {
  margin-top: 0;
}

body.vexus-admin .vexus-passive-search .input-search:after {
  content: "Ctrl F";
}

body.vexus-admin .header .search.nav-form {
  margin-right: 16px;
}

body.vexus-admin .header .search .input-search {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.035);
  display: flex;
  min-width: 340px;
  position: relative;
  width: 340px;
}

body.vexus-admin .header .search input.form-control {
  background: transparent;
  box-shadow: none;
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 92px;
  width: 100% !important;
}

body.vexus-admin .header .search .input-group-btn {
  display: flex;
  flex: 0 0 48px;
  width: 48px;
}

body.vexus-admin .header .search .btn {
  align-items: center;
  background: transparent;
  box-shadow: none;
  display: inline-flex;
  justify-content: center;
  min-width: 48px;
  padding-left: 0;
  padding-right: 0;
}

body.vexus-admin .vexus-passive-search .input-search:after {
  right: 50px;
}

body.vexus-admin .sidebar-left {
  color: #64748b;
}

body.vexus-admin .sidebar-left .nano {
  background: #fff;
  height: 100%;
}

body.vexus-admin .sidebar-left .nano-content {
  overflow-x: hidden;
  padding: 22px 18px 24px;
}

body.vexus-admin .vexus-sidebar-label {
  margin: 6px 6px 12px;
}

body.vexus-admin .vexus-sidebar-overview {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 18px;
  padding: 0 2px;
}

body.vexus-admin .vexus-sidebar-overview a {
  align-items: flex-start;
  background: #f5f9ff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  color: var(--va-green);
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 72px;
  padding: 12px;
}

body.vexus-admin .vexus-sidebar-overview a:hover {
  background: var(--va-green);
  color: #fff;
}

body.vexus-admin .vexus-sidebar-overview span {
  color: inherit;
  font-size: 11px;
  font-weight: 900;
  opacity: 0.78;
}

body.vexus-admin .vexus-sidebar-overview strong {
  color: inherit;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

body.vexus-admin ul.nav-main {
  margin-right: 0;
}

body.vexus-admin ul.nav-main > li:not(.vexus-sidebar-label):not(.vexus-sidebar-overview) {
  margin: 5px 0;
}

body.vexus-admin ul.nav-main > li > a {
  overflow: hidden;
  position: relative;
}

body.vexus-admin ul.nav-main > li > a > i {
  align-items: center;
  background: #f3f7f5;
  border-radius: 8px;
  color: #64748b;
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  margin: 0;
  width: 34px;
}

body.vexus-admin ul.nav-main > li > a > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.vexus-admin ul.nav-main > li.nav-active > a,
body.vexus-admin ul.nav-main > li.nav-expanded > a,
body.vexus-admin ul.nav-main > li > a:hover,
body.vexus-admin ul.nav-main > li > a:focus {
  background: #eaf3ff;
  color: var(--va-green);
}

body.vexus-admin ul.nav-main > li.nav-active > a > i,
body.vexus-admin ul.nav-main > li.nav-expanded > a > i,
body.vexus-admin ul.nav-main > li > a:hover > i {
  background: #d9f0e5;
  color: var(--va-green);
}

body.vexus-admin ul.nav-main li.nav-parent > a:after {
  align-items: center;
  background: transparent;
  color: #94a3b8;
  content: "\f105";
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  padding: 0;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}

body.vexus-admin ul.nav-main li.nav-parent.nav-expanded > a:after {
  color: var(--va-green);
  content: "\f107";
}

body.vexus-admin ul.nav-main li .nav-children {
  background: #f8fbff;
  border: 1px solid #e6eef8;
  border-radius: 8px;
  box-shadow: none;
  margin: 7px 0 10px 46px;
  padding: 6px;
}

body.vexus-admin ul.nav-main li .nav-children:before {
  display: none;
}

body.vexus-admin ul.nav-main li .nav-children li a {
  border-radius: 7px;
  color: #64748b;
  font-size: 12px;
  min-height: 34px;
  padding: 8px 10px;
}

body.vexus-admin ul.nav-main li .nav-children li a i {
  color: #d3a72f;
  font-size: 9px;
  margin-right: 7px;
  width: auto;
}

body.vexus-admin ul.nav-main li .nav-children li.nav-active > a,
body.vexus-admin ul.nav-main li .nav-children li a:hover {
  background: #eaf3ff;
  color: var(--va-green);
}

body.vexus-admin .vexus-sidebar-card {
  margin-top: 26px;
}

.vexus-card-kicker {
  color: var(--va-muted);
  font-size: 11px;
  font-weight: 800;
}

.vexus-empty-state {
  align-items: center;
  background: #f5f9ff;
  border: 1px dashed #dbeafe;
  border-radius: 8px;
  color: var(--va-muted);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  min-height: 86px;
  padding: 14px;
  text-align: center;
}

.vexus-week-chart > .vexus-empty-state {
  grid-column: 1 / -1;
}

.vexus-week-bar {
  overflow: visible;
}

.vexus-week-bar b {
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  white-space: nowrap;
}

.vexus-week-bar.is-striped span {
  background: linear-gradient(180deg, #94a3b8, #dbeafe);
  opacity: 1;
}

.vexus-mini-stats {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.vexus-mini-stats span {
  background: #f5f9ff;
  border-radius: 8px;
  color: var(--va-muted);
  font-size: 11px;
  font-weight: 800;
  padding: 9px 10px;
}

.vexus-mini-stats strong {
  color: var(--va-green);
  display: block;
  font-size: 15px;
  line-height: 1.1;
}

.vexus-mini-projects small {
  line-height: 1.35;
  white-space: normal;
}

.vexus-project-list {
  grid-row: span 1;
}

.vexus-progress-gauge {
  background:
    radial-gradient(circle at center, #fff 0 44%, transparent 45%),
    conic-gradient(#2563eb 0 calc(var(--progress) * 1%), #dbeafe calc(var(--progress) * 1%) 100%);
}

.vexus-finance-card {
  padding: 20px;
}

.vexus-finance-card > h3 {
  margin-bottom: 22px;
}

.vexus-finance-card > strong {
  font-size: 30px;
  margin-bottom: 8px;
}

.vexus-finance-card > span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 16px;
}

.vexus-finance-card .vexus-finance-lines {
  display: grid;
  gap: 8px;
  justify-content: stretch;
}

.vexus-finance-card .vexus-finance-lines p {
  align-items: center;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 8px 10px;
}

.vexus-finance-card .vexus-finance-lines span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
}

.vexus-finance-card .vexus-finance-lines strong {
  color: #fff;
  display: inline;
  font-size: 12px;
  font-weight: 900;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  html.fixed body.vexus-admin .inner-wrapper {
    padding-top: 72px;
  }

  html.fixed body.vexus-admin .content-body {
    margin-left: var(--va-sidebar-width);
    padding-top: 28px;
  }

  html.fixed body.vexus-admin .page-header {
    left: auto !important;
  }

  html.fixed body.vexus-admin .sidebar-left {
    top: 72px;
  }

  html.fixed.sidebar-left-collapsed body.vexus-admin .content-body {
    margin-left: 73px;
  }

  html.fixed.sidebar-left-collapsed body.vexus-admin .page-header {
    left: auto !important;
  }

  html.sidebar-left-collapsed body.vexus-admin .header .logo-env {
    padding-left: 15px;
    padding-right: 15px;
    width: 73px;
  }

  html.sidebar-left-collapsed body.vexus-admin .vexus-admin-brand span,
  html.sidebar-left-collapsed body.vexus-admin .vexus-sidebar-overview,
  html.sidebar-left-collapsed body.vexus-admin .vexus-sidebar-card,
  html.sidebar-left-collapsed body.vexus-admin .vexus-sidebar-label {
    display: none;
  }
}

@media (max-width: 767px) {
  body.vexus-admin .header {
    position: absolute;
  }

  body.vexus-admin .inner-wrapper {
    padding-top: 62px;
  }

  body.vexus-admin .vexus-sidebar-overview {
    grid-template-columns: 1fr;
  }
}

/* Vexus mailbox */
.vexus-mailbox-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: 270px minmax(0, 1fr);
}

.vexus-mailbox-nav,
.vexus-compose-panel,
.vexus-mailbox-content > .panel {
  background: #ffffff;
  border: 1px solid var(--va-line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.vexus-mailbox-nav {
  align-self: start;
  padding: 18px;
  position: sticky;
  top: 96px;
}

.vexus-mailbox-brand {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.vexus-mailbox-brand > span {
  align-items: center;
  background: linear-gradient(135deg, #2563eb, #22c7ee);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.vexus-mailbox-brand strong {
  color: var(--va-ink);
  display: block;
  font-size: 16px;
  font-weight: 900;
}

.vexus-mailbox-brand small {
  color: var(--va-muted);
  display: block;
  font-size: 11px;
  font-weight: 700;
}

.vexus-compose-shortcut,
.vexus-mail-folders a {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-weight: 850;
}

.vexus-compose-shortcut {
  background: var(--va-green);
  color: #fff !important;
  gap: 10px;
  justify-content: center;
  min-height: 44px;
  margin-bottom: 16px;
}

.vexus-compose-shortcut:hover,
.vexus-compose-shortcut.is-active {
  background: var(--va-primary-dark);
  color: #fff !important;
}

.vexus-mail-folders {
  display: grid;
  gap: 7px;
}

.vexus-mail-folders a {
  color: #64748b;
  justify-content: space-between;
  min-height: 42px;
  padding: 10px 12px;
}

.vexus-mail-folders a span {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.vexus-mail-folders a i {
  color: #94a3b8;
  width: 18px;
}

.vexus-mail-folders a em {
  background: #eaf3ff;
  border-radius: 999px;
  color: var(--va-green);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  min-width: 24px;
  padding: 3px 7px;
  text-align: center;
}

.vexus-mail-folders a:hover,
.vexus-mail-folders a.is-active {
  background: #eaf3ff;
  color: var(--va-green);
}

.vexus-mail-folders a:hover i,
.vexus-mail-folders a.is-active i {
  color: var(--va-green);
}

.vexus-mailbox-card {
  background:
    linear-gradient(145deg, rgba(37, 99, 235, 0.96), rgba(10, 57, 168, 0.96)),
    #0a39a8;
  border-radius: 8px;
  color: #fff;
  margin-top: 18px;
  overflow: hidden;
  padding: 18px;
  position: relative;
}

.vexus-mailbox-card:after {
  background: rgba(255, 255, 255, 0.08);
  content: "";
  height: 140px;
  position: absolute;
  right: -54px;
  top: -58px;
  transform: rotate(22deg);
  width: 140px;
}

.vexus-mailbox-card i,
.vexus-mailbox-card strong,
.vexus-mailbox-card span {
  position: relative;
  z-index: 1;
}

.vexus-mailbox-card i {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: inline-flex;
  margin-bottom: 12px;
  padding: 10px;
}

.vexus-mailbox-card strong {
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 6px;
}

.vexus-mailbox-card span {
  color: rgba(255, 255, 255, 0.76);
  display: block;
  font-size: 12px;
  line-height: 1.45;
}

.vexus-mailbox-content {
  min-width: 0;
}

.vexus-mailbox-content > .panel {
  overflow: hidden;
}

.vexus-compose-panel {
  overflow: hidden;
}

.vexus-compose-hero {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(34, 199, 238, 0.12)),
    #f8fbff;
  border-bottom: 1px solid var(--va-line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 24px;
}

.vexus-compose-hero h2 {
  color: var(--va-ink);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 8px 0 8px;
}

.vexus-compose-hero p {
  color: var(--va-muted);
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  max-width: 580px;
}

.vexus-mail-link {
  align-items: center;
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  color: var(--va-green);
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 850;
  gap: 8px;
  min-height: 40px;
  padding: 10px 14px;
}

.vexus-mail-link:hover {
  background: var(--va-green);
  color: #fff;
}

.vexus-compose-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 290px;
  padding: 20px;
}

.vexus-compose-section,
.vexus-compose-preview,
.vexus-compose-attachment {
  background: #fff;
  border: 1px solid var(--va-line);
  border-radius: 8px;
}

.vexus-compose-section {
  margin-bottom: 16px;
  padding: 18px;
}

.vexus-section-title {
  align-items: center;
  border-bottom: 1px solid var(--va-line);
  color: var(--va-ink);
  display: flex;
  font-size: 14px;
  font-weight: 900;
  gap: 10px;
  margin: -2px 0 16px;
  padding-bottom: 13px;
}

.vexus-section-title i {
  align-items: center;
  background: #eaf3ff;
  border-radius: 8px;
  color: var(--va-green);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.vexus-compose-form .form-group {
  margin-bottom: 15px;
}

.vexus-compose-form label.control-label {
  color: #334155;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
}

.vexus-compose-form .select2-container--bootstrap .select2-selection,
.vexus-compose-form .select2-container .select2-choice {
  border-color: #dbeafe;
  border-radius: 8px;
  min-height: 42px;
}

.vexus-compose-form .form-control {
  border-color: #dbeafe;
  border-radius: 8px;
  min-height: 42px;
}

.vexus-compose-form .form-control:focus {
  border-color: rgba(37, 99, 235, 0.55);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.vexus-compose-form .note-editor.note-frame {
  border: 1px solid #dbeafe;
  border-radius: 8px;
  overflow: hidden;
}

.vexus-compose-form .panel-heading.note-toolbar {
  background: #f5f9ff;
  border-bottom: 1px solid #dbeafe;
}

.vexus-compose-form .note-editable {
  min-height: 230px;
}

.vexus-compose-side {
  display: grid;
  gap: 14px;
  align-content: start;
}

.vexus-compose-preview,
.vexus-compose-attachment {
  padding: 18px;
}

.vexus-compose-preview strong {
  color: var(--va-ink);
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  margin: 10px 0 8px;
  word-break: break-word;
}

.vexus-compose-preview p {
  color: var(--va-muted);
  font-size: 12px;
  font-weight: 800;
  margin: 0;
}

.vexus-fileupload .vexus-attachment-box {
  align-items: center;
  background: #f8fbff;
  border: 1px dashed #bfdbfe;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  justify-content: center;
  padding: 18px;
  text-align: center;
}

.vexus-fileupload .vexus-attachment-box i {
  color: var(--va-green);
  font-size: 30px;
  margin-bottom: 12px;
}

.vexus-fileupload .vexus-attachment-box strong {
  color: var(--va-ink);
  display: block;
  font-size: 13px;
  font-weight: 900;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vexus-fileupload .vexus-attachment-box span {
  color: var(--va-muted);
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-top: 6px;
}

.vexus-attachment-actions,
.vexus-compose-actions {
  display: flex;
  gap: 10px;
}

.vexus-attachment-actions {
  margin-top: 12px;
}

.vexus-compose-actions {
  background: #f8fbff;
  border: 1px solid var(--va-line);
  border-radius: 8px;
  padding: 12px;
}

.vexus-compose-actions .btn {
  flex: 1 1 0;
}

@media (max-width: 1199px) {
  .vexus-compose-grid {
    grid-template-columns: 1fr;
  }

  .vexus-compose-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vexus-compose-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991px) {
  .vexus-mailbox-layout {
    grid-template-columns: 1fr;
  }

  .vexus-mailbox-nav {
    position: static;
  }
}

@media (max-width: 640px) {
  .vexus-compose-hero,
  .vexus-compose-actions,
  .vexus-attachment-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vexus-compose-side {
    grid-template-columns: 1fr;
  }
}

/* Global clients */
.vexus-global-clients {
  display: grid;
  gap: 18px;
}

.vexus-global-hero,
.vexus-global-stats > div,
.vexus-global-tabs .tab-content,
.vexus-filter-panel,
.vexus-global-client-form .panel {
  background: #fff;
  border: 1px solid var(--va-line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.vexus-global-hero {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 24px;
}

.vexus-global-hero h2 {
  color: var(--va-ink);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 8px 0;
}

.vexus-global-hero p {
  color: var(--va-muted);
  font-size: 13px;
  font-weight: 750;
  margin: 0;
}

.vexus-global-add {
  flex: 0 0 auto;
}

.vexus-global-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vexus-global-stats > div {
  padding: 18px;
}

.vexus-global-stats small {
  color: var(--va-muted);
  display: block;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.vexus-global-stats strong {
  color: var(--va-green);
  display: block;
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.vexus-global-tabs .nav-tabs {
  border: 0;
  margin-bottom: 0;
}

.vexus-global-tabs .nav-tabs > li > a {
  border: 0;
  border-radius: 8px 8px 0 0;
  color: #64748b;
  font-weight: 850;
}

.vexus-global-tabs .nav-tabs > li.active > a,
.vexus-global-tabs .nav-tabs > li > a:hover {
  background: #fff;
  color: var(--va-green);
}

.vexus-global-tabs .tab-content {
  border-top-left-radius: 0;
  padding: 18px;
}

.vexus-filter-panel {
  box-shadow: none;
  margin-bottom: 18px;
}

.vexus-global-table .table > thead > tr > th {
  white-space: nowrap;
}

.vexus-row-actions {
  white-space: nowrap;
}

.vexus-status-pill {
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  margin: 4px 0;
  padding: 4px 9px;
}

.vexus-status-pill.is-pending {
  background: #fef3c7;
  color: #92400e;
}

.vexus-status-pill.is-purchased {
  background: #dbeafe;
  color: #1d4ed8;
}

.vexus-status-pill.is-installed {
  background: #dcfce7;
  color: #166534;
}

.vexus-status-pill.is-suspended,
.vexus-status-pill.is-stopped {
  background: #fee2e2;
  color: #991b1b;
}

.vexus-status-pill.is-terminated,
.vexus-status-pill.is-rejected {
  background: #f1f5f9;
  color: #475569;
}

.vexus-status-pill.is-neutral {
  background: #e2e8f0;
  color: #334155;
}

.vexus-file-link {
  color: var(--va-green);
  display: inline-flex;
  font-size: 11px;
  font-weight: 850;
  gap: 5px;
  margin-top: 4px;
}

.vexus-global-client-form .panel-body {
  padding: 22px;
}

.vexus-global-client-form label.control-label {
  color: #334155;
  font-size: 12px;
  font-weight: 900;
}

.vexus-global-form-shell {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: 310px minmax(0, 1fr);
}

.vexus-global-form-rail {
  background:
    linear-gradient(150deg, rgba(37, 99, 235, 0.96), rgba(14, 165, 233, 0.92)),
    #2563eb;
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(37, 99, 235, 0.22);
  color: #fff;
  overflow: hidden;
  padding: 24px;
  position: sticky;
  top: 96px;
}

.vexus-global-form-rail .vexus-card-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.vexus-global-form-rail h3 {
  color: #fff;
  font-size: 27px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 12px 0 8px;
  word-break: break-word;
}

.vexus-global-form-rail p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 18px;
}

.vexus-global-preview-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  margin-top: 10px;
  padding: 14px;
}

.vexus-global-preview-card i {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  margin-bottom: 12px;
  width: 34px;
}

.vexus-global-preview-card span {
  color: rgba(255, 255, 255, 0.68);
  display: block;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.vexus-global-preview-card strong {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-top: 4px;
}

.vexus-global-save-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
}

.vexus-global-save-strip .btn-default {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.vexus-global-form-main {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.vexus-form-chapter {
  background: #fff;
  border: 1px solid var(--va-line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.055);
  padding: 20px;
}

.vexus-form-chapter > header {
  align-items: center;
  border-bottom: 1px solid var(--va-line);
  display: flex;
  gap: 12px;
  margin: -2px 0 18px;
  padding-bottom: 14px;
}

.vexus-form-chapter > header i {
  align-items: center;
  background: #eaf3ff;
  border-radius: 8px;
  color: var(--va-green);
  display: inline-flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.vexus-form-chapter > header strong {
  color: var(--va-ink);
  display: block;
  font-size: 15px;
  font-weight: 950;
}

.vexus-form-chapter > header span {
  color: var(--va-muted);
  display: block;
  font-size: 12px;
  font-weight: 750;
  margin-top: 2px;
}

.vexus-global-client-form .form-control,
.vexus-global-client-form .select2-container--bootstrap .select2-selection,
.vexus-global-client-form .select2-container .select2-choice {
  border-color: #dbeafe;
  border-radius: 8px;
  min-height: 42px;
}

.vexus-global-client-form .form-control:focus {
  border-color: rgba(37, 99, 235, 0.55);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.vexus-global-client-form .dropify-wrapper {
  border-color: #bfdbfe;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .vexus-global-form-shell {
    grid-template-columns: 1fr;
  }

  .vexus-global-form-rail {
    position: relative;
    top: auto;
  }
}

@media (max-width: 991px) {
  .vexus-global-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .vexus-global-hero {
    align-items: stretch;
    flex-direction: column;
  }

  .vexus-global-stats {
    grid-template-columns: 1fr;
  }
}

/* Client ticket portal and admin ticket workspace */
body.vexus-client-portal {
  background:
    linear-gradient(135deg, rgba(56, 189, 248, 0.18), transparent 34%),
    #0f172a;
  color: #fff;
  font-family: Inter, "Signika", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
}

.vcp-shell {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 28px;
}

.vcp-consultation-shell {
  align-items: flex-start;
  padding: 42px 28px;
}

.vcp-card,
.vcp-hero,
.vcp-topbar {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.vcp-auth-card {
  max-width: 480px;
  padding: 34px;
  width: 100%;
}

.vcp-request-consultation-card {
  max-width: 1180px;
}

.vcp-brand {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: 12px;
}

.vcp-brand:hover,
.vcp-brand:focus {
  color: #fff;
}

.vcp-brand img {
  height: 46px;
  object-fit: contain;
  width: 46px;
}

.vcp-brand strong,
.vcp-brand small {
  display: block;
}

.vcp-brand strong {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.vcp-brand small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 800;
}

.vcp-card h1,
.vcp-card h2,
.vcp-hero h1 {
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
}

.vcp-card h1 {
  font-size: 36px;
  margin: 28px 0 10px;
}

.vcp-card h2 {
  font-size: 20px;
  margin: 0 0 18px;
}

.vcp-card p,
.vcp-hero p,
.vcp-note {
  color: rgba(255, 255, 255, 0.68);
}

.vcp-form {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.vcp-form label {
  color: #fff;
  font-weight: 900;
}

.vcp-form input,
.vcp-form select,
.vcp-form textarea {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  min-height: 46px;
  padding: 12px 14px;
}

.vcp-form option {
  color: #111;
}

.vcp-form textarea {
  min-height: 132px;
  resize: vertical;
}

.vcp-form button,
.vcp-ghost {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
}

.vcp-form button {
  background: #fff;
  border: 0;
  color: #0f172a;
}

.vcp-ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff !important;
}

.vcp-alert {
  border-radius: 8px;
  font-weight: 800;
  margin-top: 18px;
  padding: 12px 14px;
}

.vcp-alert.is-error {
  background: rgba(219, 59, 59, 0.16);
  color: #ffd6d6;
}

.vcp-alert.is-success,
.vcp-alert.is-dev {
  background: rgba(37, 99, 235, 0.2);
  color: #d8ffe8;
}

.vcp-link {
  color: rgba(255, 255, 255, 0.76);
  display: inline-block;
  font-weight: 800;
  margin-top: 16px;
}

.vcp-topbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 18px auto 0;
  max-width: 1180px;
  padding: 14px 18px;
  width: calc(100% - 36px);
}

.vcp-workspace {
  margin: 0 auto;
  max-width: 1180px;
  padding: 22px 18px 48px;
}

.vcp-hero {
  background:
    linear-gradient(135deg, rgba(124, 140, 255, 0.28), transparent 42%),
    rgba(255, 255, 255, 0.08);
  margin-bottom: 18px;
  padding: 30px;
}

.vcp-hero span {
  color: #d9ecff;
  font-weight: 900;
}

.vcp-hero h1 {
  font-size: 44px;
  line-height: 1;
  margin: 12px 0;
}

.vcp-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
}

.vcp-grid.is-chat {
  grid-template-columns: 0.76fr 1.24fr;
}

.vcp-card {
  padding: 24px;
}

.vcp-ticket-list {
  display: grid;
  gap: 12px;
}

.vcp-ticket-row {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff !important;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 14px;
}

.vcp-ticket-row strong,
.vcp-ticket-row small {
  display: block;
}

.vcp-ticket-row small {
  color: rgba(255, 255, 255, 0.62);
}

.vcp-ticket-row em {
  background: rgba(249, 219, 154, 0.18);
  border-radius: 999px;
  color: #d9ecff;
  font-style: normal;
  font-weight: 900;
  padding: 6px 10px;
}

.vcp-empty {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 800;
  padding: 18px;
}

.vcp-ticket-meta,
.vcp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.vcp-ticket-meta span {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  padding: 7px 10px;
}

.vcp-chat-log,
.vexus-admin-chat-log {
  display: grid;
  gap: 12px;
  max-height: 520px;
  overflow: auto;
  padding-right: 6px;
}

.vcp-message,
.vexus-admin-message {
  border-radius: 8px;
  padding: 12px 14px;
}

.vcp-message {
  background: rgba(255, 255, 255, 0.1);
}

.vcp-message.is-client,
.vexus-admin-message.is-admin,
.vexus-admin-message.is-staff {
  background: rgba(37, 99, 235, 0.18);
}

.vcp-message.is-admin,
.vcp-message.is-staff,
.vexus-admin-message.is-client {
  background: rgba(124, 140, 255, 0.16);
}

.vcp-message.is-system,
.vexus-admin-message.is-system {
  background: rgba(249, 219, 154, 0.14);
}

.vcp-message strong,
.vexus-admin-message strong {
  display: block;
  font-weight: 900;
}

.vcp-message p,
.vexus-admin-message p {
  margin: 6px 0;
}

.vcp-message small,
.vexus-admin-message small {
  color: rgba(255, 255, 255, 0.58);
}

.vexus-admin-message small {
  color: var(--va-muted);
}

.vcp-chat-form,
.vexus-admin-chat-form {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.vcp-chat-form textarea,
.vexus-admin-chat-form textarea {
  flex: 1;
  min-height: 54px;
}

.vcp-video-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
}

.vcp-video-tile {
  align-items: center;
  aspect-ratio: 16 / 10;
  background: #12243f;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.vcp-video-tile video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.vcp-video-tile > span {
  background: rgba(0, 0, 0, 0.48);
  border-radius: 999px;
  bottom: 14px;
  color: #fff;
  font-weight: 900;
  left: 14px;
  padding: 7px 11px;
  position: absolute;
}

.vcp-video-tile.is-remote {
  text-align: center;
}

.vcp-video-placeholder {
  align-items: center;
  background: linear-gradient(145deg, rgba(18, 36, 63, 0.96), rgba(29, 78, 216, 0.72));
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: absolute;
  z-index: 2;
}

.vcp-video-placeholder.is-hidden {
  display: none;
}

.vcp-video-tile.is-remote i {
  color: #d9ecff;
  font-size: 38px;
  margin-bottom: 14px;
}

.vcp-video-tile.is-remote strong {
  color: #fff;
  display: block;
  font-size: 20px;
}

.vcp-ghost.is-off {
  background: rgba(219, 59, 59, 0.22);
}

.vcp-ghost.is-sharing {
  background: rgba(54, 169, 255, 0.2);
  border-color: rgba(54, 169, 255, 0.42);
  color: #dff2ff;
}

.vexus-ticket-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
}

.vexus-ticket-stat {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.045);
  color: var(--va-ink) !important;
  padding: 18px;
}

.vexus-ticket-stat.is-active {
  background: var(--va-green);
  color: #fff !important;
}

.vexus-ticket-stat span,
.vexus-ticket-stat strong {
  display: block;
}

.vexus-ticket-stat span {
  font-weight: 900;
  opacity: 0.72;
}

.vexus-ticket-stat strong {
  font-size: 30px;
  line-height: 1;
  margin-top: 8px;
}

.vexus-ticket-title {
  color: var(--va-ink);
  font-size: 22px;
  font-weight: 900;
  margin-top: 0;
}

.vexus-ticket-meta-list {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.vexus-ticket-meta-list span {
  background: #f5f9ff;
  border: 1px solid #e6eef8;
  border-radius: 8px;
  color: var(--va-muted);
  padding: 11px 12px;
}

.vexus-ticket-meta-list strong {
  color: var(--va-ink);
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}

.vexus-ticket-actions {
  display: grid;
  gap: 10px;
}

.vexus-admin-chat-panel .panel-body {
  padding-bottom: 16px;
}

.vexus-admin-message {
  background: #f8fbff;
  border: 1px solid #e6eef8;
}

@media (max-width: 991px) {
  .vcp-grid,
  .vcp-grid.is-chat,
  .vcp-video-grid,
  .vexus-ticket-stats {
    grid-template-columns: 1fr;
  }

  .vcp-hero h1 {
    font-size: 34px;
  }
}

/* Branch division workspace */
.vexus-super-branch-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
}

.vexus-super-branch-card {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.045);
  color: var(--va-ink) !important;
  display: grid;
  gap: 12px;
  padding: 18px;
}

.vexus-super-branch-card:hover {
  border-color: rgba(37, 99, 235, 0.36);
  box-shadow: 0 20px 48px rgba(37, 99, 235, 0.12);
}

.vexus-super-branch-card span {
  color: var(--va-green);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.vexus-super-branch-card strong {
  color: var(--va-ink);
  font-size: 18px;
  font-weight: 950;
}

.vexus-super-branch-card div {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vexus-super-branch-card em {
  background: #f5f9ff;
  border-radius: 8px;
  color: #53647d;
  font-style: normal;
  font-weight: 850;
  padding: 9px 10px;
}

.vexus-branch-admin {
  overflow: visible;
}

.vexus-branch-hero {
  align-items: center;
  background:
    radial-gradient(circle at 92% 10%, rgba(59, 130, 246, 0.18), transparent 30%),
    linear-gradient(135deg, #ffffff, #f5f9ff);
  border-bottom: 1px solid var(--va-line);
  display: flex;
  justify-content: space-between;
  padding: 24px;
}

.vexus-branch-hero > div:first-child > span {
  color: var(--va-green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vexus-branch-hero h2 {
  color: var(--va-ink);
  font-size: 32px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  margin: 10px 0 8px;
}

.vexus-branch-hero p {
  color: var(--va-muted);
  font-weight: 780;
  margin: 0;
  max-width: 720px;
}

.vexus-branch-hero-stats {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(92px, auto));
  padding: 16px 20px;
}

.vexus-branch-hero-stats span {
  display: grid;
  gap: 4px;
}

.vexus-branch-hero-stats strong {
  color: var(--va-green);
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.vexus-branch-hero-stats small {
  color: var(--va-muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.vexus-branch-tabs .tab-content {
  background: #fff;
  border: 0;
  padding: 22px;
}

.vexus-branch-tabs .nav-tabs {
  background: #f8fbff;
  border-bottom: 1px solid var(--va-line);
  padding: 0 18px;
}

.vexus-branch-tabs .nav-tabs > li > a {
  border: 0;
  color: #64748b;
  font-weight: 900;
  padding: 16px 18px;
}

.vexus-branch-tabs .nav-tabs > li.active > a,
.vexus-branch-tabs .nav-tabs > li > a:hover {
  background: #fff;
  color: var(--va-green);
}

.vexus-branch-card-grid,
.vexus-branch-team-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vexus-branch-card,
.vexus-branch-user-card {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.vexus-branch-card {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.vexus-branch-card-top,
.vexus-branch-card-actions,
.vexus-branch-user-card {
  align-items: center;
  display: flex;
}

.vexus-branch-card-top {
  justify-content: space-between;
}

.vexus-branch-card-top i {
  align-items: center;
  background: #eaf3ff;
  border-radius: 8px;
  color: var(--va-green);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.vexus-branch-card-top span,
.vexus-branch-user-card em {
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  padding: 6px 10px;
}

.vexus-branch-card-top .is-live {
  background: #dbeafe;
  color: #1d4ed8;
}

.vexus-branch-card-top .is-paused {
  background: #f1f5f9;
  color: #64748b;
}

.vexus-branch-card h3 {
  color: var(--va-ink);
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 0;
  margin: 0;
}

.vexus-branch-card p {
  color: var(--va-muted);
  font-weight: 800;
  margin: -8px 0 0;
}

.vexus-branch-meta {
  display: grid;
  gap: 8px;
}

.vexus-branch-meta span {
  color: #53647d;
  font-size: 12px;
  font-weight: 800;
}

.vexus-branch-meta i {
  color: var(--va-green);
  margin-right: 8px;
  width: 14px;
}

.vexus-branch-card-actions {
  gap: 8px;
}

.vexus-branch-card-actions .btn {
  flex: 1 1 auto;
}

.vexus-branch-table > tbody > tr > td {
  vertical-align: middle;
}

.vexus-branch-table-actions {
  white-space: nowrap;
}

.vexus-branch-table-actions .btn {
  margin: 2px;
}

.vexus-branch-form .vexus-form-chapter,
.vexus-branch-assign-form .vexus-form-chapter {
  box-shadow: none;
}

.vexus-branch-actions {
  border-top: 1px solid var(--va-line);
  margin-top: 6px;
  padding-top: 18px;
}

.vexus-branch-allocation {
  display: grid;
  gap: 18px;
}

.vexus-branch-assign-action {
  display: flex;
  flex-direction: column;
}

.vexus-branch-user-card {
  gap: 12px;
  min-width: 0;
  padding: 14px;
}

.vexus-branch-user-card img {
  border-radius: 50%;
  height: 46px;
  object-fit: cover;
  width: 46px;
}

.vexus-branch-user-details {
  flex: 1;
  min-width: 0;
}

.vexus-branch-user-details strong,
.vexus-branch-user-details span,
.vexus-branch-user-details small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vexus-branch-user-details strong {
  color: var(--va-ink);
  font-weight: 950;
}

.vexus-branch-user-details span,
.vexus-branch-user-details small {
  color: var(--va-muted);
  font-size: 12px;
  font-weight: 800;
}

.vexus-branch-user-actions {
  align-items: flex-end;
  display: grid;
  gap: 8px;
  justify-items: end;
}

.vexus-branch-user-card em {
  background: #eaf3ff;
  color: var(--va-green);
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vexus-branch-user-card.is-unassigned {
  background: #f8fbff;
  border-style: dashed;
}

.vexus-branch-remove-form {
  margin: 0;
}

.vexus-branch-remove-form .btn {
  border-color: #fecaca;
  color: #b91c1c;
  font-weight: 900;
}

.vexus-branch-remove-form .btn:hover {
  background: #fef2f2;
  border-color: #fca5a5;
  color: #991b1b;
}

@media (max-width: 1199px) {
  .vexus-super-branch-grid,
  .vexus-branch-card-grid,
  .vexus-branch-team-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .vexus-branch-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .vexus-branch-hero-stats {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

/* Branch accounting workspace */
.vexus-accounting-workspace {
  display: grid;
  gap: 18px;
}

.vexus-accounting-hero {
  align-items: center;
  background:
    radial-gradient(circle at 96% 0%, rgba(56, 189, 248, 0.16), transparent 28%),
    linear-gradient(135deg, #ffffff, #f4f8ff);
  border: 1px solid #dbeafe;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
}

.vexus-accounting-hero span {
  color: var(--va-green);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.vexus-accounting-hero h2 {
  color: #0b1220;
  font-size: 34px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 9px 0 6px;
}

.vexus-accounting-hero p {
  color: #64748b;
  font-weight: 850;
  margin: 0;
}

.vexus-accounting-hero-stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
}

.vexus-accounting-filter {
  align-items: end;
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  display: grid;
  flex: 0 1 360px;
  gap: 8px;
  grid-template-columns: minmax(180px, 1fr) auto;
  padding: 13px;
}

.vexus-accounting-filter label {
  color: #64748b;
  font-size: 11px;
  font-weight: 950;
  grid-column: 1 / -1;
  margin: 0;
  text-transform: uppercase;
}

.vexus-accounting-hero-stats div {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  padding: 14px 16px;
}

.vexus-accounting-hero-stats small,
.vexus-accounting-hero-stats strong {
  display: block;
}

.vexus-accounting-hero-stats small {
  color: #64748b;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.vexus-accounting-hero-stats strong {
  color: #0b1220;
  font-size: 18px;
  font-weight: 950;
  margin-top: 6px;
  white-space: nowrap;
}

.vexus-accounting-panel {
  border-color: #dbeafe;
}

.vexus-money-pill {
  background: #eaf3ff;
  border-radius: 999px;
  color: #1d4ed8;
  display: inline-flex;
  font-weight: 950;
  padding: 7px 11px;
}

@media (max-width: 1199px) {
  .vexus-accounting-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .vexus-accounting-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
}

@media (max-width: 767px) {
  .vexus-accounting-hero-stats {
    grid-template-columns: 1fr;
  }

  .vexus-accounting-hero h2 {
    font-size: 26px;
  }

  .vexus-accounting-filter {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.vexus-ticket-stat.is-extreme {
  background: linear-gradient(135deg, #dc2626, #fb7185);
  color: #fff !important;
}

.vexus-ticket-stats {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.vexus-ticket-row-extreme td:first-child {
  border-left: 4px solid #dc2626;
}

.vcp-auth-card.is-wide {
  max-width: 1280px;
}

.vcp-auth-heading {
  margin-top: 26px;
}

.vcp-auth-heading span {
  color: #93c5fd;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.vcp-auth-heading h1 {
  margin-top: 8px;
}

.vcp-auth-options {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1.28fr);
  margin-top: 24px;
}

.vcp-auth-options.is-single {
  grid-template-columns: 1fr;
}

.vcp-auth-option {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  margin-top: 0;
  padding: 20px;
}

.vcp-auth-option > i {
  align-items: center;
  background: rgba(56, 189, 248, 0.18);
  border-radius: 8px;
  color: #bfdbfe;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.vcp-auth-option h2 {
  margin: 14px 0 6px;
}

.vcp-section-title {
  color: #93c5fd;
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  margin-top: 10px;
  text-transform: uppercase;
}

.vcp-field-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vcp-form label {
  display: grid;
  gap: 7px;
}

.vcp-auth-option .vcp-form label {
  margin-bottom: 0;
}

.vcp-request-consultation-form {
  gap: 16px;
}

.vcp-consultation-intro {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vcp-consultation-intro div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 16px;
}

.vcp-consultation-intro i {
  align-items: center;
  background: rgba(56, 189, 248, 0.18);
  border-radius: 8px;
  color: #bfdbfe;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.vcp-consultation-intro strong {
  color: #fff;
  font-weight: 950;
}

.vcp-consultation-intro span {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 800;
  line-height: 1.45;
}

.vcp-hero {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.vcp-ticket-row.is-extreme {
  border-color: rgba(251, 113, 133, 0.68);
  box-shadow: 0 16px 42px rgba(220, 38, 38, 0.12);
}

.vcp-ticket-meta span.is-extreme {
  background: rgba(251, 113, 133, 0.18);
  color: #fecdd3;
}

@media (max-width: 991px) {
  .vcp-auth-options {
    grid-template-columns: 1fr;
  }

  .vcp-field-grid {
    grid-template-columns: 1fr;
  }

  .vcp-consultation-intro {
    grid-template-columns: 1fr;
  }

  .vcp-hero {
    align-items: stretch;
    flex-direction: column;
  }

}

/* Premium blue-white client portal */
body.vexus-client-portal {
  background:
    radial-gradient(circle at 10% 0%, rgba(59, 130, 246, 0.22), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(56, 189, 248, 0.26), transparent 30%),
    linear-gradient(135deg, #eef6ff 0%, #f8fbff 44%, #dcecff 100%);
  color: #0b1220;
}

.vcp-shell {
  padding: clamp(22px, 4vw, 54px);
}

.vcp-card,
.vcp-hero,
.vcp-topbar {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #cfe2ff;
  box-shadow: 0 26px 80px rgba(37, 99, 235, 0.13);
}

.vcp-auth-card {
  overflow: hidden;
  position: relative;
}

.vcp-auth-card:before {
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  content: "";
  height: 5px;
  inset: 0 0 auto;
  position: absolute;
}

.vcp-request-consultation-card {
  padding: clamp(24px, 3vw, 42px);
}

.vcp-brand {
  color: #0b1220;
}

.vcp-brand:hover,
.vcp-brand:focus {
  color: #0b1220;
}

.vcp-brand img {
  background: #0b1220;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.18);
  padding: 6px;
}

.vcp-brand strong {
  color: #0b1220;
  font-weight: 950;
}

.vcp-brand small,
.vcp-card p,
.vcp-hero p,
.vcp-note,
.vcp-ticket-row small,
.vcp-empty,
.vcp-message small,
.vcp-link {
  color: #64748b;
}

.vcp-card h1,
.vcp-card h2,
.vcp-hero h1 {
  color: #0b1220;
  font-weight: 950;
}

.vcp-card h1 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

.vcp-auth-heading span,
.vcp-section-title,
.vcp-hero span {
  color: #2563eb;
}

.vcp-auth-heading p {
  max-width: 760px;
}

.vcp-form {
  gap: 16px;
}

.vcp-form label {
  color: #334155;
  font-size: 13px;
  font-weight: 950;
}

.vcp-form input,
.vcp-form select,
.vcp-form textarea,
.vcp-chat-form textarea,
.vexus-admin-chat-form textarea {
  background: #f8fbff;
  border: 1px solid #cfe2ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #0b1220;
}

.vcp-form input::placeholder,
.vcp-form textarea::placeholder,
.vcp-chat-form textarea::placeholder {
  color: #94a3b8;
}

.vcp-form input:focus,
.vcp-form select:focus,
.vcp-form textarea:focus,
.vcp-chat-form textarea:focus {
  border-color: #60a5fa;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
  outline: 0;
}

.vcp-form button,
.vcp-ghost {
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.vcp-form button {
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.24);
  color: #fff;
}

.vcp-form button:hover,
.vcp-ghost:hover,
.vcp-ticket-row:hover {
  transform: translateY(-1px);
}

.vcp-ghost {
  background: #fff;
  border: 1px solid #bfdbfe;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.08);
  color: #1d4ed8 !important;
}

.vcp-link {
  color: #1d4ed8;
}

.vcp-alert.is-error {
  background: #fff1f2;
  border: 1px solid #fecdd3;
  color: #be123c;
}

.vcp-alert.is-success,
.vcp-alert.is-dev {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1d4ed8;
}

.vcp-auth-option,
.vcp-consultation-intro div,
.vcp-ticket-row,
.vcp-message {
  background: #f8fbff;
  border: 1px solid #dbeafe;
}

.vcp-auth-option > i,
.vcp-consultation-intro i {
  background: #eaf3ff;
  color: #2563eb;
}

.vcp-auth-option h2,
.vcp-consultation-intro strong,
.vcp-consultation-intro span,
.vcp-ticket-row {
  color: #0b1220 !important;
}

.vcp-consultation-intro div {
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.08);
}

.vcp-consultation-intro span {
  color: #64748b !important;
}

.vcp-request-consultation-form .vcp-section-title {
  background: linear-gradient(135deg, #eff6ff, #dff2ff);
  border: 1px solid #cfe2ff;
  border-radius: 999px;
  display: inline-flex;
  justify-self: start;
  margin-top: 14px;
  padding: 8px 13px;
}

.vcp-topbar {
  backdrop-filter: blur(18px);
}

.vcp-workspace {
  max-width: 1220px;
}

.vcp-hero {
  background:
    url("../images/vexus/vexus-mark.png") right 34px center / 128px no-repeat,
    linear-gradient(135deg, #ffffff, #eaf3ff);
  min-height: 210px;
}

.vcp-hero h1 {
  font-size: clamp(38px, 5vw, 64px);
}

.vcp-grid,
.vcp-grid.is-chat {
  align-items: start;
}

.vcp-ticket-row {
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.07);
}

.vcp-ticket-row em,
.vcp-ticket-meta span {
  background: #eaf3ff;
  color: #1d4ed8;
}

.vcp-ticket-row.is-extreme {
  background: #fff7ed;
  border-color: #fed7aa;
}

.vcp-ticket-meta span.is-extreme {
  background: #fff1f2;
  color: #be123c;
}

.vcp-message {
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.06);
}

.vcp-message.is-client,
.vexus-admin-message.is-admin,
.vexus-admin-message.is-staff {
  background: #eaf3ff;
}

.vcp-message.is-admin,
.vcp-message.is-staff,
.vexus-admin-message.is-client {
  background: #f0f9ff;
}

.vcp-message.is-system,
.vexus-admin-message.is-system {
  background: #fff7ed;
}

.vcp-video-tile {
  background: #dbeafe;
  border-color: #bfdbfe;
  box-shadow: 0 20px 56px rgba(37, 99, 235, 0.13);
}

.vcp-video-placeholder {
  background:
    radial-gradient(circle at 80% 0%, rgba(56, 189, 248, 0.3), transparent 34%),
    linear-gradient(135deg, #eaf3ff, #ffffff);
}

.vcp-video-tile.is-remote i,
.vcp-video-tile.is-remote strong {
  color: #0b1220;
}

.vcp-ghost.is-off {
  background: #fff1f2;
  border-color: #fecdd3;
  color: #be123c !important;
}

.vcp-ghost.is-sharing {
  background: #eff6ff;
  border-color: #60a5fa;
  color: #1d4ed8 !important;
}

@media (max-width: 767px) {
  .vcp-request-consultation-card,
  .vcp-card {
    padding: 20px;
  }

  .vcp-hero {
    background:
      linear-gradient(135deg, #ffffff, #eaf3ff);
  }
}

/* Final Vexus admin polish: quieter chrome, clearer controls, and lighter data surfaces. */
:root {
  --va-bg: #f6f8fb;
  --va-panel: #ffffff;
  --va-ink: #111827;
  --va-muted: #667085;
  --va-line: #dfe7ef;
  --va-primary: #2563eb;
  --va-primary-dark: #1d4ed8;
  --va-green: #0f766e;
  --va-green-soft: #e7f6f3;
  --va-amber: #b7791f;
  --va-amber-soft: #fff6df;
  --va-red: #b42318;
  --va-red-soft: #fff1f0;
  --va-radius: 8px;
  --va-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

html.sidebar-light:not(.dark) body.vexus-admin,
body.vexus-admin {
  background: var(--va-bg);
  color: var(--va-ink);
  letter-spacing: 0;
}

body.vexus-admin .header {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid var(--va-line);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.035);
}

body.vexus-admin .header .logo-env,
body.vexus-admin .sidebar-left {
  background: #ffffff !important;
  border-right: 1px solid var(--va-line);
  box-shadow: none;
}

body.vexus-admin .vexus-admin-brand img {
  background: #f8fafc;
  border: 1px solid var(--va-line);
}

body.vexus-admin .vexus-admin-brand strong,
body.vexus-admin .vexus-top-user strong,
body.vexus-admin .page-header h2,
body.vexus-admin .panel-title {
  color: var(--va-ink);
}

body.vexus-admin .vexus-admin-brand small,
body.vexus-admin .vexus-top-user small,
body.vexus-admin .help-block,
body.vexus-admin .text-muted,
body.vexus-admin label,
body.vexus-admin .control-label {
  color: var(--va-muted) !important;
}

body.vexus-admin .vexus-passive-search .input-search:after {
  content: "Ctrl F";
  background: #f4f7fa;
  color: var(--va-muted);
  border: 1px solid var(--va-line);
}

body.vexus-admin .header .search input.form-control,
body.vexus-admin .header .search .btn,
body.vexus-admin .header-menu-icon,
body.vexus-admin .header-right .header-menu-icon {
  background: #ffffff;
  border-color: var(--va-line);
  box-shadow: none;
}

body.vexus-admin .header-menu-icon:hover,
body.vexus-admin .header-right .header-menu-icon:hover {
  background: var(--va-green-soft);
  color: var(--va-green);
}

body.vexus-admin ul.nav-main > li > a,
body.vexus-admin ul.nav-main li .nav-children li a {
  border-radius: var(--va-radius);
  color: #4b5563;
  margin: 2px 10px;
}

body.vexus-admin ul.nav-main > li.nav-active > a,
body.vexus-admin ul.nav-main > li > a:hover,
body.vexus-admin ul.nav-main li .nav-children li.nav-active > a,
body.vexus-admin ul.nav-main li .nav-children li a:hover {
  background: var(--va-green-soft);
  color: var(--va-green) !important;
}

body.vexus-admin ul.nav-main > li.nav-active > a {
  box-shadow: inset 3px 0 0 var(--va-green);
}

body.vexus-admin .content-body {
  background: var(--va-bg);
}

body.vexus-admin .page-header {
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  padding-top: 18px;
}

body.vexus-admin .panel,
body.vexus-admin .panel.panel-custom,
body.vexus-admin .panel.panel-subl-shadow,
body.vexus-admin .box,
body.vexus-admin .well,
body.vexus-admin .tab-content,
body.vexus-admin .invoice,
body.vexus-admin .profile-info,
body.vexus-admin .panel-sp-custom,
.vexus-card,
.vexus-metric-card,
.vexus-ticket-stat,
.vexus-super-branch-card,
.vexus-branch-card,
.vexus-branch-user-card,
.vexus-accounting-panel,
.vexus-global-tabs .tab-content,
.vexus-filter-panel,
.vexus-global-client-form .panel {
  background: var(--va-panel);
  border: 1px solid var(--va-line);
  border-radius: var(--va-radius);
  box-shadow: var(--va-shadow);
}

body.vexus-admin .panel-heading,
body.vexus-admin .panel-heading-custom,
body.vexus-admin .panel-heading-sp-custom,
body.vexus-admin .panel-footer,
body.vexus-admin .panel-footer-custom,
body.vexus-admin .panel-footer-sp-custom {
  background: #fbfcfe;
  border-color: var(--va-line);
}

body.vexus-admin .form-control,
body.vexus-admin input[type="text"],
body.vexus-admin input[type="email"],
body.vexus-admin input[type="password"],
body.vexus-admin input[type="number"],
body.vexus-admin input[type="date"],
body.vexus-admin select,
body.vexus-admin textarea,
body.vexus-admin .select2-container--default .select2-selection--single,
body.vexus-admin .select2-container--default .select2-selection--multiple,
body.vexus-admin .select2-container .select2-choice {
  background: #ffffff;
  border: 1px solid var(--va-line);
  border-radius: var(--va-radius);
  box-shadow: none;
  color: var(--va-ink);
}

body.vexus-admin .form-control:focus,
body.vexus-admin input:focus,
body.vexus-admin select:focus,
body.vexus-admin textarea:focus {
  border-color: var(--va-primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

body.vexus-admin .btn {
  border-radius: var(--va-radius);
  box-shadow: none;
  font-weight: 700;
  letter-spacing: 0;
}

body.vexus-admin .btn-primary,
body.vexus-admin .btn-success,
body.vexus-admin .btn-info {
  background: var(--va-primary);
  border-color: var(--va-primary);
  color: #ffffff;
}

body.vexus-admin .btn-primary:hover,
body.vexus-admin .btn-success:hover,
body.vexus-admin .btn-info:hover {
  background: var(--va-primary-dark);
  border-color: var(--va-primary-dark);
}

body.vexus-admin .btn-default {
  background: #ffffff;
  border-color: var(--va-line);
  color: #344054;
}

body.vexus-admin .btn-danger {
  background: var(--va-red);
  border-color: var(--va-red);
}

body.vexus-admin .table-responsive,
body.vexus-admin .dataTables_wrapper {
  border-radius: var(--va-radius);
}

body.vexus-admin .table {
  background: #ffffff;
  color: #253041;
}

body.vexus-admin .table > thead > tr > th {
  background: #f8fafc;
  border-color: var(--va-line);
  color: #475467;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.vexus-admin .table > tbody > tr > td,
body.vexus-admin .table > tbody > tr > th {
  border-color: #eef2f6;
}

body.vexus-admin .table-striped > tbody > tr:nth-child(2n+1) > td,
body.vexus-admin .table-striped > tbody > tr:nth-child(2n+1) > th {
  background: #fbfdff;
}

body.vexus-admin .table-hover > tbody > tr:hover > td,
body.vexus-admin .table-hover > tbody > tr:hover > th {
  background: #eef7f5;
}

.vexus-dashboard-hero,
.vexus-branch-hero,
.vexus-accounting-hero,
.vexus-global-hero,
.vexus-compose-hero {
  background: #ffffff;
  border: 1px solid var(--va-line);
  border-radius: var(--va-radius);
  box-shadow: var(--va-shadow);
  color: var(--va-ink);
}

.vexus-dashboard-hero:after,
.vexus-sidebar-card:after,
.vexus-mailbox-card:after {
  display: none;
}

.vexus-dashboard-hero h1,
.vexus-branch-hero h2,
.vexus-accounting-hero h2,
.vexus-global-hero h2,
.vexus-compose-hero h2 {
  color: var(--va-ink);
  letter-spacing: 0;
}

.vexus-dashboard-hero p,
.vexus-branch-hero p,
.vexus-accounting-hero p,
.vexus-global-hero p,
.vexus-compose-hero p {
  color: var(--va-muted);
}

.vexus-metric-card.is-primary,
.vexus-ticket-stat.is-active {
  background: var(--va-green);
  border-color: var(--va-green);
  color: #ffffff;
}

.vexus-status-pill.is-purchased,
.vexus-status-pill.is-installed,
.vexus-money-pill,
.vexus-bar-fill {
  background: var(--va-green-soft);
  color: var(--va-green);
}

.vexus-status-pill.is-pending {
  background: var(--va-amber-soft);
  color: var(--va-amber);
}

.vexus-status-pill.is-suspended,
.vexus-status-pill.is-stopped,
.vexus-status-pill.is-terminated,
.vexus-status-pill.is-rejected,
.vexus-ticket-stat.is-extreme {
  background: var(--va-red-soft);
  color: var(--va-red) !important;
}

body.vexus-admin .modal-content,
body.vexus-admin .modal-block .panel,
body.vexus-admin .dropdown-menu,
body.vexus-admin .header-menubox {
  border: 1px solid var(--va-line);
  border-radius: var(--va-radius);
  box-shadow: 0 20px 48px rgba(17, 24, 39, 0.12);
}

body.vexus-admin .alert,
body.vexus-admin .label,
body.vexus-admin .badge,
body.vexus-admin .pagination > li > a,
body.vexus-admin .pagination > li > span,
body.vexus-admin .nav-tabs > li > a {
  border-radius: var(--va-radius);
}

body.vexus-admin .pagination > .active > a,
body.vexus-admin .pagination > .active > span,
body.vexus-admin .nav-tabs > li.active > a,
body.vexus-admin .nav-tabs > li.active > a:hover,
body.vexus-admin .nav-tabs > li.active > a:focus {
  background: var(--va-green-soft);
  border-color: var(--va-green-soft);
  color: var(--va-green);
}

@media (max-width: 767px) {
  body.vexus-admin .page-header {
    padding: 14px 16px;
  }

  body.vexus-admin .panel,
  body.vexus-admin .panel.panel-custom,
  body.vexus-admin .panel.panel-subl-shadow,
  .vexus-dashboard-hero,
  .vexus-branch-hero,
  .vexus-accounting-hero,
  .vexus-global-hero {
    border-radius: var(--va-radius);
  }
}

/* Clearer Vexus color cards for admin dashboards and compact panels. */
body.vexus-admin .vexus-metric-card,
body.vexus-admin .vexus-ticket-stat,
body.vexus-admin .vexus-global-stats > div,
body.vexus-admin .vexus-super-branch-card,
body.vexus-admin .vexus-branch-card,
body.vexus-admin .vexus-branch-user-card,
body.vexus-admin .vexus-card {
  border-left: 5px solid #2563eb;
  color: var(--va-ink);
}

body.vexus-admin .vexus-metric-card:nth-child(4n+1),
body.vexus-admin .vexus-ticket-stat:nth-child(4n+1),
body.vexus-admin .vexus-global-stats > div:nth-child(4n+1),
body.vexus-admin .vexus-super-branch-card:nth-child(4n+1),
body.vexus-admin .vexus-branch-card:nth-child(4n+1),
body.vexus-admin .vexus-branch-user-card:nth-child(4n+1),
body.vexus-admin .vexus-card:nth-child(4n+1) {
  background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
  border-left-color: #2563eb;
}

body.vexus-admin .vexus-metric-card:nth-child(4n+2),
body.vexus-admin .vexus-ticket-stat:nth-child(4n+2),
body.vexus-admin .vexus-global-stats > div:nth-child(4n+2),
body.vexus-admin .vexus-super-branch-card:nth-child(4n+2),
body.vexus-admin .vexus-branch-card:nth-child(4n+2),
body.vexus-admin .vexus-branch-user-card:nth-child(4n+2),
body.vexus-admin .vexus-card:nth-child(4n+2) {
  background: linear-gradient(180deg, #ffffff 0%, #ecfdf5 100%);
  border-left-color: #0f766e;
}

body.vexus-admin .vexus-metric-card:nth-child(4n+3),
body.vexus-admin .vexus-ticket-stat:nth-child(4n+3),
body.vexus-admin .vexus-global-stats > div:nth-child(4n+3),
body.vexus-admin .vexus-super-branch-card:nth-child(4n+3),
body.vexus-admin .vexus-branch-card:nth-child(4n+3),
body.vexus-admin .vexus-branch-user-card:nth-child(4n+3),
body.vexus-admin .vexus-card:nth-child(4n+3) {
  background: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
  border-left-color: #f59e0b;
}

body.vexus-admin .vexus-metric-card:nth-child(4n+4),
body.vexus-admin .vexus-ticket-stat:nth-child(4n+4),
body.vexus-admin .vexus-global-stats > div:nth-child(4n+4),
body.vexus-admin .vexus-super-branch-card:nth-child(4n+4),
body.vexus-admin .vexus-branch-card:nth-child(4n+4),
body.vexus-admin .vexus-branch-user-card:nth-child(4n+4),
body.vexus-admin .vexus-card:nth-child(4n+4) {
  background: linear-gradient(180deg, #ffffff 0%, #f5f3ff 100%);
  border-left-color: #7c3aed;
}

body.vexus-admin .vexus-metric-card.is-primary,
body.vexus-admin .vexus-ticket-stat.is-active {
  background: linear-gradient(135deg, #0f766e 0%, #2563eb 100%);
  border-left-color: #22c55e;
  color: #ffffff;
}

body.vexus-admin .vexus-metric-card strong,
body.vexus-admin .vexus-metric-card h3,
body.vexus-admin .vexus-ticket-stat strong,
body.vexus-admin .vexus-ticket-stat span,
body.vexus-admin .vexus-global-stats strong,
body.vexus-admin .vexus-super-branch-card strong,
body.vexus-admin .vexus-branch-card h3,
body.vexus-admin .vexus-card h3 {
  overflow-wrap: anywhere;
}

@media (max-width: 767px) {
  body.vexus-admin .content-body {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.vexus-admin .vexus-metric-card,
  body.vexus-admin .vexus-ticket-stat,
  body.vexus-admin .vexus-global-stats > div,
  body.vexus-admin .vexus-super-branch-card,
  body.vexus-admin .vexus-branch-card,
  body.vexus-admin .vexus-branch-user-card,
  body.vexus-admin .vexus-card {
    min-width: 0;
    width: 100%;
  }
}

/* Vexus 2026 mobile shell and consultation workspace repair. */
.vcp-consultation-progress {
  display: none;
}

body.vexus-client-portal .vcp-consultation-shell {
  align-items: stretch;
  padding: 0;
}

body.vexus-client-portal .vcp-request-consultation-card {
  background:
    radial-gradient(circle at 7% 3%, rgba(34, 197, 94, 0.18), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(59, 130, 246, 0.24), transparent 32%),
    linear-gradient(135deg, #f8fbff 0%, #ffffff 42%, #eef6ff 100%);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  max-width: none;
  min-height: 100vh;
  padding: clamp(24px, 4vw, 56px);
  width: 100%;
}

body.vexus-client-portal .vcp-request-consultation-card:before {
  height: 6px;
}

body.vexus-client-portal .vcp-request-consultation-card > .vcp-brand,
body.vexus-client-portal .vcp-request-consultation-card > .vcp-alert,
body.vexus-client-portal .vcp-request-consultation-card > .vcp-auth-heading,
body.vexus-client-portal .vcp-request-consultation-card > .vcp-form,
body.vexus-client-portal .vcp-request-consultation-card > .vcp-link {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

body.vexus-client-portal .vcp-request-consultation-card .vcp-brand {
  margin-bottom: 28px;
}

body.vexus-client-portal .vcp-request-consultation-card .vcp-auth-heading {
  margin-bottom: 24px;
}

body.vexus-client-portal .vcp-request-consultation-card .vcp-auth-heading p {
  max-width: 740px;
}

body.vexus-client-portal .vcp-request-consultation-form {
  display: grid;
  gap: 18px;
}

body.vexus-client-portal .vcp-request-consultation-form .vcp-consultation-intro div {
  border-left: 5px solid #2563eb;
}

body.vexus-client-portal .vcp-request-consultation-form .vcp-consultation-intro div:nth-child(2) {
  border-left-color: #0f766e;
}

body.vexus-client-portal .vcp-request-consultation-form .vcp-consultation-intro div:nth-child(3) {
  border-left-color: #f59e0b;
}

body.vexus-client-portal .vcp-consultation-progress {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #dbeafe;
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.08);
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 8px;
  position: sticky;
  top: 12px;
  z-index: 4;
}

body.vexus-client-portal .vcp-consultation-progress a {
  align-items: center;
  background: #f8fbff;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #1e3a8a;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
  padding: 8px 10px;
}

body.vexus-client-portal .vcp-consultation-progress a:hover,
body.vexus-client-portal .vcp-consultation-progress a:focus {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1d4ed8;
}

body.vexus-client-portal .vcp-request-consultation-form .vcp-section-title {
  scroll-margin-top: 92px;
}

body.vexus-client-portal .vcp-request-consultation-form input,
body.vexus-client-portal .vcp-request-consultation-form select,
body.vexus-client-portal .vcp-request-consultation-form textarea {
  min-height: 58px;
}

body.vexus-client-portal .vcp-request-consultation-form textarea {
  min-height: 116px;
}

body.vexus-client-portal .vcp-request-consultation-form button[type="submit"] {
  border-radius: 8px;
  min-height: 58px;
}

@media (max-width: 767px) {
  body.vexus-admin {
    overflow-x: hidden;
  }

  body.vexus-admin .header {
    height: 64px !important;
    min-height: 64px;
  }

  body.vexus-admin .header .logo-env {
    height: 64px !important;
    justify-content: space-between;
    padding: 0 14px;
    width: 100% !important;
  }

  body.vexus-admin .header .logo {
    min-width: 0;
    width: calc(100% - 54px);
  }

  body.vexus-admin .vexus-admin-brand {
    min-width: 0;
  }

  body.vexus-admin .vexus-admin-brand img {
    height: 42px;
    width: 42px;
  }

  body.vexus-admin .vexus-admin-brand strong {
    font-size: 14px;
  }

  body.vexus-admin .vexus-admin-brand small {
    font-size: 10px;
  }

  body.vexus-admin .header .logo h5,
  body.vexus-admin .header-left,
  body.vexus-admin .header-right {
    display: none !important;
  }

  body.vexus-admin .toggle-sidebar-left {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    color: #0f172a;
    display: inline-flex !important;
    height: 42px;
    justify-content: center;
    width: 42px;
  }

  body.vexus-admin .inner-wrapper {
    padding-top: 64px !important;
  }

  html.fixed body.vexus-admin .content-body,
  body.vexus-admin .content-body {
    margin-left: 0 !important;
    padding: 14px !important;
  }

  html.fixed body.vexus-admin .page-header,
  body.vexus-admin .page-header {
    left: 0 !important;
    margin: 0 0 12px;
    padding: 12px 14px;
    position: relative;
    top: auto !important;
  }

  body.vexus-admin .page-header h2 {
    font-size: 18px;
    line-height: 1.2;
  }

  html.fixed body.vexus-admin .sidebar-left,
  body.vexus-admin .sidebar-left {
    background: #ffffff !important;
    box-shadow: 24px 0 60px rgba(15, 23, 42, 0.2);
    height: calc(100vh - 64px);
    left: 0 !important;
    max-width: 320px;
    top: 64px !important;
    transform: translateX(-105%);
    transition: transform 0.22s ease;
    width: min(86vw, 320px) !important;
    z-index: 1010;
  }

  html.sidebar-left-opened body.vexus-admin .sidebar-left {
    transform: translateX(0);
  }

  body.vexus-admin .sidebar-left .nano-content {
    padding: 14px 6px 26px;
  }

  .vexus-dash-titlebar {
    display: grid;
    gap: 14px;
    margin: 0 0 14px;
  }

  .vexus-dash-titlebar h1 {
    font-size: clamp(25px, 8vw, 32px);
    line-height: 1.05;
  }

  .vexus-dash-titlebar p {
    font-size: 13px;
    line-height: 1.5;
  }

  .vexus-dash-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .vexus-dash-actions .btn {
    justify-content: center;
    min-height: 46px;
    white-space: normal;
    width: 100%;
  }

  .vexus-super-branch-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    margin-bottom: 16px;
  }

  body.vexus-admin .vexus-super-branch-card {
    border: 1px solid #dbeafe;
    border-left-width: 5px;
    min-height: 0;
    padding: 18px;
  }

  body.vexus-admin .vexus-super-branch-card div {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.vexus-admin .vexus-super-branch-card em {
    background: rgba(255, 255, 255, 0.52);
    border-radius: 8px;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
    padding: 10px;
  }

  .vexus-stat-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 14px;
  }

  .vexus-stat-card {
    border: 1px solid #dbeafe;
    border-left: 5px solid #2563eb;
    min-height: 132px;
    padding: 15px;
  }

  .vexus-stat-card:nth-child(2) {
    border-left-color: #0f766e;
  }

  .vexus-stat-card:nth-child(3) {
    border-left-color: #f59e0b;
  }

  .vexus-stat-card:nth-child(4) {
    border-left-color: #7c3aed;
  }

  .vexus-stat-card.is-active,
  body.vexus-admin .vexus-stat-card.is-active {
    background: linear-gradient(135deg, #0f766e 0%, #2563eb 100%);
    border-color: transparent;
    color: #ffffff;
  }

  .vexus-stat-card.is-active small,
  .vexus-stat-card.is-active strong,
  .vexus-stat-card.is-active em,
  .vexus-stat-card.is-active i {
    color: #ffffff !important;
    opacity: 1;
  }

  .vexus-stat-card small {
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 12px;
  }

  .vexus-stat-card strong {
    font-size: clamp(28px, 10vw, 40px);
    line-height: 1;
    margin-bottom: 10px;
  }

  .vexus-stat-card em {
    align-items: flex-start;
    font-size: 10px;
    line-height: 1.3;
  }

  .vexus-card-arrow {
    border-radius: 999px;
    height: 30px;
    right: 12px;
    top: 12px;
    transform: none;
    width: 30px;
  }

  .vexus-dashboard-layout {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .vexus-analytics-card,
  .vexus-reminder-card,
  .vexus-project-list,
  .vexus-finance-card,
  .vexus-team-card,
  .vexus-recent-card {
    grid-column: auto !important;
  }

  .vexus-donezo-card {
    padding: 16px;
  }

  .vexus-donezo-card header {
    align-items: flex-start;
    gap: 10px;
  }

  .vexus-week-chart {
    min-width: 0;
    overflow-x: auto;
  }

  body.vexus-client-portal .vcp-request-consultation-card {
    padding: 18px;
  }

  body.vexus-client-portal .vcp-request-consultation-card .vcp-brand {
    align-items: center;
    margin-bottom: 20px;
  }

  body.vexus-client-portal .vcp-brand img {
    height: 44px;
    width: 44px;
  }

  body.vexus-client-portal .vcp-card h1 {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.02;
  }

  body.vexus-client-portal .vcp-consultation-intro,
  body.vexus-client-portal .vcp-field-grid {
    grid-template-columns: 1fr;
  }

  body.vexus-client-portal .vcp-consultation-progress {
    gap: 6px;
    grid-template-columns: repeat(4, minmax(68px, 1fr));
    overflow-x: auto;
    padding: 7px;
    top: 6px;
  }

  body.vexus-client-portal .vcp-consultation-progress a {
    font-size: 11px;
    min-height: 40px;
    white-space: nowrap;
  }

  body.vexus-client-portal .vcp-request-consultation-form .vcp-section-title {
    margin-top: 8px;
    scroll-margin-top: 76px;
  }

  body.vexus-client-portal .vcp-form button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .vexus-stat-grid {
    grid-template-columns: 1fr;
  }
}

/* Sidebar reliability patch: stale overlays must never eat navigation taps. */
body.vexus-admin > .loading-overlay {
  display: none !important;
  pointer-events: none !important;
}

body.vexus-admin .header,
body.vexus-admin .toggle-sidebar-left {
  position: relative;
  z-index: 1200;
}

@media (min-width: 768px) {
  html.sidebar-left-collapsed body.vexus-admin .sidebar-left {
    max-width: 73px !important;
    min-width: 73px !important;
    width: 73px !important;
  }

  html.sidebar-left-collapsed body.vexus-admin .sidebar-left .nano,
  html.sidebar-left-collapsed body.vexus-admin .sidebar-left .nano-content {
    max-width: 73px !important;
    min-width: 73px !important;
    width: 73px !important;
  }

  html.fixed.sidebar-left-collapsed body.vexus-admin .content-body {
    margin-left: 73px !important;
  }

  html.fixed.sidebar-left-sm.sidebar-left-collapsed body.vexus-admin section.content-body {
    margin-left: 73px !important;
  }

  html.fixed.sidebar-left-collapsed body.vexus-admin .page-header {
    left: 73px !important;
  }

  html.fixed.sidebar-left-sm.sidebar-left-collapsed body.vexus-admin .page-header {
    left: 73px !important;
  }

  html.sidebar-left-collapsed body.vexus-admin .header .logo-env {
    flex: 0 0 73px !important;
    max-width: 73px !important;
    min-width: 73px !important;
    width: 73px !important;
  }

  html.sidebar-left-collapsed body.vexus-admin .vexus-admin-brand span {
    display: none !important;
  }
}

@media (max-width: 767px) {
  html.sidebar-left-opened body.vexus-admin .sidebar-left,
  html.csstransforms.sidebar-left-opened body.vexus-admin .sidebar-left,
  html.no-mobile-device.sidebar-left-opened body.vexus-admin .sidebar-left,
  html.mobile-device.sidebar-left-opened body.vexus-admin .sidebar-left {
    left: 0 !important;
    transform: translateX(0) !important;
  }

  body.vexus-admin .toggle-sidebar-left {
    cursor: pointer;
    pointer-events: auto;
  }
}

/* Mobile drawer hardening: the opened class must reveal a real panel, not only flip the icon. */
body.vexus-admin .vexus-admin-drawer-backdrop {
  display: none;
}

@media (max-width: 767px) {
  html.sidebar-left-opened,
  html.sidebar-left-opened body.vexus-admin,
  body.vexus-admin.vexus-sidebar-open {
    overflow: hidden !important;
  }

  body.vexus-admin .header {
    position: fixed !important;
    z-index: 1320 !important;
  }

  body.vexus-admin .toggle-sidebar-left {
    position: relative !important;
    z-index: 1322 !important;
  }

  body.vexus-admin .vexus-admin-drawer-backdrop {
    background: rgba(15, 23, 42, 0.5);
    border: 0;
    bottom: 0;
    cursor: pointer;
    display: none;
    left: 0;
    opacity: 1 !important;
    padding: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 64px;
    transition: none !important;
    z-index: 1288;
  }

  html.sidebar-left-opened body.vexus-admin .vexus-admin-drawer-backdrop,
  body.vexus-admin.vexus-sidebar-open .vexus-admin-drawer-backdrop {
    display: block;
    opacity: 1 !important;
    pointer-events: auto;
  }

  html.fixed body.vexus-admin #sidebar-left.sidebar-left,
  body.vexus-admin #sidebar-left.sidebar-left {
    background: #ffffff !important;
    border-right: 1px solid #dbeafe !important;
    bottom: 0 !important;
    box-shadow: 28px 0 70px rgba(15, 23, 42, 0.28) !important;
    display: none !important;
    height: calc(100dvh - 64px) !important;
    left: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 360px !important;
    min-width: 0 !important;
    opacity: 1 !important;
    overflow: hidden !important;
    pointer-events: auto !important;
    position: fixed !important;
    right: auto !important;
    top: 64px !important;
    transform: none !important;
    transition: none !important;
    visibility: visible !important;
    width: calc(100vw - 32px) !important;
    z-index: 1296 !important;
  }

  html.sidebar-left-opened body.vexus-admin #sidebar-left.sidebar-left,
  html.csstransforms.sidebar-left-opened body.vexus-admin #sidebar-left.sidebar-left,
  body.vexus-admin.vexus-sidebar-open #sidebar-left.sidebar-left {
    display: block !important;
    left: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
  }

  body.vexus-admin #sidebar-left.sidebar-left .nano,
  body.vexus-admin #sidebar-left.sidebar-left .nano-content {
    height: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    right: auto !important;
    width: 100% !important;
  }

  html.sidebar-left-opened body.vexus-admin .content-body {
    pointer-events: none;
    transform: none !important;
  }
}

/* Vexus Panel: cPanel-inspired control center. */
:root {
  --vcp-rail: 254px;
  --vcp-topbar: 66px;
  --vcp-ink: #111827;
  --vcp-muted: #5f6b80;
  --vcp-line: #dfe5ef;
  --vcp-page: #f4f6f9;
  --vcp-rail-bg: #202856;
  --vcp-rail-soft: #2b346b;
  --vcp-blue: #1554d1;
  --vcp-cyan: #0891b2;
  --vcp-green: #0f766e;
  --vcp-amber: #d97706;
  --vcp-violet: #6d28d9;
  --vcp-rose: #be123c;
}

body.vexus-admin.vexus-cpanel-shell {
  background: var(--vcp-page) !important;
  color: var(--vcp-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

body.vexus-admin.vexus-cpanel-shell .body,
body.vexus-admin.vexus-cpanel-shell .inner-wrapper {
  background: var(--vcp-page) !important;
  min-height: 100vh;
}

body.vexus-admin.vexus-cpanel-shell .header.vexus-cp-topbar {
  align-items: center;
  background: #ffffff !important;
  border: 0 !important;
  border-bottom: 1px solid var(--vcp-line) !important;
  box-shadow: 0 2px 10px rgba(17, 24, 39, 0.08) !important;
  display: flex;
  height: var(--vcp-topbar) !important;
  left: var(--vcp-rail) !important;
  min-height: var(--vcp-topbar) !important;
  padding: 0 24px !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: auto !important;
  z-index: 1100 !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-mobile-head {
  display: none;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(320px, 520px) auto;
  justify-content: end;
  width: 100%;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-search {
  align-items: center;
  display: flex;
  justify-self: end;
  max-width: 520px;
  position: relative;
  width: min(520px, 48vw);
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-search input {
  background: #ffffff;
  border: 1px solid #b9c2d4;
  border-radius: 4px;
  box-shadow: none;
  color: #111827;
  font-size: 15px;
  height: 36px;
  padding: 0 42px 0 12px;
  width: 100%;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-search input:focus {
  border-color: var(--vcp-blue);
  box-shadow: 0 0 0 3px rgba(21, 84, 209, 0.13);
  outline: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-search button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #10172a;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-icon,
body.vexus-admin.vexus-cpanel-shell .vexus-cp-userbox > a {
  align-items: center;
  background: #ffffff;
  border: 1px solid #162150;
  border-radius: 999px;
  color: #111827 !important;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  width: 36px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-icon:hover,
body.vexus-admin.vexus-cpanel-shell .vexus-cp-userbox > a:hover {
  background: #eef4ff;
  color: var(--vcp-blue) !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-icon span {
  background: #ef4444;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  min-width: 18px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: -6px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-userbox {
  margin: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-userbox .profile-picture {
  margin: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-userbox img {
  border-radius: 999px;
  height: 28px;
  width: 28px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-dropdown {
  border: 1px solid var(--vcp-line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.2);
  margin-top: 12px;
}

body.vexus-admin.vexus-cpanel-shell .sidebar-left.vexus-cp-rail {
  background: var(--vcp-rail-bg) !important;
  border: 0 !important;
  border-radius: 0 !important;
  bottom: 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  left: 0 !important;
  min-width: var(--vcp-rail) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: fixed !important;
  top: 0 !important;
  width: var(--vcp-rail) !important;
  z-index: 1110 !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-rail .nano,
body.vexus-admin.vexus-cpanel-shell .vexus-cp-rail .nano-content {
  background: transparent !important;
  bottom: 0 !important;
  height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-brand {
  align-items: center;
  color: #ffffff !important;
  display: flex;
  gap: 14px;
  min-height: 86px;
  padding: 22px 24px;
  text-decoration: none;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-brand img {
  height: 42px;
  object-fit: contain;
  width: 42px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-brand strong {
  display: block;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.05;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-brand small {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-side-nav {
  padding: 6px 18px 18px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-side-label {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 18px 8px 8px;
  text-transform: uppercase;
}

body.vexus-admin.vexus-cpanel-shell .vexus-side-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-side-nav a {
  align-items: center;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9) !important;
  display: grid;
  font-size: 15px;
  font-weight: 650;
  gap: 12px;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  min-height: 44px;
  padding: 10px 10px;
  text-decoration: none;
}

body.vexus-admin.vexus-cpanel-shell .vexus-side-nav a span {
  line-height: 1.18;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-side-nav a:hover,
body.vexus-admin.vexus-cpanel-shell .vexus-side-nav .nav-active > a,
body.vexus-admin.vexus-cpanel-shell .vexus-side-nav-home.is-active {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-side-nav i {
  background: transparent !important;
  color: currentColor !important;
  font-size: 18px;
  height: auto !important;
  line-height: 1 !important;
  padding: 0 !important;
  text-align: center;
  width: 24px !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-side-nav em {
  background: #ff6b35;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  min-width: 22px;
  padding: 3px 7px;
  text-align: center;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-rail-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #ffffff;
  margin: 16px 18px 24px;
  padding: 16px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-rail-card span,
body.vexus-admin.vexus-cpanel-shell .vexus-cp-rail-card p {
  color: rgba(255, 255, 255, 0.72);
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-rail-card strong {
  display: block;
  font-size: 22px;
  margin: 6px 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-rail-card a {
  color: #9fe7ff !important;
  font-weight: 900;
}

body.vexus-admin.vexus-cpanel-shell .content-body {
  background: var(--vcp-page) !important;
  margin-left: var(--vcp-rail) !important;
  min-height: 100vh;
  padding: calc(var(--vcp-topbar) + 28px) 28px 40px !important;
  width: calc(100vw - var(--vcp-rail)) !important;
}

body.vexus-admin.vexus-cpanel-shell .page-header {
  background: #ffffff !important;
  border: 1px solid var(--vcp-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06) !important;
  left: auto !important;
  margin: 0 0 22px !important;
  padding: 18px 20px !important;
  position: relative !important;
  top: auto !important;
}

body.vexus-admin.vexus-cpanel-shell .page-header h2 {
  color: var(--vcp-ink);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
}

.vexus-cpanel-page {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) 344px;
  margin: 0 auto;
  max-width: 1600px;
}

.vexus-cpanel-main {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.vexus-cpanel-hero {
  align-items: end;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0 0 14px;
}

.vexus-cpanel-hero span {
  color: var(--vcp-blue);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vexus-cpanel-hero h1 {
  color: #222;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.1;
  margin: 6px 0 8px;
}

.vexus-cpanel-hero p {
  color: var(--vcp-muted);
  font-size: 15px;
  margin: 0;
}

.vexus-cpanel-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.vexus-cpanel-primary,
.vexus-cpanel-secondary {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  min-height: 38px;
  padding: 9px 14px;
  text-decoration: none !important;
}

.vexus-cpanel-primary {
  background: var(--vcp-blue);
  border: 1px solid var(--vcp-blue);
  color: #ffffff !important;
}

.vexus-cpanel-secondary {
  background: #ffffff;
  border: 1px solid var(--vcp-line);
  color: #0f2f74 !important;
}

.vexus-cpanel-kpis {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vexus-cpanel-kpi {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--vcp-line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.05);
  color: var(--vcp-ink) !important;
  display: grid;
  gap: 6px 12px;
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 98px;
  padding: 18px;
  position: relative;
  text-decoration: none !important;
}

.vexus-cpanel-kpi::before {
  border-radius: 8px 0 0 8px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

.vexus-cpanel-kpi i {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 18px;
  grid-row: span 2;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.vexus-cpanel-kpi span {
  color: var(--vcp-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vexus-cpanel-kpi strong {
  color: var(--vcp-ink);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.vexus-cpanel-kpi.is-blue::before,
.tone-blue .vexus-cpanel-section-head::before {
  background: var(--vcp-blue);
}

.vexus-cpanel-kpi.is-blue i,
.tone-blue .vexus-tool-tile > i {
  background: #e8f1ff;
  color: var(--vcp-blue);
}

.vexus-cpanel-kpi.is-amber::before,
.tone-amber .vexus-cpanel-section-head::before {
  background: var(--vcp-amber);
}

.vexus-cpanel-kpi.is-amber i,
.tone-amber .vexus-tool-tile > i {
  background: #fff7ed;
  color: var(--vcp-amber);
}

.vexus-cpanel-kpi.is-green::before,
.tone-green .vexus-cpanel-section-head::before {
  background: var(--vcp-green);
}

.vexus-cpanel-kpi.is-green i,
.tone-green .vexus-tool-tile > i {
  background: #ecfdf5;
  color: var(--vcp-green);
}

.vexus-cpanel-kpi.is-violet::before,
.tone-violet .vexus-cpanel-section-head::before {
  background: var(--vcp-violet);
}

.vexus-cpanel-kpi.is-violet i,
.tone-violet .vexus-tool-tile > i {
  background: #f5f3ff;
  color: var(--vcp-violet);
}

.tone-cyan .vexus-cpanel-section-head::before {
  background: var(--vcp-cyan);
}

.tone-cyan .vexus-tool-tile > i {
  background: #ecfeff;
  color: var(--vcp-cyan);
}

.tone-rose .vexus-cpanel-section-head::before {
  background: var(--vcp-rose);
}

.tone-rose .vexus-tool-tile > i {
  background: #fff1f2;
  color: var(--vcp-rose);
}

.vexus-cpanel-section {
  background: #ffffff;
  border: 1px solid var(--vcp-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
  overflow: hidden;
}

.vexus-cpanel-section-head {
  align-items: center;
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid var(--vcp-line);
  color: var(--vcp-ink);
  display: flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 18px;
  position: relative;
  text-align: left;
  width: 100%;
}

.vexus-cpanel-section-head::before {
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.vexus-cpanel-section-head span {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}

.vexus-cpanel-section:not(.is-open) .vexus-cpanel-tools,
.vexus-cpanel-section:not(.is-open) .vexus-branch-cpanel-grid {
  display: none;
}

.vexus-cpanel-section:not(.is-open) .vexus-cpanel-section-head > i {
  transform: rotate(180deg);
}

.vexus-cpanel-tools {
  display: grid;
  gap: 8px 18px;
  grid-template-columns: repeat(3, minmax(210px, 1fr));
  padding: 18px;
}

.vexus-tool-tile {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #0c3d91 !important;
  display: grid;
  gap: 14px;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  min-height: 78px;
  padding: 12px;
  text-decoration: none !important;
}

.vexus-tool-tile:hover {
  background: #f7faff;
  border-color: #cfe0ff;
}

.vexus-tool-tile > i {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 22px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.vexus-tool-tile strong {
  color: #0f3c92;
  display: block;
  font-size: 15px;
  font-weight: 500;
}

.vexus-tool-tile small {
  color: var(--vcp-muted);
  display: block;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 4px;
}

.vexus-tool-tile em {
  background: #eef4ff;
  border: 1px solid #d4e3ff;
  border-radius: 999px;
  color: var(--vcp-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  padding: 4px 8px;
}

.vexus-branch-cpanel-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(210px, 1fr));
  padding: 18px;
}

.vexus-branch-cpanel-card {
  background: linear-gradient(135deg, #ffffff, #f7fbff);
  border: 1px solid #d8e7ff;
  border-left: 5px solid var(--vcp-blue);
  border-radius: 8px;
  color: var(--vcp-ink) !important;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 16px;
  text-decoration: none !important;
}

.vexus-branch-cpanel-card:nth-child(3n+2) {
  border-left-color: var(--vcp-green);
}

.vexus-branch-cpanel-card:nth-child(3n+3) {
  border-left-color: var(--vcp-amber);
}

.vexus-branch-cpanel-card span,
.vexus-branch-cpanel-card strong {
  grid-column: 1 / -1;
}

.vexus-branch-cpanel-card span {
  color: var(--vcp-blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.vexus-branch-cpanel-card strong {
  color: var(--vcp-ink);
  font-size: 17px;
}

.vexus-branch-cpanel-card em {
  background: #f1f5fb;
  border-radius: 8px;
  color: #31415b;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  padding: 8px;
}

.vexus-cpanel-info {
  display: grid;
  gap: 0;
  position: sticky;
  top: calc(var(--vcp-topbar) + 18px);
}

.vexus-cpanel-info-card {
  background: #ffffff;
  border: 1px solid var(--vcp-line);
  border-bottom: 0;
  color: var(--vcp-ink);
  padding: 18px;
}

.vexus-cpanel-info-card:first-child {
  border-radius: 8px 8px 0 0;
}

.vexus-cpanel-info-card:last-child {
  border-bottom: 1px solid var(--vcp-line);
  border-radius: 0 0 8px 8px;
}

.vexus-cpanel-info-card h2 {
  color: var(--vcp-ink);
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 20px;
}

.vexus-cpanel-info-card label {
  color: #344058;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 7px;
}

.vexus-cpanel-info-card strong {
  color: var(--vcp-ink);
  display: block;
  font-size: 16px;
  line-height: 1.35;
}

.vexus-cpanel-info-card small,
.vexus-cpanel-info-card p {
  color: var(--vcp-muted);
}

.vexus-cpanel-info-card a {
  color: #0f3c92;
  display: inline-flex;
  font-weight: 800;
  gap: 6px;
  margin-top: 10px;
}

.vexus-cpanel-health div {
  align-items: center;
  background: conic-gradient(var(--vcp-green) calc(var(--health) * 1%), #e8eef6 0);
  border-radius: 999px;
  display: flex;
  height: 96px;
  justify-content: center;
  margin: 8px 0 14px;
  width: 96px;
}

.vexus-cpanel-health div span {
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  color: var(--vcp-green);
  display: flex;
  font-size: 20px;
  font-weight: 900;
  height: 72px;
  justify-content: center;
  width: 72px;
}

.vexus-cpanel-mini-list {
  display: grid;
  gap: 10px;
}

.vexus-cpanel-mini-list a {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  margin: 0;
  text-decoration: none !important;
}

.vexus-cpanel-mini-list i {
  align-items: center;
  background: #eef4ff;
  border-radius: 8px;
  color: var(--vcp-blue);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.vexus-cpanel-mini-list strong,
.vexus-cpanel-mini-list small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vexus-cpanel-mini-list span {
  min-width: 0;
}

.vexus-tool-hidden {
  display: none !important;
}

.vexus-section-filter-hidden {
  display: none !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-tools-filtered .vexus-cpanel-section.is-filter-focus {
  border-color: #b9cbed !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1) !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-tools-filtered .vexus-cpanel-section.is-filter-focus .vexus-cpanel-section-head {
  background: #f6f9ff !important;
}

body.vexus-client-portal {
  background: var(--vcp-page) !important;
  color: var(--vcp-ink);
}

body.vexus-client-portal .vcp-topbar {
  background: #ffffff;
  border-bottom: 1px solid var(--vcp-line);
  box-shadow: 0 2px 12px rgba(17, 24, 39, 0.08);
}

body.vexus-client-portal .vcp-workspace {
  max-width: 1380px;
}

body.vexus-client-portal .vcp-hero,
body.vexus-client-portal .vcp-card {
  border-radius: 8px;
}

body.vexus-client-portal .vcp-grid {
  align-items: start;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
}

body.vexus-client-portal .vcp-card h2 {
  color: var(--vcp-ink);
}

@media (max-width: 1180px) {
  .vexus-cpanel-page {
    grid-template-columns: 1fr;
  }

  .vexus-cpanel-info {
    position: static;
  }

  .vexus-cpanel-info-card {
    border-bottom: 1px solid var(--vcp-line);
    border-radius: 8px !important;
    margin-bottom: 12px;
  }
}

@media (max-width: 1040px) {
  .vexus-cpanel-tools,
  .vexus-branch-cpanel-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }

  .vexus-cpanel-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  html.sidebar-left-collapsed body.vexus-admin.vexus-cpanel-shell .sidebar-left.vexus-cp-rail {
    min-width: var(--vcp-rail) !important;
    width: var(--vcp-rail) !important;
  }

  html.sidebar-left-collapsed body.vexus-admin.vexus-cpanel-shell .header.vexus-cp-topbar {
    left: var(--vcp-rail) !important;
  }

  html.sidebar-left-collapsed body.vexus-admin.vexus-cpanel-shell .content-body {
    margin-left: var(--vcp-rail) !important;
    transform: none !important;
    width: calc(100vw - var(--vcp-rail)) !important;
  }
}

@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .header.vexus-cp-topbar {
    align-items: stretch;
    display: grid;
    gap: 10px;
    grid-template-rows: auto auto;
    height: auto !important;
    left: 0 !important;
    min-height: 118px !important;
    padding: 12px 14px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-mobile-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-mobile-logo {
    align-items: center;
    color: var(--vcp-ink) !important;
    display: inline-flex;
    gap: 10px;
    text-decoration: none;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-mobile-logo img {
    height: 38px;
    width: 38px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-mobile-logo strong,
  body.vexus-admin.vexus-cpanel-shell .vexus-cp-mobile-logo small {
    display: block;
    line-height: 1.1;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-mobile-logo strong {
    font-size: 15px;
    font-weight: 900;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-mobile-logo small {
    color: var(--vcp-muted);
    font-size: 11px;
  }

  body.vexus-admin.vexus-cpanel-shell .toggle-sidebar-left {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--vcp-line);
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.12);
    color: var(--vcp-ink);
    display: inline-flex !important;
    height: 42px;
    justify-content: center;
    width: 42px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main {
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-search {
    justify-self: stretch;
    width: 100%;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-actions {
    gap: 8px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-actions .vexus-cp-icon:first-child {
    display: none;
  }

  body.vexus-admin.vexus-cpanel-shell .sidebar-left.vexus-cp-rail,
  html.fixed body.vexus-admin.vexus-cpanel-shell #sidebar-left.sidebar-left {
    background: var(--vcp-rail-bg) !important;
    bottom: 0 !important;
    box-shadow: 28px 0 70px rgba(17, 24, 39, 0.34) !important;
    display: none !important;
    height: 100dvh !important;
    left: 0 !important;
    max-width: 320px !important;
    min-width: 0 !important;
    position: fixed !important;
    top: 0 !important;
    width: calc(100vw - 44px) !important;
    z-index: 1300 !important;
  }

  html.sidebar-left-opened body.vexus-admin.vexus-cpanel-shell #sidebar-left.sidebar-left,
  body.vexus-admin.vexus-cpanel-shell.vexus-sidebar-open #sidebar-left.sidebar-left {
    display: block !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-admin-drawer-backdrop {
    top: 0 !important;
    z-index: 1288 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .content-body {
    margin-left: 0 !important;
    padding: 144px 14px 26px !important;
    width: 100vw !important;
  }

  .vexus-cpanel-hero {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .vexus-cpanel-hero h1 {
    font-size: 34px;
  }

  .vexus-cpanel-hero-actions {
    justify-content: stretch;
  }

  .vexus-cpanel-primary,
  .vexus-cpanel-secondary {
    justify-content: center;
    width: 100%;
  }

  .vexus-cpanel-kpis,
  .vexus-cpanel-tools,
  .vexus-branch-cpanel-grid {
    grid-template-columns: 1fr;
  }

  .vexus-tool-tile {
    grid-template-columns: 44px minmax(0, 1fr) auto;
  }

  body.vexus-client-portal .vcp-grid {
    grid-template-columns: 1fr;
  }
}

/* Client-side Vexus Panel shell. */
body.vexus-client-portal.vexus-client-cpanel {
  background: var(--vcp-page) !important;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-rail {
  background: var(--vcp-rail-bg);
  bottom: 0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  left: 0;
  padding: 20px 18px;
  position: fixed;
  top: 0;
  width: var(--vcp-rail);
  z-index: 20;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-rail .vcp-brand {
  color: #ffffff;
  margin: 0 0 8px;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-rail .vcp-brand small {
  color: rgba(255, 255, 255, 0.68);
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-rail nav {
  display: grid;
  gap: 6px;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-rail nav a,
body.vexus-client-portal.vexus-client-cpanel .vcp-client-logout {
  align-items: center;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  font-weight: 800;
  gap: 12px;
  min-height: 44px;
  padding: 10px 12px;
  text-decoration: none;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-rail nav a:hover,
body.vexus-client-portal.vexus-client-cpanel .vcp-client-rail nav a.is-active,
body.vexus-client-portal.vexus-client-cpanel .vcp-client-logout:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-logout {
  margin-top: auto;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-topbar {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid var(--vcp-line);
  box-shadow: 0 2px 10px rgba(17, 24, 39, 0.08);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(260px, 520px) auto;
  height: var(--vcp-topbar);
  justify-content: end;
  left: var(--vcp-rail);
  padding: 0 24px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 15;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-search {
  position: relative;
  width: min(520px, 48vw);
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-search input {
  border: 1px solid #b9c2d4;
  border-radius: 4px;
  height: 36px;
  padding: 0 42px 0 12px;
  width: 100%;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-search button {
  background: transparent;
  border: 0;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-main {
  margin-left: var(--vcp-rail);
  max-width: none;
  padding: calc(var(--vcp-topbar) + 28px) 28px 40px;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-hero {
  padding: 0 0 16px;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-hero span {
  color: var(--vcp-blue);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-hero h1 {
  color: #222;
  font-size: 38px;
  font-weight: 400;
  margin: 6px 0 8px;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-hero p {
  color: var(--vcp-muted);
  margin: 0;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-kpis {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 16px;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-kpis span {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--vcp-line);
  border-left: 5px solid var(--vcp-blue);
  border-radius: 8px;
  display: grid;
  gap: 4px 12px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 16px;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-kpis span:nth-child(2) {
  border-left-color: var(--vcp-amber);
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-kpis span:nth-child(3) {
  border-left-color: var(--vcp-green);
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-kpis span:nth-child(4) {
  border-left-color: var(--vcp-violet);
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-kpis i {
  align-items: center;
  background: #eef4ff;
  border-radius: 8px;
  color: var(--vcp-blue);
  display: inline-flex;
  grid-row: span 2;
  height: 42px;
  justify-content: center;
  width: 42px;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-kpis strong {
  color: var(--vcp-ink);
  font-size: 28px;
  line-height: 1;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-kpis small {
  color: var(--vcp-muted);
  font-weight: 900;
  text-transform: uppercase;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-client-grid {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
}

body.vexus-client-portal.vexus-client-cpanel .vcp-card {
  border: 1px solid var(--vcp-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
}

body.vexus-client-portal.vexus-client-cpanel .vcp-card h2 {
  align-items: center;
  display: flex;
  gap: 10px;
}

body.vexus-client-portal.vexus-client-cpanel .vcp-card h2 i {
  color: var(--vcp-blue);
}

@media (max-width: 900px) {
  body.vexus-client-portal.vexus-client-cpanel {
    overflow-x: hidden;
  }

  body.vexus-client-portal.vexus-client-cpanel .vcp-client-rail {
    bottom: auto;
    box-sizing: border-box;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    height: 208px;
    min-height: 208px;
    overflow: visible;
    padding: 10px 12px 12px;
    right: 0;
    width: auto;
  }

  body.vexus-client-portal.vexus-client-cpanel .vcp-client-rail .vcp-brand {
    min-width: 0;
    width: 100%;
  }

  body.vexus-client-portal.vexus-client-cpanel .vcp-client-rail .vcp-brand img {
    height: 40px;
    width: 40px;
  }

  body.vexus-client-portal.vexus-client-cpanel .vcp-client-rail .vcp-brand strong {
    font-size: 15px;
  }

  body.vexus-client-portal.vexus-client-cpanel .vcp-client-rail .vcp-brand small {
    max-width: min(240px, 70vw);
  }

  body.vexus-client-portal.vexus-client-cpanel .vcp-client-rail nav {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
    width: 100%;
  }

  body.vexus-client-portal.vexus-client-cpanel .vcp-client-rail nav a {
    font-size: 13px;
    min-height: 38px;
    overflow: hidden;
    padding: 8px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.vexus-client-portal.vexus-client-cpanel .vcp-client-logout {
    display: none;
  }

  body.vexus-client-portal.vexus-client-cpanel .vcp-client-topbar {
    box-sizing: border-box;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    height: 58px;
    left: 0;
    padding: 8px 12px;
    top: 208px;
  }

  body.vexus-client-portal.vexus-client-cpanel .vcp-client-main {
    box-sizing: border-box;
    margin-left: 0;
    padding: 290px 14px 28px;
    width: 100%;
  }

  body.vexus-client-portal.vexus-client-cpanel .vcp-client-search {
    min-width: 0;
    width: 100%;
  }

  body.vexus-client-portal.vexus-client-cpanel .vcp-client-search input {
    background: #ffffff !important;
    color: var(--vcp-ink) !important;
    height: 40px;
    min-width: 0;
  }

  body.vexus-client-portal.vexus-client-cpanel .vcp-client-topbar .vcp-ghost {
    min-height: 40px;
    padding: 8px 12px;
    white-space: nowrap;
  }

  body.vexus-client-portal.vexus-client-cpanel .vcp-client-kpis,
  body.vexus-client-portal.vexus-client-cpanel .vcp-client-grid {
    grid-template-columns: 1fr;
  }
}

/* Final mobile ownership for the Vexus Panel shell. */
@media (max-width: 767px) {
  html.fixed body.vexus-admin.vexus-cpanel-shell .header.vexus-cp-topbar,
  body.vexus-admin.vexus-cpanel-shell .header.vexus-cp-topbar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 52px 42px !important;
    height: 126px !important;
    min-height: 126px !important;
    padding: 12px 14px !important;
  }

  html.fixed body.vexus-admin.vexus-cpanel-shell .header.vexus-cp-topbar .logo-env.vexus-cp-mobile-head,
  body.vexus-admin.vexus-cpanel-shell .header.vexus-cp-topbar .logo-env.vexus-cp-mobile-head {
    grid-row: 1 !important;
    height: 52px !important;
    padding: 0 !important;
    position: static !important;
    width: 100% !important;
  }

  html.fixed body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main,
  body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main {
    grid-row: 2 !important;
  }

  html.fixed body.vexus-admin.vexus-cpanel-shell .inner-wrapper,
  body.vexus-admin.vexus-cpanel-shell .inner-wrapper {
    padding-top: 126px !important;
  }

  html.fixed body.vexus-admin.vexus-cpanel-shell section.content-body,
  html.fixed body.vexus-admin.vexus-cpanel-shell .content-body,
  body.vexus-admin.vexus-cpanel-shell section.content-body,
  body.vexus-admin.vexus-cpanel-shell .content-body {
    margin-left: 0 !important;
    padding: 18px 14px 28px !important;
    width: 100vw !important;
  }
}

/* Solid Vexus Panel refinement: flatter, closer to a control panel than a promo UI. */
body.vexus-admin.vexus-cpanel-shell {
  --vcp-page: #f5f5f7;
  --vcp-rail-bg: #202653;
  --vcp-blue: #174ea6;
  --vcp-cyan: #0e7490;
  --vcp-green: #0f766e;
  --vcp-amber: #b45309;
  --vcp-violet: #5b21b6;
  --vcp-rose: #be123c;
}

body.vexus-admin.vexus-cpanel-shell .header.vexus-cp-topbar,
body.vexus-client-portal.vexus-client-cpanel .vcp-client-topbar {
  box-shadow: none !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main.has-branch-filter {
  grid-template-columns: minmax(220px, 280px) minmax(260px, 520px) auto;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: auto minmax(0, 1fr) 36px;
  min-width: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter label {
  color: #344058;
  font-size: 12px;
  font-weight: 900;
  margin: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter select {
  appearance: auto;
  background: #ffffff;
  border: 1px solid #b9c2d4;
  border-radius: 4px;
  color: var(--vcp-ink);
  height: 36px;
  min-width: 0;
  padding: 0 8px;
  width: 100%;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter button {
  align-items: center;
  background: #ffffff;
  border: 1px solid #162150;
  border-radius: 999px;
  color: #111827;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-kpi,
body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-section,
body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-card,
body.vexus-admin.vexus-cpanel-shell .vexus-branch-cpanel-card,
body.vexus-client-portal.vexus-client-cpanel .vcp-card,
body.vexus-client-portal.vexus-client-cpanel .vcp-client-kpis span {
  box-shadow: none !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-primary,
body.vexus-client-portal.vexus-client-cpanel .vcp-form button {
  background: var(--vcp-blue) !important;
  border-color: var(--vcp-blue) !important;
  box-shadow: none !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-secondary,
body.vexus-client-portal.vexus-client-cpanel .vcp-ghost {
  background: #ffffff !important;
  box-shadow: none !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile:hover {
  background: #f2f6fc;
}

body.vexus-admin.vexus-cpanel-shell .vexus-branch-cpanel-card {
  background: #ffffff !important;
}

body.vexus-admin.vexus-cpanel-shell .tone-mail .vexus-cpanel-section-head::before {
  background: #f97316;
}

body.vexus-admin.vexus-cpanel-shell .tone-mail .vexus-tool-tile > i {
  background: #fff7ed;
  color: #ea580c;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-health div {
  background: #e8eef6 !important;
  border-radius: 999px;
  display: block;
  height: 10px;
  margin: 34px 0 14px;
  position: relative;
  width: 100%;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-health div::before {
  background: var(--vcp-green);
  border-radius: inherit;
  content: "";
  display: block;
  height: 100%;
  width: calc(var(--health) * 1%);
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-health div span {
  background: transparent;
  border-radius: 0;
  color: var(--vcp-green);
  display: block;
  font-size: 20px;
  font-weight: 900;
  height: auto;
  left: 0;
  line-height: 1;
  position: absolute;
  top: -28px;
  width: auto;
}

/* Solid Vexus panel pass: keep color cues, remove soft gradient panels. */
body.vexus-admin.vexus-cpanel-shell .vexus-dashboard-hero,
body.vexus-admin.vexus-cpanel-shell .vexus-branch-hero,
body.vexus-admin.vexus-cpanel-shell .vexus-accounting-hero,
body.vexus-admin.vexus-cpanel-shell .vexus-global-hero,
body.vexus-admin.vexus-cpanel-shell .vexus-compose-hero,
body.vexus-admin.vexus-cpanel-shell .vexus-card,
body.vexus-admin.vexus-cpanel-shell .vexus-metric-card,
body.vexus-admin.vexus-cpanel-shell .vexus-ticket-stat,
body.vexus-admin.vexus-cpanel-shell .vexus-super-branch-card,
body.vexus-admin.vexus-cpanel-shell .vexus-branch-card,
body.vexus-admin.vexus-cpanel-shell .vexus-branch-user-card,
body.vexus-admin.vexus-cpanel-shell .vexus-accounting-panel,
body.vexus-admin.vexus-cpanel-shell .vexus-global-stats > div,
body.vexus-admin.vexus-cpanel-shell .vexus-global-tabs .tab-content,
body.vexus-admin.vexus-cpanel-shell .vexus-filter-panel,
body.vexus-admin.vexus-cpanel-shell .vexus-global-client-form .panel,
body.vexus-admin.vexus-cpanel-shell .vexus-compose-panel,
body.vexus-admin.vexus-cpanel-shell .vexus-compose-section,
body.vexus-admin.vexus-cpanel-shell .vexus-compose-preview,
body.vexus-admin.vexus-cpanel-shell .vexus-compose-attachment,
body.vexus-admin.vexus-cpanel-shell .vexus-mailbox-card,
body.vexus-admin.vexus-cpanel-shell .vexus-sidebar-card,
body.vexus-admin.vexus-cpanel-shell .panel,
body.vexus-admin.vexus-cpanel-shell .panel.panel-custom,
body.vexus-admin.vexus-cpanel-shell .panel.panel-subl-shadow {
  background: #ffffff !important;
  border-color: var(--vcp-line) !important;
  box-shadow: none !important;
  color: var(--vcp-ink) !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-global-form-rail,
body.vexus-admin.vexus-cpanel-shell .vexus-cp-rail-card {
  background: #172554 !important;
  border: 1px solid #243763 !important;
  box-shadow: none !important;
  color: #ffffff !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-dashboard-hero::after,
body.vexus-admin.vexus-cpanel-shell .vexus-sidebar-card::after,
body.vexus-admin.vexus-cpanel-shell .vexus-mailbox-card::after {
  display: none !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-dashboard-hero h1,
body.vexus-admin.vexus-cpanel-shell .vexus-branch-hero h2,
body.vexus-admin.vexus-cpanel-shell .vexus-accounting-hero h2,
body.vexus-admin.vexus-cpanel-shell .vexus-global-hero h2,
body.vexus-admin.vexus-cpanel-shell .vexus-compose-hero h2,
body.vexus-admin.vexus-cpanel-shell .vexus-card h3,
body.vexus-admin.vexus-cpanel-shell .vexus-branch-card h3,
body.vexus-admin.vexus-cpanel-shell .vexus-mailbox-card strong {
  color: var(--vcp-ink) !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-dashboard-hero p,
body.vexus-admin.vexus-cpanel-shell .vexus-branch-hero p,
body.vexus-admin.vexus-cpanel-shell .vexus-accounting-hero p,
body.vexus-admin.vexus-cpanel-shell .vexus-global-hero p,
body.vexus-admin.vexus-cpanel-shell .vexus-compose-hero p,
body.vexus-admin.vexus-cpanel-shell .vexus-card p,
body.vexus-admin.vexus-cpanel-shell .vexus-branch-card p,
body.vexus-admin.vexus-cpanel-shell .vexus-mailbox-card span {
  color: var(--vcp-muted) !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-metric-card,
body.vexus-admin.vexus-cpanel-shell .vexus-ticket-stat,
body.vexus-admin.vexus-cpanel-shell .vexus-global-stats > div,
body.vexus-admin.vexus-cpanel-shell .vexus-super-branch-card,
body.vexus-admin.vexus-cpanel-shell .vexus-branch-card,
body.vexus-admin.vexus-cpanel-shell .vexus-branch-user-card,
body.vexus-admin.vexus-cpanel-shell .vexus-card {
  border-left: 5px solid var(--vcp-blue) !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-metric-card:nth-child(4n+2),
body.vexus-admin.vexus-cpanel-shell .vexus-ticket-stat:nth-child(4n+2),
body.vexus-admin.vexus-cpanel-shell .vexus-global-stats > div:nth-child(4n+2),
body.vexus-admin.vexus-cpanel-shell .vexus-super-branch-card:nth-child(4n+2),
body.vexus-admin.vexus-cpanel-shell .vexus-branch-card:nth-child(4n+2),
body.vexus-admin.vexus-cpanel-shell .vexus-branch-user-card:nth-child(4n+2),
body.vexus-admin.vexus-cpanel-shell .vexus-card:nth-child(4n+2) {
  border-left-color: var(--vcp-green) !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-metric-card:nth-child(4n+3),
body.vexus-admin.vexus-cpanel-shell .vexus-ticket-stat:nth-child(4n+3),
body.vexus-admin.vexus-cpanel-shell .vexus-global-stats > div:nth-child(4n+3),
body.vexus-admin.vexus-cpanel-shell .vexus-super-branch-card:nth-child(4n+3),
body.vexus-admin.vexus-cpanel-shell .vexus-branch-card:nth-child(4n+3),
body.vexus-admin.vexus-cpanel-shell .vexus-branch-user-card:nth-child(4n+3),
body.vexus-admin.vexus-cpanel-shell .vexus-card:nth-child(4n+3) {
  border-left-color: #f97316 !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-metric-card:nth-child(4n+4),
body.vexus-admin.vexus-cpanel-shell .vexus-ticket-stat:nth-child(4n+4),
body.vexus-admin.vexus-cpanel-shell .vexus-global-stats > div:nth-child(4n+4),
body.vexus-admin.vexus-cpanel-shell .vexus-super-branch-card:nth-child(4n+4),
body.vexus-admin.vexus-cpanel-shell .vexus-branch-card:nth-child(4n+4),
body.vexus-admin.vexus-cpanel-shell .vexus-branch-user-card:nth-child(4n+4),
body.vexus-admin.vexus-cpanel-shell .vexus-card:nth-child(4n+4) {
  border-left-color: #7c3aed !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-metric-card.is-primary,
body.vexus-admin.vexus-cpanel-shell .vexus-ticket-stat.is-active,
body.vexus-admin.vexus-cpanel-shell .vexus-ticket-stat.is-extreme {
  background: #ffffff !important;
  color: var(--vcp-ink) !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-metric-card.is-primary {
  border-left-color: var(--vcp-blue) !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ticket-stat.is-active {
  border-left-color: var(--vcp-green) !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ticket-stat.is-extreme {
  border-left-color: var(--vcp-rose) !important;
}

@media (max-width: 767px) {
  html.fixed body.vexus-admin.vexus-cpanel-shell .header.vexus-cp-topbar.has-branch-filter,
  body.vexus-admin.vexus-cpanel-shell .header.vexus-cp-topbar.has-branch-filter {
    grid-template-rows: 52px 92px !important;
    height: 176px !important;
    min-height: 176px !important;
  }

  html.fixed body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main.has-branch-filter,
  body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main.has-branch-filter {
    display: grid !important;
    grid-template-areas:
      "branch actions"
      "search search";
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: 40px 40px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main.has-branch-filter .vexus-cp-branch-filter {
    grid-area: branch;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main.has-branch-filter .vexus-cp-search {
    grid-area: search;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main.has-branch-filter .vexus-cp-actions {
    grid-area: actions;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter {
    grid-template-columns: minmax(0, 1fr) 36px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter label {
    display: none;
  }

  html.fixed body.vexus-admin.vexus-cpanel-shell.vexus-admin-branch-filter .inner-wrapper,
  body.vexus-admin.vexus-cpanel-shell.vexus-admin-branch-filter .inner-wrapper {
    padding-top: 176px !important;
  }
}

/* cPanel reference match pass. */
body.vexus-admin.vexus-cpanel-shell {
  --vcp-rail: 240px;
  --vcp-topbar: 64px;
  --vcp-page: #f7f7f8;
  --vcp-line: #dfe3eb;
  --vcp-rail-bg: #22285a;
  --vcp-blue: #0645a8;
  --vcp-orange: #ff6b2c;
  background: var(--vcp-page) !important;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

body.vexus-admin.vexus-cpanel-shell .body,
body.vexus-admin.vexus-cpanel-shell .inner-wrapper,
body.vexus-admin.vexus-cpanel-shell .content-body {
  background: var(--vcp-page) !important;
}

body.vexus-admin.vexus-cpanel-shell .header.vexus-cp-topbar {
  background: #ffffff !important;
  border: 0 !important;
  border-bottom: 1px solid #d9dde5 !important;
  box-shadow: 0 1px 8px rgba(16, 24, 40, 0.08) !important;
  height: var(--vcp-topbar) !important;
  left: var(--vcp-rail) !important;
  min-height: var(--vcp-topbar) !important;
  padding: 0 24px !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main,
body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main.has-branch-filter {
  align-items: center;
  display: flex !important;
  gap: 12px;
  justify-content: flex-end;
  width: 100%;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-search {
  max-width: none;
  width: 420px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-search input,
body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter select {
  border: 1px solid #1c2858;
  border-radius: 3px;
  color: #1f2937;
  font-size: 16px;
  height: 32px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-search input {
  padding: 0 36px 0 10px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-search button {
  height: 32px;
  width: 34px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter {
  grid-template-columns: minmax(0, 172px) 32px;
  width: 212px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter label {
  display: none;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter button,
body.vexus-admin.vexus-cpanel-shell .vexus-cp-icon,
body.vexus-admin.vexus-cpanel-shell .vexus-cp-userbox > a {
  background: #ffffff;
  border: 1px solid #1c2858;
  border-radius: 999px;
  color: #10172a !important;
  height: 34px;
  width: 34px;
}

body.vexus-admin.vexus-cpanel-shell .sidebar-left.vexus-cp-rail {
  background: var(--vcp-rail-bg) !important;
  min-width: var(--vcp-rail) !important;
  width: var(--vcp-rail) !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-brand {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 118px;
  padding: 30px 26px 18px;
  position: relative;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-brand::after {
  background: #ffc400;
  border-radius: 999px;
  bottom: 16px;
  content: "";
  height: 3px;
  left: 112px;
  position: absolute;
  width: 92px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-wordmark {
  color: #ffffff;
  font-size: 36px;
  font-weight: 900;
  line-height: 0.95;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-brand small {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 6px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-side-nav {
  padding: 6px 24px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-side-nav a {
  align-items: flex-start;
  background: transparent !important;
  border-radius: 0;
  color: #ffffff !important;
  display: grid;
  font-size: 15px;
  font-weight: 500;
  gap: 10px;
  grid-template-columns: 22px minmax(0, 1fr);
  line-height: 1.35;
  min-height: 36px;
  padding: 8px 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-side-nav a:hover,
body.vexus-admin.vexus-cpanel-shell .vexus-side-nav .nav-active > a {
  color: #ffffff !important;
  text-decoration: none;
}

body.vexus-admin.vexus-cpanel-shell .vexus-side-nav i {
  color: #ffffff !important;
  font-size: 18px;
  line-height: 1.2 !important;
  width: 22px !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-side-nav a span {
  white-space: normal !important;
}

body.vexus-admin.vexus-cpanel-shell .content-body {
  margin-left: var(--vcp-rail) !important;
  padding: calc(var(--vcp-topbar) + 6px) 24px 40px 0 !important;
  width: calc(100vw - var(--vcp-rail)) !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-page {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 324px;
  margin: 0;
  max-width: none;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-main {
  gap: 14px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-hero {
  display: block;
  padding: 0 0 22px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-hero h1 {
  color: #222222;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-section {
  background: #ffffff !important;
  border: 1px solid var(--vcp-line);
  border-radius: 4px;
  box-shadow: none !important;
  overflow: hidden;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-section-head {
  background: #ffffff;
  border-bottom: 1px solid var(--vcp-line);
  color: #111827;
  font-size: 16px;
  font-weight: 400;
  min-height: 64px;
  padding: 0 18px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-section-head::before {
  display: none;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-section-head span {
  gap: 14px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-section-head span > i,
body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile > i {
  align-items: center;
  background: transparent !important;
  color: #0f172a !important;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-section-head span > i {
  font-size: 28px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile > i {
  font-size: 30px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-section-head span > i::after,
body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile > i::after {
  background: #ffffff;
  border: 1px solid var(--vcp-orange);
  border-radius: 2px;
  bottom: 2px;
  content: "";
  height: 9px;
  position: absolute;
  right: 0;
  width: 11px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-tools {
  display: grid;
  gap: 16px 34px;
  grid-template-columns: repeat(3, minmax(190px, 1fr));
  padding: 22px 20px 26px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile {
  align-items: center;
  border: 0;
  border-radius: 0;
  color: var(--vcp-blue) !important;
  display: grid;
  gap: 16px;
  grid-template-columns: 40px minmax(0, 1fr);
  min-height: 45px;
  padding: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile:hover {
  background: transparent;
}

body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile strong {
  color: var(--vcp-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.18;
}

body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile small,
body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile em {
  display: none;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info {
  gap: 14px;
  position: sticky;
  top: calc(var(--vcp-topbar) + 26px);
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-card {
  background: #ffffff !important;
  border: 1px solid var(--vcp-line) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  padding: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-card h2 {
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 12px 24px 14px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-row {
  border-top: 1px solid var(--vcp-line);
  display: block;
  padding: 12px 24px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-row label {
  color: #364257;
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 8px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-row strong,
body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-row span {
  color: #111827;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-row a,
body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-link {
  color: var(--vcp-blue);
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-row .fa-check-circle {
  color: #28a745;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-pair {
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) auto;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-pair label {
  grid-column: 1 / -1;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-row select {
  background: #f3f6fb;
  border: 1px solid var(--vcp-line);
  border-radius: 4px;
  height: 34px;
  width: 100%;
}

body.vexus-admin.vexus-cpanel-shell .vexus-theme-form {
  display: grid;
  gap: 8px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-theme-form button {
  align-items: center;
  background: var(--vcp-blue);
  border: 1px solid var(--vcp-blue);
  border-radius: 4px;
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 7px;
  height: 34px;
  justify-content: center;
  padding: 0 12px;
  width: 100%;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-link {
  align-items: center;
  border-top: 1px solid var(--vcp-line);
  display: flex;
  justify-content: space-between;
  padding: 14px 24px;
}

html.dark body.vexus-admin.vexus-cpanel-shell {
  --vcp-ink: #f8fafc;
  --vcp-muted: #b8c4d8;
  --vcp-line: #33415f;
  --vcp-page: #101729;
  --vcp-rail-bg: #11183d;
  --vcp-rail-soft: #1b2554;
}

html.dark body.vexus-admin.vexus-cpanel-shell .body,
html.dark body.vexus-admin.vexus-cpanel-shell .inner-wrapper,
html.dark body.vexus-admin.vexus-cpanel-shell .content-body {
  background: var(--vcp-page) !important;
}

html.dark body.vexus-admin.vexus-cpanel-shell .header.vexus-cp-topbar,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-section,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-section-head,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-card,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-search-results {
  background: #162033 !important;
  border-color: var(--vcp-line) !important;
  color: var(--vcp-ink);
}

html.dark body.vexus-admin.vexus-cpanel-shell .vexus-cp-search input,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter select,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-row select {
  background: #0f172a;
  border-color: #415171;
  color: #f8fafc;
}

html.dark body.vexus-admin.vexus-cpanel-shell .vexus-cp-search button,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-cp-icon,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-cp-userbox > a {
  background: #162033;
  border-color: #4b5d7d;
  color: #f8fafc;
}

html.dark body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile {
  background: #111b2d !important;
  border-color: #33415f !important;
}

html.dark body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile:hover,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-search-result:hover {
  background: #1b2940 !important;
}

html.dark body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-hero h1,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-section-head,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile strong,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-card h2,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-row strong,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-row span,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-search-results-title,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-search-result strong,
html.dark body.vexus-admin.vexus-cpanel-shell .page-header h2 {
  color: #f8fafc !important;
}

html.dark body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-row label,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile small,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile em,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-search-result small,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-search-result em {
  color: #b8c4d8 !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-square-theme .vexus-cpanel-tools {
  gap: 14px;
  grid-template-columns: repeat(3, minmax(190px, 1fr));
  padding: 18px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-square-theme .vexus-tool-tile {
  background: #eaf2ff !important;
  border: 1px solid #bdd2ff !important;
  border-left: 4px solid var(--vcp-blue) !important;
  border-radius: 4px !important;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.08);
  color: #0b2f76 !important;
  gap: 12px;
  grid-template-columns: 44px minmax(0, 1fr);
  min-height: 70px;
  padding: 12px 14px;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.vexus-admin.vexus-cpanel-shell.vexus-square-theme .vexus-tool-tile:hover,
body.vexus-admin.vexus-cpanel-shell.vexus-square-theme .vexus-tool-tile:focus {
  background: #dceaff !important;
  border-color: #89aeff !important;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.14);
  transform: translateY(-1px);
}

body.vexus-admin.vexus-cpanel-shell.vexus-square-theme .vexus-tool-tile > i {
  background: var(--vcp-blue) !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  font-size: 19px;
  height: 40px;
  width: 40px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-square-theme .vexus-tool-tile > i::after {
  display: none;
}

body.vexus-admin.vexus-cpanel-shell.vexus-square-theme .vexus-tool-tile strong {
  color: #073078 !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.22;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-toast {
  align-items: center;
  animation: vexusToastSlide 6.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #eef5ff;
  border: 1px solid #c9dbfb;
  border-left: 4px solid var(--vcp-blue);
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.14);
  color: var(--vcp-ink);
  display: grid;
  gap: 10px;
  grid-template-columns: 22px minmax(0, 1fr) 30px;
  max-width: min(560px, calc(100vw - 28px));
  min-height: 68px;
  padding: 13px 14px;
  position: fixed;
  right: 18px;
  top: calc(var(--vcp-topbar) + 18px);
  transform: translateX(calc(100% + 24px));
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 560px;
  z-index: 3000;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-toast > i {
  align-items: center;
  background: transparent;
  border-radius: 0;
  color: var(--vcp-blue);
  display: inline-flex;
  font-size: 16px;
  height: 22px;
  justify-content: center;
  width: 22px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-toast strong,
body.vexus-admin.vexus-cpanel-shell .vexus-cp-toast small {
  display: block;
  min-width: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-toast strong {
  color: #111827;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 3px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-toast small {
  color: #40506a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-toast button {
  align-items: center;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0;
  color: #334155;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  width: 30px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-toast.is-error {
  background: #f7dddd;
  border-color: #efc4c4;
  border-left-color: #dc2626;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-toast.is-error > i {
  background: transparent;
  color: #dc2626;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-toast.is-success {
  background: #e3f6e8;
  border-color: #bde8c8;
  border-left-color: #16a34a;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-toast.is-success > i {
  background: transparent;
  color: #16a34a;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-toast.is-hiding {
  animation: none;
  transform: translateX(calc(100% + 28px));
}

@keyframes vexusToastSlide {
  0% {
    transform: translateX(calc(100% + 24px));
  }
  12%,
  78% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(100% + 24px));
  }
}

html.dark body.vexus-admin.vexus-cpanel-shell.vexus-square-theme .vexus-tool-tile {
  background: #172a4a !important;
  border-color: #335b9c !important;
  border-left-color: #70a5ff !important;
  box-shadow: none;
}

html.dark body.vexus-admin.vexus-cpanel-shell.vexus-square-theme .vexus-tool-tile:hover,
html.dark body.vexus-admin.vexus-cpanel-shell.vexus-square-theme .vexus-tool-tile:focus {
  background: #20365d !important;
  border-color: #5c86cc !important;
}

html.dark body.vexus-admin.vexus-cpanel-shell.vexus-square-theme .vexus-tool-tile > i {
  background: #2563eb !important;
  color: #ffffff !important;
}

html.dark body.vexus-admin.vexus-cpanel-shell.vexus-square-theme .vexus-tool-tile strong {
  color: #f8fbff !important;
}

@media (min-width: 768px) {
  html.sidebar-left-collapsed body.vexus-admin.vexus-cpanel-shell .sidebar-left.vexus-cp-rail {
    min-width: var(--vcp-rail) !important;
    width: var(--vcp-rail) !important;
  }

  html.sidebar-left-collapsed body.vexus-admin.vexus-cpanel-shell .header.vexus-cp-topbar {
    left: var(--vcp-rail) !important;
  }

  html.sidebar-left-collapsed body.vexus-admin.vexus-cpanel-shell .content-body {
    margin-left: var(--vcp-rail) !important;
    transform: none !important;
    width: calc(100vw - var(--vcp-rail)) !important;
  }
}

@media (max-width: 1180px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-page {
    grid-template-columns: 1fr;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info {
    position: static;
  }
}

@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-cp-toast {
    left: 14px;
    right: 14px;
    top: 140px;
    width: auto;
  }

  body.vexus-admin.vexus-cpanel-shell .header.vexus-cp-topbar,
  html.fixed body.vexus-admin.vexus-cpanel-shell .header.vexus-cp-topbar {
    grid-template-rows: 52px 42px !important;
    height: 126px !important;
    left: 0 !important;
    min-height: 126px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-mobile-logo strong {
    font-size: 16px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main,
  body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main.has-branch-filter {
    display: grid !important;
    grid-template-areas:
      "branch actions"
      "search search";
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: 40px 40px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main:not(.has-branch-filter) {
    grid-template-areas: "search actions";
    grid-template-rows: 40px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter {
    grid-area: branch;
    width: 100%;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-search {
    grid-area: search;
    width: 100%;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-actions {
    grid-area: actions;
  }

  body.vexus-admin.vexus-cpanel-shell .content-body,
  html.fixed body.vexus-admin.vexus-cpanel-shell .content-body,
  body.vexus-admin.vexus-cpanel-shell section.content-body,
  html.fixed body.vexus-admin.vexus-cpanel-shell section.content-body {
    margin-left: 0 !important;
    padding: 22px 14px 30px !important;
    width: 100vw !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-hero {
    padding-bottom: 18px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-hero h1 {
    font-size: 36px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-tools {
    gap: 18px;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-row,
  body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-card h2,
  body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-link {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* Admin branch filter and cPanel-style search results. */
body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main.has-branch-filter {
  gap: 16px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter {
  display: grid !important;
  gap: 8px;
  grid-template-columns: auto minmax(170px, 190px) 34px;
  width: auto;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter label {
  color: #344058;
  display: block !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 34px;
  margin: 0;
  white-space: nowrap;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter select {
  min-width: 170px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-search {
  position: relative;
  z-index: 1140;
}

body.vexus-admin.vexus-cpanel-shell .vexus-search-results {
  background: #ffffff;
  border: 1px solid #d9dde5;
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
  display: none;
  left: 0;
  max-height: min(72vh, 620px);
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 8px);
  width: min(520px, calc(100vw - 36px));
  z-index: 1150;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-search.is-searching .vexus-search-results {
  display: block;
}

body.vexus-admin.vexus-cpanel-shell .vexus-search-results-title {
  border-bottom: 1px solid #eef1f6;
  color: #111827;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 16px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-search-results-list {
  display: grid;
  gap: 0;
  padding: 4px 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-search-result {
  align-items: start;
  color: #111827;
  display: grid;
  gap: 12px;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  padding: 10px 16px;
  text-decoration: none;
}

body.vexus-admin.vexus-cpanel-shell .vexus-search-result:hover {
  background: #f5f7fb;
  text-decoration: none;
}

body.vexus-admin.vexus-cpanel-shell .vexus-search-result > i {
  color: #111827;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 2px;
  text-align: center;
  width: 28px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-search-result span {
  min-width: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-search-result strong {
  color: #222222;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

body.vexus-admin.vexus-cpanel-shell .vexus-search-result small {
  color: #34465a;
  display: block;
  font-size: 14px;
  line-height: 1.35;
  margin-top: 3px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-search-result em {
  color: #34465a;
  font-size: 14px;
  font-style: normal;
  line-height: 1.35;
  padding-top: 2px;
  text-align: right;
  white-space: nowrap;
}

body.vexus-admin.vexus-cpanel-shell .vexus-search-empty {
  color: #34465a;
  display: none;
  font-size: 14px;
  margin: 0;
  padding: 16px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-search-empty.is-visible {
  display: block;
}

body.vexus-search-open::after {
  background: rgba(17, 24, 39, 0.44);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: var(--vcp-topbar, 64px);
  z-index: 1095;
}

@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter {
    grid-template-columns: minmax(0, 1fr) 34px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter label {
    display: none !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-search-results {
    left: 0;
    max-height: 66vh;
    width: calc(100vw - 28px);
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-search-result {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-search-result em {
    grid-column: 2;
    padding-top: 0;
    text-align: left;
  }
}

/* Mail compose: keep the editor full-width and prevent the action rail from clipping. */
body.vexus-admin.vexus-cpanel-shell .vexus-mailbox-layout {
  align-items: start;
  grid-template-columns: 240px minmax(0, 1fr);
  max-width: 100%;
}

body.vexus-admin.vexus-cpanel-shell .vexus-mailbox-content,
body.vexus-admin.vexus-cpanel-shell .vexus-compose-panel,
body.vexus-admin.vexus-cpanel-shell .vexus-compose-form,
body.vexus-admin.vexus-cpanel-shell .vexus-compose-grid,
body.vexus-admin.vexus-cpanel-shell .vexus-compose-main,
body.vexus-admin.vexus-cpanel-shell .vexus-compose-side {
  max-width: 100%;
  min-width: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-compose-panel {
  overflow: visible;
}

body.vexus-admin.vexus-cpanel-shell .vexus-compose-hero {
  align-items: center;
  background: #ffffff !important;
  border-bottom: 1px solid var(--vcp-line) !important;
  display: flex;
  min-width: 0;
  padding: 22px 24px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-compose-hero h2 {
  font-size: 26px;
  margin: 8px 0 7px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-compose-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  padding: 20px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-compose-section {
  margin: 0;
  padding: 18px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-compose-main {
  display: grid;
  gap: 16px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-compose-section .row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  margin-left: 0;
  margin-right: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-compose-section .row > [class*="col-"] {
  float: none;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

body.vexus-admin.vexus-cpanel-shell .vexus-compose-form .form-group:last-child {
  margin-bottom: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-compose-form .note-editor.note-frame {
  max-width: 100%;
}

body.vexus-admin.vexus-cpanel-shell .vexus-compose-form .note-editor .note-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 10px 12px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-compose-form .note-editor .note-btn-group {
  margin: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-compose-form .note-editable {
  min-height: 280px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-compose-side {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(220px, 1fr) minmax(260px, 1.1fr) minmax(260px, 0.9fr);
}

body.vexus-admin.vexus-cpanel-shell .vexus-compose-preview,
body.vexus-admin.vexus-cpanel-shell .vexus-compose-attachment,
body.vexus-admin.vexus-cpanel-shell .vexus-compose-actions {
  min-width: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-compose-preview,
body.vexus-admin.vexus-cpanel-shell .vexus-compose-attachment {
  padding: 18px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-fileupload .vexus-attachment-box {
  min-height: 126px;
  padding: 16px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-attachment-actions {
  flex-wrap: wrap;
}

body.vexus-admin.vexus-cpanel-shell .vexus-attachment-actions .btn,
body.vexus-admin.vexus-cpanel-shell .vexus-compose-actions .btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 38px;
  white-space: nowrap;
}

body.vexus-admin.vexus-cpanel-shell .vexus-compose-actions {
  align-content: center;
  align-items: stretch;
  background: #ffffff;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  padding: 14px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-compose-actions .btn {
  width: 100%;
}

body.vexus-admin.vexus-cpanel-shell .vexus-compose-actions .btn-success {
  background: var(--vcp-blue);
  border-color: var(--vcp-blue);
}

@media (max-width: 1280px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-compose-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-compose-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-mailbox-layout {
    grid-template-columns: 1fr;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mailbox-nav {
    position: static;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-compose-section .row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-compose-hero {
    align-items: stretch;
    flex-direction: column;
    padding: 18px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-compose-grid {
    padding: 14px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-compose-side,
  body.vexus-admin.vexus-cpanel-shell .vexus-compose-actions {
    grid-template-columns: 1fr;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-compose-form .note-editable {
    min-height: 220px;
  }
}

html.dark body.vexus-admin.vexus-cpanel-shell .vexus-compose-hero,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-compose-section,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-compose-preview,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-compose-attachment,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-compose-actions {
  background: #162033 !important;
  border-color: var(--vcp-line) !important;
}

html.dark body.vexus-admin.vexus-cpanel-shell .vexus-fileupload .vexus-attachment-box,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-compose-form .panel-heading.note-toolbar {
  background: #101729 !important;
  border-color: var(--vcp-line) !important;
}

html.dark body.vexus-admin.vexus-cpanel-shell .vexus-compose-form .note-editor.note-frame,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-compose-form .note-editable,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-compose-form .form-control,
html.dark body.vexus-admin.vexus-cpanel-shell .vexus-compose-form .select2-container--bootstrap .select2-selection {
  background: #0f172a !important;
  border-color: #415171 !important;
  color: #f8fafc !important;
}

/* Vexus readability pass: old admin forms, lists, and dropdowns. */
body.vexus-admin.vexus-cpanel-shell .panel,
body.vexus-admin.vexus-cpanel-shell .tabs-custom,
body.vexus-admin.vexus-cpanel-shell .tab-content {
  background: #ffffff !important;
  border: 1px solid #cfd8e7 !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05) !important;
}

body.vexus-admin.vexus-cpanel-shell .tabs-custom .nav-tabs {
  align-items: flex-end;
  background: #ffffff;
  border-bottom: 1px solid #cfd8e7;
  display: flex;
  gap: 8px;
  margin: 0;
  overflow-x: auto;
  padding: 14px 16px 0;
}

body.vexus-admin.vexus-cpanel-shell .tabs-custom .nav-tabs > li {
  float: none;
  margin: 0;
}

body.vexus-admin.vexus-cpanel-shell .tabs-custom .nav-tabs > li > a {
  align-items: center;
  background: #f3f7ff;
  border: 1px solid #dbe5f5 !important;
  border-bottom: 0 !important;
  border-radius: 8px 8px 0 0 !important;
  color: #334155;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 7px;
  min-height: 48px;
  padding: 13px 16px;
}

body.vexus-admin.vexus-cpanel-shell .tabs-custom .nav-tabs > li.active > a,
body.vexus-admin.vexus-cpanel-shell .tabs-custom .nav-tabs > li.active > a:hover,
body.vexus-admin.vexus-cpanel-shell .tabs-custom .nav-tabs > li.active > a:focus {
  background: #eaf2ff !important;
  border-color: #b9cff7 !important;
  color: #1554d1 !important;
  position: relative;
}

body.vexus-admin.vexus-cpanel-shell .tabs-custom .nav-tabs > li.active > a::after {
  background: #facc15;
  border-radius: 999px;
  bottom: -4px;
  content: "";
  height: 7px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 7px;
}

body.vexus-admin.vexus-cpanel-shell .tab-content {
  border-top: 0 !important;
  padding: 0 !important;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered {
  background: #ffffff;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group {
  align-items: center;
  background: #fbfdff;
  border-bottom: 1px solid #dfe7f2 !important;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(180px, 260px) minmax(260px, 760px);
  margin: 0 !important;
  min-height: 74px;
  padding: 14px 22px !important;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group:nth-child(2n) {
  background: #ffffff;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group:hover {
  background: #f4f8ff;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group > [class*="col-"] {
  float: none !important;
  min-width: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: auto !important;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered label.control-label,
body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .control-label {
  color: #334155 !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
  padding-top: 0 !important;
  text-align: right;
}

body.vexus-admin.vexus-cpanel-shell .required {
  color: #dc2626;
  font-weight: 900;
}

body.vexus-admin.vexus-cpanel-shell .form-control,
body.vexus-admin.vexus-cpanel-shell input[type="text"],
body.vexus-admin.vexus-cpanel-shell input[type="email"],
body.vexus-admin.vexus-cpanel-shell input[type="password"],
body.vexus-admin.vexus-cpanel-shell input[type="number"],
body.vexus-admin.vexus-cpanel-shell input[type="date"],
body.vexus-admin.vexus-cpanel-shell select,
body.vexus-admin.vexus-cpanel-shell textarea {
  background-color: #ffffff !important;
  border: 1px solid #c8d5e8 !important;
  border-radius: 7px !important;
  box-shadow: inset 0 1px 0 rgba(15, 23, 42, 0.02) !important;
  color: #0f172a !important;
  font-size: 15px;
  font-weight: 600;
  min-height: 46px;
  padding: 11px 14px;
}

body.vexus-admin.vexus-cpanel-shell textarea.form-control,
body.vexus-admin.vexus-cpanel-shell textarea {
  line-height: 1.55;
  min-height: 110px;
}

body.vexus-admin.vexus-cpanel-shell select.form-control,
body.vexus-admin.vexus-cpanel-shell select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #1554d1 50%),
    linear-gradient(135deg, #1554d1 50%, transparent 50%),
    linear-gradient(to right, #dbe5f5, #dbe5f5);
  background-position:
    calc(100% - 21px) 50%,
    calc(100% - 15px) 50%,
    calc(100% - 43px) 50%;
  background-repeat: no-repeat;
  background-size:
    6px 6px,
    6px 6px,
    1px 24px;
  padding-right: 56px !important;
}

body.vexus-admin.vexus-cpanel-shell .form-control:hover,
body.vexus-admin.vexus-cpanel-shell select:hover,
body.vexus-admin.vexus-cpanel-shell input:hover,
body.vexus-admin.vexus-cpanel-shell textarea:hover {
  border-color: #9eb7de !important;
}

body.vexus-admin.vexus-cpanel-shell .form-control:focus,
body.vexus-admin.vexus-cpanel-shell input:focus,
body.vexus-admin.vexus-cpanel-shell select:focus,
body.vexus-admin.vexus-cpanel-shell textarea:focus {
  background-color: #ffffff !important;
  border-color: #1554d1 !important;
  box-shadow: 0 0 0 4px rgba(21, 84, 209, 0.14) !important;
  outline: 0;
}

body.vexus-admin.vexus-cpanel-shell .form-control[readonly],
body.vexus-admin.vexus-cpanel-shell .form-control[disabled],
body.vexus-admin.vexus-cpanel-shell fieldset[disabled] .form-control {
  background: #eef3f9 !important;
  color: #52647c !important;
}

body.vexus-admin.vexus-cpanel-shell .error,
body.vexus-admin.vexus-cpanel-shell .help-block {
  color: #dc2626;
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-top: 6px;
}

body.vexus-admin.vexus-cpanel-shell .select2-container {
  max-width: 100%;
}

body.vexus-admin.vexus-cpanel-shell .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

body.vexus-admin.vexus-cpanel-shell .select2-container--bootstrap .select2-selection,
body.vexus-admin.vexus-cpanel-shell .select2-container--default .select2-selection--single,
body.vexus-admin.vexus-cpanel-shell .select2-container--default .select2-selection--multiple,
body.vexus-admin.vexus-cpanel-shell .select2-container .select2-choice {
  background: #ffffff !important;
  border: 1px solid #c8d5e8 !important;
  border-radius: 7px !important;
  box-shadow: inset 0 1px 0 rgba(15, 23, 42, 0.02) !important;
  color: #0f172a !important;
  font-size: 15px;
  font-weight: 700;
  min-height: 46px;
}

body.vexus-admin.vexus-cpanel-shell .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
body.vexus-admin.vexus-cpanel-shell .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0f172a;
  line-height: 44px;
  padding-left: 14px;
  padding-right: 44px;
}

body.vexus-admin.vexus-cpanel-shell .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
body.vexus-admin.vexus-cpanel-shell .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  right: 12px;
}

body.vexus-admin.vexus-cpanel-shell .select2-container--bootstrap.select2-container--focus .select2-selection,
body.vexus-admin.vexus-cpanel-shell .select2-container--default.select2-container--focus .select2-selection,
body.vexus-admin.vexus-cpanel-shell .select2-container-active .select2-choice {
  border-color: #1554d1 !important;
  box-shadow: 0 0 0 4px rgba(21, 84, 209, 0.14) !important;
}

.select2-container--bootstrap .select2-dropdown,
.select2-container--default .select2-dropdown,
.select2-drop,
body.vexus-admin.vexus-cpanel-shell .dropdown-menu {
  background: #ffffff;
  border: 1px solid #b9c8df !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18) !important;
  color: #0f172a;
  overflow: hidden;
}

.select2-container--bootstrap .select2-results__option,
.select2-container--default .select2-results__option,
.select2-results .select2-result-label {
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 13px;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-results .select2-highlighted .select2-result-label {
  background: #1554d1 !important;
  color: #ffffff !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-search input {
  border: 1px solid #c8d5e8 !important;
  border-radius: 7px !important;
  color: #0f172a;
  font-size: 14px;
  min-height: 40px;
  padding: 9px 12px;
}

body.vexus-admin.vexus-cpanel-shell .table-responsive,
body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper {
  background: #ffffff;
  border: 1px solid #d8e2ef;
  border-radius: 8px;
  overflow: hidden;
}

body.vexus-admin.vexus-cpanel-shell .table > thead > tr > th {
  background: #eef4ff !important;
  color: #26364d !important;
  font-size: 12px;
  font-weight: 900;
  padding: 14px 13px;
}

body.vexus-admin.vexus-cpanel-shell .table > tbody > tr > td,
body.vexus-admin.vexus-cpanel-shell .table > tbody > tr > th {
  color: #0f172a;
  font-size: 14px;
  font-weight: 650;
  padding: 14px 13px;
}

body.vexus-admin.vexus-cpanel-shell .table-striped > tbody > tr:nth-child(2n+1) > td,
body.vexus-admin.vexus-cpanel-shell .table-striped > tbody > tr:nth-child(2n+1) > th {
  background: #fbfdff;
}

body.vexus-admin.vexus-cpanel-shell .table-hover > tbody > tr:hover > td,
body.vexus-admin.vexus-cpanel-shell .table-hover > tbody > tr:hover > th {
  background: #edf5ff !important;
}

html.dark body.vexus-admin.vexus-cpanel-shell .panel,
html.dark body.vexus-admin.vexus-cpanel-shell .tabs-custom,
html.dark body.vexus-admin.vexus-cpanel-shell .tab-content,
html.dark body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered,
html.dark body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group,
html.dark body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group:nth-child(2n) {
  background: #162033 !important;
  border-color: #33415f !important;
}

html.dark body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group:hover {
  background: #1b2940 !important;
}

html.dark body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered label.control-label,
html.dark body.vexus-admin.vexus-cpanel-shell .tabs-custom .nav-tabs > li > a {
  color: #dce6f6 !important;
}

html.dark body.vexus-admin.vexus-cpanel-shell .form-control,
html.dark body.vexus-admin.vexus-cpanel-shell input[type="text"],
html.dark body.vexus-admin.vexus-cpanel-shell input[type="email"],
html.dark body.vexus-admin.vexus-cpanel-shell input[type="password"],
html.dark body.vexus-admin.vexus-cpanel-shell input[type="number"],
html.dark body.vexus-admin.vexus-cpanel-shell input[type="date"],
html.dark body.vexus-admin.vexus-cpanel-shell select,
html.dark body.vexus-admin.vexus-cpanel-shell textarea,
html.dark body.vexus-admin.vexus-cpanel-shell .select2-container--bootstrap .select2-selection,
html.dark body.vexus-admin.vexus-cpanel-shell .select2-container--default .select2-selection--single,
html.dark body.vexus-admin.vexus-cpanel-shell .select2-container--default .select2-selection--multiple,
html.dark body.vexus-admin.vexus-cpanel-shell .select2-container .select2-choice {
  background-color: #0f172a !important;
  border-color: #415171 !important;
  color: #f8fafc !important;
}

html.dark body.vexus-admin.vexus-cpanel-shell .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
html.dark body.vexus-admin.vexus-cpanel-shell .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #f8fafc !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar .form-control,
body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar select,
body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter select {
  border-radius: 4px !important;
  font-size: 14px;
  font-weight: 700;
  height: 34px !important;
  min-height: 34px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 991px) {
  body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group {
    align-items: stretch;
    gap: 9px;
    grid-template-columns: 1fr;
    padding: 14px 16px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered label.control-label,
  body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .control-label {
    text-align: left;
  }
}

/* Layout rescue: keep legacy Bootstrap grids intact while preserving clearer controls. */
body.vexus-admin.vexus-cpanel-shell .panel,
body.vexus-admin.vexus-cpanel-shell .tabs-custom,
body.vexus-admin.vexus-cpanel-shell .tab-content {
  box-shadow: none !important;
}

body.vexus-admin.vexus-cpanel-shell .tabs-custom,
body.vexus-admin.vexus-cpanel-shell .tab-content {
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}

body.vexus-admin.vexus-cpanel-shell .tabs-custom .nav-tabs {
  display: block !important;
  gap: 0 !important;
  padding: 14px 16px 0 !important;
}

body.vexus-admin.vexus-cpanel-shell .tabs-custom .nav-tabs > li {
  float: left !important;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group {
  display: block !important;
  min-height: 0 !important;
  padding: 18px 0 !important;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group::before,
body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group::after {
  content: " ";
  display: table;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group::after {
  clear: both;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group > [class*="col-"] {
  float: left !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (min-width: 992px) {
  body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group > .col-md-1 { width: 8.33333333% !important; }
  body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group > .col-md-2 { width: 16.66666667% !important; }
  body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group > .col-md-3 { width: 25% !important; }
  body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group > .col-md-4 { width: 33.33333333% !important; }
  body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group > .col-md-5 { width: 41.66666667% !important; }
  body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group > .col-md-6 { width: 50% !important; }
  body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group > .col-md-7 { width: 58.33333333% !important; }
  body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group > .col-md-8 { width: 66.66666667% !important; }
  body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group > .col-md-9 { width: 75% !important; }
  body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group > .col-md-10 { width: 83.33333333% !important; }
  body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group > .col-md-11 { width: 91.66666667% !important; }
  body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group > .col-md-12 { width: 100% !important; }
}

@media (max-width: 991px) {
  body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group > [class*="col-"] {
    float: none !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered label.control-label,
  body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .control-label {
    margin-bottom: 8px;
    text-align: left !important;
  }
}

/* Vexus beauty pass: visual polish only, no layout rewiring. */
body.vexus-admin.vexus-cpanel-shell .content-body {
  background:
    linear-gradient(180deg, rgba(234, 242, 255, 0.7), rgba(246, 248, 251, 0) 260px),
    #f6f8fb !important;
}

body.vexus-admin.vexus-cpanel-shell .page-header {
  background: #ffffff !important;
  border: 1px solid #d6e0ee !important;
  border-left: 4px solid #2563eb !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06) !important;
  margin-bottom: 22px;
}

body.vexus-admin.vexus-cpanel-shell .page-header h2 {
  color: #07142c !important;
  font-size: 25px;
  font-weight: 850;
}

body.vexus-admin.vexus-cpanel-shell .page-title-icon {
  background: #eaf2ff;
  border-radius: 8px;
  color: #1554d1 !important;
  height: 34px;
  width: 34px;
}

body.vexus-admin.vexus-cpanel-shell .panel {
  background: #ffffff !important;
  border: 1px solid #d4dfed !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07) !important;
  overflow: hidden;
}

body.vexus-admin.vexus-cpanel-shell .tabs-custom {
  background: #ffffff !important;
}

body.vexus-admin.vexus-cpanel-shell .tabs-custom .nav-tabs {
  background: linear-gradient(180deg, #ffffff, #f8fbff) !important;
  border-bottom: 1px solid #d8e2f1 !important;
}

body.vexus-admin.vexus-cpanel-shell .tabs-custom .nav-tabs > li > a {
  background: #f4f8ff !important;
  border: 1px solid #d8e5f6 !important;
  border-bottom: 0 !important;
  color: #41516a !important;
  font-size: 14px;
  font-weight: 850;
  margin-right: 8px;
  padding: 13px 17px;
}

body.vexus-admin.vexus-cpanel-shell .tabs-custom .nav-tabs > li > a:hover {
  background: #eaf2ff !important;
  color: #1554d1 !important;
}

body.vexus-admin.vexus-cpanel-shell .tabs-custom .nav-tabs > li.active > a,
body.vexus-admin.vexus-cpanel-shell .tabs-custom .nav-tabs > li.active > a:hover,
body.vexus-admin.vexus-cpanel-shell .tabs-custom .nav-tabs > li.active > a:focus {
  background: #ffffff !important;
  color: #0f3f9f !important;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered {
  background: #ffffff !important;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group {
  background: #fbfdff !important;
  border-bottom: 1px solid #e0e8f3 !important;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group:nth-child(2n) {
  background: #ffffff !important;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group:hover {
  background: #f2f7ff !important;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered label.control-label,
body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .control-label {
  color: #34445d !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  padding-top: 13px !important;
}

body.vexus-admin.vexus-cpanel-shell .form-control,
body.vexus-admin.vexus-cpanel-shell input[type="text"],
body.vexus-admin.vexus-cpanel-shell input[type="email"],
body.vexus-admin.vexus-cpanel-shell input[type="password"],
body.vexus-admin.vexus-cpanel-shell input[type="number"],
body.vexus-admin.vexus-cpanel-shell input[type="date"],
body.vexus-admin.vexus-cpanel-shell textarea {
  background: #ffffff !important;
  border: 1px solid #b9c9df !important;
  border-radius: 7px !important;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02) !important;
  color: #061327 !important;
  font-size: 15px;
  font-weight: 650;
  min-height: 46px;
}

body.vexus-admin.vexus-cpanel-shell select.form-control:not(.select2-hidden-accessible),
body.vexus-admin.vexus-cpanel-shell select:not(.select2-hidden-accessible) {
  background-color: #ffffff !important;
  border: 1px solid #b9c9df !important;
  border-radius: 7px !important;
  color: #061327 !important;
  font-size: 15px;
  font-weight: 650;
  min-height: 46px;
}

body.vexus-admin.vexus-cpanel-shell .form-control:hover,
body.vexus-admin.vexus-cpanel-shell select:not(.select2-hidden-accessible):hover,
body.vexus-admin.vexus-cpanel-shell input:hover,
body.vexus-admin.vexus-cpanel-shell textarea:hover {
  border-color: #7fa0d4 !important;
}

body.vexus-admin.vexus-cpanel-shell .form-control:focus,
body.vexus-admin.vexus-cpanel-shell input:focus,
body.vexus-admin.vexus-cpanel-shell select:not(.select2-hidden-accessible):focus,
body.vexus-admin.vexus-cpanel-shell textarea:focus {
  border-color: #1554d1 !important;
  box-shadow: 0 0 0 4px rgba(21, 84, 209, 0.16) !important;
}

body.vexus-admin.vexus-cpanel-shell .select2-container--bootstrap .select2-selection,
body.vexus-admin.vexus-cpanel-shell .select2-container--default .select2-selection--single,
body.vexus-admin.vexus-cpanel-shell .select2-container--default .select2-selection--multiple,
body.vexus-admin.vexus-cpanel-shell .select2-container .select2-choice {
  background: #ffffff !important;
  border: 1px solid #b9c9df !important;
  border-radius: 7px !important;
  min-height: 46px !important;
}

body.vexus-admin.vexus-cpanel-shell .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
body.vexus-admin.vexus-cpanel-shell .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #061327 !important;
  font-size: 15px;
  font-weight: 750;
}

.select2-container--bootstrap .select2-dropdown,
.select2-container--default .select2-dropdown,
.select2-drop {
  border-color: #a9bbd4 !important;
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.2) !important;
}

.select2-container--bootstrap .select2-results__option,
.select2-container--default .select2-results__option,
.select2-results .select2-result-label {
  border-bottom: 1px solid #eef3fb;
  font-size: 14px;
  font-weight: 750;
  padding: 11px 14px;
}

.select2-container--bootstrap .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[aria-selected="true"] {
  background: #eaf2ff !important;
  color: #0f3f9f !important;
}

body.vexus-admin.vexus-cpanel-shell .dropdown-menu > li > a {
  color: #172033;
  font-size: 14px;
  font-weight: 750;
  padding: 11px 16px;
}

body.vexus-admin.vexus-cpanel-shell .dropdown-menu > li > a:hover,
body.vexus-admin.vexus-cpanel-shell .dropdown-menu > li > a:focus {
  background: #eaf2ff;
  color: #0f3f9f;
}

body.vexus-admin.vexus-cpanel-shell .table-responsive,
body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper {
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

body.vexus-admin.vexus-cpanel-shell .table > thead > tr > th {
  background: #edf4ff !important;
  border-bottom: 1px solid #cad8eb !important;
}

body.vexus-admin.vexus-cpanel-shell .btn {
  border-radius: 7px;
  font-weight: 850;
}

html.dark body.vexus-admin.vexus-cpanel-shell .page-header,
html.dark body.vexus-admin.vexus-cpanel-shell .panel,
html.dark body.vexus-admin.vexus-cpanel-shell .tabs-custom,
html.dark body.vexus-admin.vexus-cpanel-shell .tabs-custom .nav-tabs,
html.dark body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered,
html.dark body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group,
html.dark body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group:nth-child(2n) {
  background: #162033 !important;
  border-color: #33415f !important;
}

html.dark body.vexus-admin.vexus-cpanel-shell .form-control,
html.dark body.vexus-admin.vexus-cpanel-shell input[type="text"],
html.dark body.vexus-admin.vexus-cpanel-shell input[type="email"],
html.dark body.vexus-admin.vexus-cpanel-shell input[type="password"],
html.dark body.vexus-admin.vexus-cpanel-shell input[type="number"],
html.dark body.vexus-admin.vexus-cpanel-shell input[type="date"],
html.dark body.vexus-admin.vexus-cpanel-shell select:not(.select2-hidden-accessible),
html.dark body.vexus-admin.vexus-cpanel-shell textarea,
html.dark body.vexus-admin.vexus-cpanel-shell .select2-container--bootstrap .select2-selection,
html.dark body.vexus-admin.vexus-cpanel-shell .select2-container--default .select2-selection--single,
html.dark body.vexus-admin.vexus-cpanel-shell .select2-container--default .select2-selection--multiple,
html.dark body.vexus-admin.vexus-cpanel-shell .select2-container .select2-choice {
  background: #0f172a !important;
  border-color: #4a5f82 !important;
  color: #f8fafc !important;
}

/* Final Vexus polish: solid, readable, and layout-safe. */
body.vexus-admin.vexus-cpanel-shell .content-body {
  background: #f5f7fb !important;
}

body.vexus-admin.vexus-cpanel-shell .panel,
body.vexus-admin.vexus-cpanel-shell .tabs-custom,
body.vexus-admin.vexus-cpanel-shell .page-header {
  border-color: #d9e2ef !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055) !important;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group {
  background: #ffffff !important;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group:nth-child(2n) {
  background: #f8fbff !important;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group:hover {
  background: #eef5ff !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar .form-control,
body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar select,
body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter select {
  height: 36px !important;
  min-height: 36px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

body.vexus-admin.vexus-cpanel-shell .dropdown-menu,
.select2-container--bootstrap .select2-dropdown,
.select2-container--default .select2-dropdown,
.select2-drop {
  border: 1px solid #b8c7dc !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18) !important;
}

body.vexus-admin.vexus-cpanel-shell .tabs-custom,
body.vexus-admin.vexus-cpanel-shell .tab-content,
body.vexus-admin.vexus-cpanel-shell .tab-pane,
body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
}

body.vexus-admin.vexus-cpanel-shell .table > tbody > tr:hover > td {
  background: #f0f6ff !important;
}

html.dark body.vexus-admin.vexus-cpanel-shell .content-body {
  background: #0f172a !important;
}

/* Vexus client dashboard: cPanel-style self-service workspace. */
body.vexus-client-dashboard-pro {
  --vclient-rail: 260px;
  --vclient-topbar: 64px;
  --vclient-blue: #1f5fe5;
  --vclient-rail-bg: #232a5c;
  --vclient-ink: #07142c;
  --vclient-muted: #54647d;
  --vclient-line: #d8e2f1;
  --vclient-page: #f5f7fb;
  --vclient-soft: #f8fbff;
  background: var(--vclient-page) !important;
  color: var(--vclient-ink);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

body.vexus-client-dashboard-pro .vcp-client-rail {
  background: var(--vclient-rail-bg) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 20px !important;
  width: var(--vclient-rail) !important;
}

body.vexus-client-dashboard-pro .vcp-client-rail .vcp-brand {
  align-items: center;
  color: #ffffff !important;
  display: flex;
  gap: 13px;
  min-height: 62px;
  text-decoration: none;
}

body.vexus-client-dashboard-pro .vcp-client-rail .vcp-brand img {
  background: #07142c;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  height: 52px;
  padding: 8px;
  width: 52px;
}

body.vexus-client-dashboard-pro .vcp-client-rail .vcp-brand strong {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.05;
}

body.vexus-client-dashboard-pro .vcp-client-rail .vcp-brand small {
  color: rgba(255, 255, 255, 0.72) !important;
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-top: 5px;
  text-transform: uppercase;
}

body.vexus-client-dashboard-pro .vcp-client-rail nav {
  gap: 7px !important;
  margin-top: 12px;
}

body.vexus-client-dashboard-pro .vcp-client-rail nav a,
body.vexus-client-dashboard-pro .vcp-client-logout {
  border-left: 3px solid transparent;
  border-radius: 7px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 15px;
  font-weight: 850 !important;
  letter-spacing: 0;
  min-height: 46px !important;
  padding: 11px 13px !important;
}

body.vexus-client-dashboard-pro .vcp-client-rail nav a i,
body.vexus-client-dashboard-pro .vcp-client-logout i {
  font-size: 17px;
  text-align: center;
  width: 20px;
}

body.vexus-client-dashboard-pro .vcp-client-rail nav a:hover,
body.vexus-client-dashboard-pro .vcp-client-rail nav a.is-active,
body.vexus-client-dashboard-pro .vcp-client-logout:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-left-color: #4aa3ff;
  color: #ffffff !important;
}

body.vexus-client-dashboard-pro .vcp-client-mini {
  background: rgba(11, 23, 58, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  color: #ffffff;
  margin-top: auto;
  padding: 14px;
}

body.vexus-client-dashboard-pro .vcp-client-mini span,
body.vexus-client-dashboard-pro .vcp-client-mini small {
  color: rgba(255, 255, 255, 0.74);
  display: block;
  font-size: 12px;
  font-weight: 800;
}

body.vexus-client-dashboard-pro .vcp-client-mini strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  margin: 5px 0;
}

body.vexus-client-dashboard-pro .vcp-client-topbar {
  background: #ffffff !important;
  border-bottom: 1px solid var(--vclient-line) !important;
  grid-template-columns: minmax(260px, 560px) auto auto !important;
  height: var(--vclient-topbar) !important;
  left: var(--vclient-rail) !important;
  padding: 0 26px !important;
}

body.vexus-client-dashboard-pro .vcp-client-search {
  width: min(560px, 52vw) !important;
}

body.vexus-client-dashboard-pro .vcp-client-search input {
  background: #ffffff !important;
  border: 1px solid #9fb2cf !important;
  border-radius: 5px !important;
  color: var(--vclient-ink) !important;
  font-size: 15px;
  height: 38px !important;
}

body.vexus-client-dashboard-pro .vcp-client-search button {
  color: var(--vclient-ink);
}

body.vexus-client-dashboard-pro .vcp-client-account,
body.vexus-client-dashboard-pro .vcp-ghost {
  align-items: center;
  background: #ffffff !important;
  border: 1px solid var(--vclient-line);
  border-radius: 999px;
  color: var(--vclient-blue) !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  text-decoration: none;
}

body.vexus-client-dashboard-pro .vcp-client-main {
  margin-left: var(--vclient-rail) !important;
  padding: calc(var(--vclient-topbar) + 30px) 28px 44px !important;
}

body.vexus-client-dashboard-pro .vcp-client-pagehead {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--vclient-line);
  border-left: 5px solid var(--vclient-blue);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  margin-bottom: 18px;
  padding: 22px 24px;
}

body.vexus-client-dashboard-pro .vcp-client-pagehead h1 {
  color: var(--vclient-ink) !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  margin: 5px 0 8px !important;
}

body.vexus-client-dashboard-pro .vcp-client-pagehead p {
  color: var(--vclient-muted) !important;
  font-size: 15px;
  line-height: 1.55;
  max-width: 760px;
}

body.vexus-client-dashboard-pro .vcp-domain-chip {
  align-items: center;
  background: #edf4ff;
  border: 1px solid #c7d9f8;
  border-radius: 8px;
  display: grid;
  gap: 2px 12px;
  grid-template-columns: 44px minmax(0, 1fr);
  padding: 14px;
}

body.vexus-client-dashboard-pro .vcp-domain-chip i {
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  color: var(--vclient-blue);
  display: inline-flex;
  grid-row: span 2;
  height: 44px;
  justify-content: center;
  width: 44px;
}

body.vexus-client-dashboard-pro .vcp-domain-chip span {
  color: var(--vclient-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

body.vexus-client-dashboard-pro .vcp-domain-chip strong {
  color: var(--vclient-ink);
  font-size: 18px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

body.vexus-client-dashboard-pro .vcp-card,
body.vexus-client-dashboard-pro .vcp-client-kpis span {
  background: #ffffff !important;
  border: 1px solid var(--vclient-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055) !important;
}

body.vexus-client-dashboard-pro .vcp-client-kpis {
  gap: 14px !important;
  margin-bottom: 18px !important;
}

body.vexus-client-dashboard-pro .vcp-client-kpis span {
  min-height: 86px;
}

body.vexus-client-dashboard-pro .vcp-client-kpis strong {
  color: var(--vclient-ink) !important;
  font-size: 27px !important;
  font-weight: 900;
}

body.vexus-client-dashboard-pro .vcp-client-kpis small {
  color: var(--vclient-muted) !important;
}

body.vexus-client-dashboard-pro .vcp-section-head {
  align-items: center;
  border-bottom: 1px solid var(--vclient-line);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin: -4px -4px 18px;
  padding: 0 0 16px;
}

body.vexus-client-dashboard-pro .vcp-section-head span {
  color: var(--vclient-blue);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.vexus-client-dashboard-pro .vcp-section-head h2 {
  color: var(--vclient-ink) !important;
  font-size: 21px !important;
  font-weight: 900;
  margin: 5px 0 0 !important;
}

body.vexus-client-dashboard-pro .vcp-small-action,
body.vexus-client-dashboard-pro .vcp-count-pill {
  align-items: center;
  background: #edf4ff;
  border: 1px solid #c8daf8;
  border-radius: 999px;
  color: var(--vclient-blue);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 7px;
  min-height: 34px;
  padding: 0 12px;
  text-decoration: none;
  white-space: nowrap;
}

body.vexus-client-dashboard-pro .vcp-service-panel {
  margin-bottom: 18px;
  padding: 22px !important;
}

body.vexus-client-dashboard-pro .vcp-service-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.vexus-client-dashboard-pro .vcp-service-card {
  background: #fbfdff;
  border: 1px solid #d9e4f2;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 18px;
}

body.vexus-client-dashboard-pro .vcp-service-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

body.vexus-client-dashboard-pro .vcp-service-top i {
  align-items: center;
  background: #eaf2ff;
  border-radius: 8px;
  color: var(--vclient-blue);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

body.vexus-client-dashboard-pro .vcp-service-top span {
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  color: #166534;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 9px;
}

body.vexus-client-dashboard-pro .vcp-service-card h3 {
  color: var(--vclient-ink);
  font-size: 20px;
  font-weight: 900;
  margin: 16px 0 5px;
}

body.vexus-client-dashboard-pro .vcp-service-card p,
body.vexus-client-dashboard-pro .vcp-service-card li {
  color: var(--vclient-muted);
  font-size: 14px;
  line-height: 1.5;
}

body.vexus-client-dashboard-pro .vcp-domain-link {
  align-items: center;
  color: var(--vclient-blue);
  display: inline-flex;
  font-weight: 900;
  gap: 7px;
  margin: 8px 0 14px;
  overflow-wrap: anywhere;
  text-decoration: none;
}

body.vexus-client-dashboard-pro .vcp-service-meta {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 4px 0 14px;
}

body.vexus-client-dashboard-pro .vcp-service-meta span,
body.vexus-client-dashboard-pro .vcp-detail-list span {
  background: #ffffff;
  border: 1px solid #e2eaf5;
  border-radius: 7px;
  min-width: 0;
  padding: 10px;
}

body.vexus-client-dashboard-pro .vcp-service-meta small,
body.vexus-client-dashboard-pro .vcp-detail-list small {
  color: var(--vclient-muted);
  display: block;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

body.vexus-client-dashboard-pro .vcp-service-meta strong,
body.vexus-client-dashboard-pro .vcp-detail-list strong {
  color: var(--vclient-ink);
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-top: 4px;
  overflow-wrap: anywhere;
}

body.vexus-client-dashboard-pro .vcp-service-card ul {
  margin: auto 0 0;
  padding-left: 18px;
}

body.vexus-client-dashboard-pro .vcp-client-grid-balanced {
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr) !important;
  margin-bottom: 18px;
}

body.vexus-client-dashboard-pro .vcp-ticket-settings-grid {
  grid-template-columns: minmax(360px, 0.75fr) minmax(0, 1.25fr) !important;
}

body.vexus-client-dashboard-pro .vcp-profile-card,
body.vexus-client-dashboard-pro .vcp-settings-card,
body.vexus-client-dashboard-pro #tickets,
body.vexus-client-dashboard-pro #new-ticket {
  padding: 22px !important;
}

body.vexus-client-dashboard-pro .vcp-detail-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.vexus-client-dashboard-pro .vcp-document-row {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 14px;
}

body.vexus-client-dashboard-pro .vcp-document-row a {
  align-items: center;
  background: #edf4ff;
  border: 1px solid #c8daf8;
  border-radius: 8px;
  color: var(--vclient-blue);
  display: flex;
  font-weight: 900;
  gap: 10px;
  min-height: 44px;
  padding: 10px 12px;
  text-decoration: none;
}

body.vexus-client-dashboard-pro .vcp-document-row a.is-disabled {
  background: #f7f9fc;
  color: #8090aa;
}

body.vexus-client-dashboard-pro .vcp-ticket-list {
  display: grid;
  gap: 10px;
}

body.vexus-client-dashboard-pro .vcp-ticket-row {
  align-items: center;
  background: #fbfdff;
  border: 1px solid #dce6f3;
  border-left: 4px solid var(--vclient-blue);
  border-radius: 8px;
  color: var(--vclient-ink);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 13px 14px;
  text-decoration: none;
}

body.vexus-client-dashboard-pro .vcp-ticket-row:hover {
  background: #eef5ff;
}

body.vexus-client-dashboard-pro .vcp-ticket-row strong,
body.vexus-client-dashboard-pro .vcp-ticket-row small {
  display: block;
  overflow-wrap: anywhere;
}

body.vexus-client-dashboard-pro .vcp-ticket-row small {
  color: var(--vclient-muted);
  margin-top: 4px;
}

body.vexus-client-dashboard-pro .vcp-ticket-row em {
  background: #eaf2ff;
  border-radius: 999px;
  color: var(--vclient-blue);
  font-style: normal;
  font-weight: 900;
  padding: 7px 10px;
  text-transform: capitalize;
}

body.vexus-client-dashboard-pro .vcp-form-modern {
  display: grid;
  gap: 13px;
}

body.vexus-client-dashboard-pro .vcp-form-modern label {
  color: var(--vclient-ink);
  display: grid;
  font-size: 13px;
  font-weight: 900;
  gap: 7px;
  margin: 0;
}

body.vexus-client-dashboard-pro .vcp-form-modern input,
body.vexus-client-dashboard-pro .vcp-form-modern select,
body.vexus-client-dashboard-pro .vcp-form-modern textarea {
  background: #ffffff !important;
  border: 1px solid #b7c8df !important;
  border-radius: 7px !important;
  color: var(--vclient-ink) !important;
  font-size: 15px !important;
  font-weight: 700;
  min-height: 46px;
  padding: 10px 12px !important;
  width: 100%;
}

body.vexus-client-dashboard-pro .vcp-form-modern textarea {
  min-height: 120px;
  resize: vertical;
}

body.vexus-client-dashboard-pro .vcp-form-modern input:focus,
body.vexus-client-dashboard-pro .vcp-form-modern select:focus,
body.vexus-client-dashboard-pro .vcp-form-modern textarea:focus {
  border-color: var(--vclient-blue) !important;
  box-shadow: 0 0 0 4px rgba(31, 95, 229, 0.14) !important;
  outline: 0;
}

body.vexus-client-dashboard-pro .vcp-form-modern button {
  align-items: center;
  background: var(--vclient-blue) !important;
  border: 1px solid var(--vclient-blue) !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  display: inline-flex;
  font-weight: 900;
  gap: 9px;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
}

body.vexus-client-dashboard-pro .vcp-field-grid,
body.vexus-client-dashboard-pro .vcp-file-grid {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.vexus-client-dashboard-pro .vcp-file-grid small {
  color: var(--vclient-muted);
  font-size: 12px;
  font-weight: 800;
}

body.vexus-client-dashboard-pro .vcp-empty,
body.vexus-client-dashboard-pro .vcp-alert {
  border-radius: 8px !important;
  font-size: 14px;
  font-weight: 850;
  padding: 14px 16px !important;
}

body.vexus-client-dashboard-pro .vcp-alert {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
}

body.vexus-client-dashboard-pro .vcp-alert button {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  color: inherit;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  line-height: 1;
  width: 28px;
}

body.vexus-client-dashboard-pro .vcp-empty {
  background: #f8fbff;
  border: 1px dashed #bed0ea;
  color: var(--vclient-muted);
}

body.vexus-client-dashboard-pro .vcp-service-grid > .vcp-empty {
  grid-column: 1 / -1;
}

@media (max-width: 1180px) {
  body.vexus-client-dashboard-pro .vcp-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.vexus-client-dashboard-pro .vcp-client-grid-balanced,
  body.vexus-client-dashboard-pro .vcp-ticket-settings-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  body.vexus-client-dashboard-pro {
    --vclient-rail: 100%;
    --vclient-topbar: 58px;
  }

  body.vexus-client-dashboard-pro .vcp-client-rail {
    bottom: auto !important;
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 12px !important;
    position: fixed !important;
    right: 0 !important;
    width: 100% !important;
  }

  body.vexus-client-dashboard-pro .vcp-client-rail .vcp-brand {
    min-height: 48px;
  }

  body.vexus-client-dashboard-pro .vcp-client-rail .vcp-brand img {
    height: 44px;
    width: 44px;
  }

  body.vexus-client-dashboard-pro .vcp-client-rail nav {
    display: flex !important;
    gap: 8px !important;
    margin-top: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  body.vexus-client-dashboard-pro .vcp-client-rail nav::-webkit-scrollbar {
    display: none;
  }

  body.vexus-client-dashboard-pro .vcp-client-rail nav a {
    flex: 0 0 auto;
    font-size: 13px;
    min-height: 38px !important;
    padding: 8px 10px !important;
    white-space: nowrap;
  }

  body.vexus-client-dashboard-pro .vcp-client-mini,
  body.vexus-client-dashboard-pro .vcp-client-logout {
    display: none !important;
  }

  body.vexus-client-dashboard-pro .vcp-client-topbar {
    grid-template-columns: minmax(0, 1fr) auto !important;
    height: 58px !important;
    left: 0 !important;
    padding: 9px 12px !important;
    top: 164px !important;
  }

  body.vexus-client-dashboard-pro .vcp-client-account {
    display: none;
  }

  body.vexus-client-dashboard-pro .vcp-client-search {
    width: 100% !important;
  }

  body.vexus-client-dashboard-pro .vcp-client-main {
    margin-left: 0 !important;
    padding: 240px 14px 30px !important;
  }

  body.vexus-client-dashboard-pro .vcp-client-pagehead {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  body.vexus-client-dashboard-pro .vcp-client-pagehead h1 {
    font-size: 24px !important;
  }

  body.vexus-client-dashboard-pro .vcp-client-kpis,
  body.vexus-client-dashboard-pro .vcp-service-grid,
  body.vexus-client-dashboard-pro .vcp-field-grid,
  body.vexus-client-dashboard-pro .vcp-file-grid,
  body.vexus-client-dashboard-pro .vcp-detail-list {
    grid-template-columns: 1fr !important;
  }

  body.vexus-client-dashboard-pro .vcp-ticket-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  body.vexus-client-dashboard-pro .vcp-client-topbar {
    top: 164px !important;
  }

  body.vexus-client-dashboard-pro .vcp-client-main {
    padding-top: 240px !important;
  }

  body.vexus-client-dashboard-pro .vcp-service-panel,
  body.vexus-client-dashboard-pro .vcp-profile-card,
  body.vexus-client-dashboard-pro .vcp-settings-card,
  body.vexus-client-dashboard-pro #tickets,
  body.vexus-client-dashboard-pro #new-ticket {
    padding: 16px !important;
  }

  body.vexus-client-dashboard-pro .vcp-section-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Client dashboard final polish: solid, customer-only, cPanel-readable. */
body.vexus-client-dashboard-pro {
  --vcp-rail: 270px;
  --vclient-rail: 270px;
  --vclient-blue: #1857d8;
  --vclient-cyan: #0f9bd7;
  --vclient-green: #0e8f65;
  --vclient-gold: #c98412;
  --vclient-rail-bg: #20295c;
  --vclient-ink: #07152f;
  --vclient-muted: #475a76;
  --vclient-line: #cfdced;
  --vclient-page: #f3f6fb;
  background: var(--vclient-page) !important;
}

body.vexus-client-dashboard-pro .vcp-client-rail,
body.vexus-client-dashboard-pro .vcp-client-topbar,
body.vexus-client-dashboard-pro .vcp-client-main {
  box-sizing: border-box !important;
}

body.vexus-client-dashboard-pro .vcp-client-rail {
  width: var(--vclient-rail) !important;
}

body.vexus-client-dashboard-pro .vcp-client-topbar {
  left: var(--vclient-rail) !important;
}

body.vexus-client-dashboard-pro .vcp-client-main {
  margin-left: var(--vclient-rail) !important;
  min-height: 100vh;
  padding-left: 28px !important;
  padding-right: 24px !important;
}

body.vexus-client-dashboard-pro .vcp-client-pagehead {
  border-left-color: var(--vclient-cyan);
  box-shadow: 0 8px 22px rgba(10, 31, 68, 0.05);
  margin-bottom: 16px;
  padding: 20px 22px;
}

body.vexus-client-dashboard-pro .vcp-client-pagehead span,
body.vexus-client-dashboard-pro .vcp-section-head span {
  letter-spacing: 0.03em;
}

body.vexus-client-dashboard-pro .vcp-client-pagehead h1 {
  font-size: 32px !important;
  letter-spacing: 0 !important;
  line-height: 1.08;
}

body.vexus-client-dashboard-pro .vcp-domain-chip {
  background: #eef5ff;
  border-color: #bfd2f3;
  box-shadow: inset 4px 0 0 var(--vclient-blue);
}

body.vexus-client-dashboard-pro .vcp-alert {
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
  margin-bottom: 12px;
}

body.vexus-client-dashboard-pro .vcp-client-kpis {
  grid-template-columns: repeat(4, minmax(170px, 1fr)) !important;
}

body.vexus-client-dashboard-pro .vcp-client-kpis span {
  align-items: center;
  border-left: 5px solid var(--vclient-blue) !important;
  display: grid !important;
  gap: 2px 14px;
  grid-template-columns: 44px minmax(0, 1fr);
  min-height: 94px;
  padding: 15px 17px !important;
}

body.vexus-client-dashboard-pro .vcp-client-kpis span:nth-child(2) {
  border-left-color: var(--vclient-gold) !important;
}

body.vexus-client-dashboard-pro .vcp-client-kpis span:nth-child(3) {
  border-left-color: var(--vclient-green) !important;
}

body.vexus-client-dashboard-pro .vcp-client-kpis span:nth-child(4) {
  border-left-color: var(--vclient-cyan) !important;
}

body.vexus-client-dashboard-pro .vcp-client-kpis i {
  align-items: center;
  background: #edf4ff;
  border: 1px solid #d2e2fb;
  border-radius: 8px;
  color: var(--vclient-blue);
  display: inline-flex;
  grid-row: span 2;
  height: 44px;
  justify-content: center;
  width: 44px;
}

body.vexus-client-dashboard-pro .vcp-client-kpis span:nth-child(2) i {
  background: #fff7e8;
  border-color: #f3d49d;
  color: var(--vclient-gold);
}

body.vexus-client-dashboard-pro .vcp-client-kpis span:nth-child(3) i {
  background: #eafaf2;
  border-color: #bcebd2;
  color: var(--vclient-green);
}

body.vexus-client-dashboard-pro .vcp-client-kpis span:nth-child(4) i {
  background: #e9f8ff;
  border-color: #bde9fb;
  color: var(--vclient-cyan);
}

body.vexus-client-dashboard-pro .vcp-client-kpis strong {
  font-size: 30px !important;
  line-height: 1;
}

body.vexus-client-dashboard-pro .vcp-card,
body.vexus-client-dashboard-pro .vcp-client-kpis span {
  box-shadow: 0 9px 22px rgba(10, 31, 68, 0.055) !important;
}

body.vexus-client-dashboard-pro .vcp-service-panel {
  padding: 18px !important;
}

body.vexus-client-dashboard-pro .vcp-service-grid {
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)) !important;
}

body.vexus-client-dashboard-pro .vcp-service-card {
  background: #ffffff;
  border-color: #cddbeb;
  border-left: 5px solid var(--vclient-blue);
  min-height: 0;
  padding: 18px 18px 16px;
}

body.vexus-client-dashboard-pro .vcp-service-card:nth-child(2n) {
  border-left-color: var(--vclient-cyan);
}

body.vexus-client-dashboard-pro .vcp-service-card:nth-child(3n) {
  border-left-color: var(--vclient-green);
}

body.vexus-client-dashboard-pro .vcp-service-top i {
  background: #eef5ff;
  border: 1px solid #cadbf7;
  height: 40px;
  width: 40px;
}

body.vexus-client-dashboard-pro .vcp-service-card h3 {
  font-size: 22px;
  line-height: 1.15;
  margin-top: 12px;
}

body.vexus-client-dashboard-pro .vcp-service-card p {
  color: #34465f;
  font-size: 15px;
  margin: 0;
}

body.vexus-client-dashboard-pro .vcp-domain-link {
  background: #f4f8ff;
  border: 1px solid #d5e4f8;
  border-radius: 8px;
  margin: 10px 0;
  min-height: 34px;
  padding: 6px 10px;
  width: fit-content;
}

body.vexus-client-dashboard-pro .vcp-service-meta {
  gap: 7px;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  margin: 8px 0;
}

body.vexus-client-dashboard-pro .vcp-service-meta:empty {
  display: none;
}

body.vexus-client-dashboard-pro .vcp-service-meta span,
body.vexus-client-dashboard-pro .vcp-detail-list span {
  background: #f8fbff;
  border-color: #d7e3f2;
  min-height: 62px;
}

body.vexus-client-dashboard-pro .vcp-service-meta span {
  min-height: 48px;
  padding: 8px 9px;
}

body.vexus-client-dashboard-pro .vcp-service-card ul {
  background: #fbfdff;
  border: 1px solid #e1e9f4;
  border-radius: 8px;
  margin: 8px 0 0;
  padding: 9px 12px 9px 26px;
}

body.vexus-client-dashboard-pro .vcp-client-grid-balanced,
body.vexus-client-dashboard-pro .vcp-ticket-settings-grid {
  gap: 16px !important;
}

body.vexus-client-dashboard-pro .vcp-profile-card,
body.vexus-client-dashboard-pro .vcp-settings-card,
body.vexus-client-dashboard-pro #tickets,
body.vexus-client-dashboard-pro #new-ticket {
  padding: 20px !important;
}

body.vexus-client-dashboard-pro .vcp-detail-list {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

body.vexus-client-dashboard-pro .vcp-ticket-row {
  background: #ffffff;
  min-height: 64px;
}

body.vexus-client-dashboard-pro .vcp-empty {
  background: #f8fbff;
  color: #51637c;
  min-height: 62px;
}

body.vexus-client-dashboard-pro .vcp-form-modern {
  gap: 15px;
}

body.vexus-client-dashboard-pro .vcp-form-modern label {
  color: #263754;
  font-size: 13px;
}

body.vexus-client-dashboard-pro .vcp-form-modern input,
body.vexus-client-dashboard-pro .vcp-form-modern select,
body.vexus-client-dashboard-pro .vcp-form-modern textarea {
  border-color: #aec0d9 !important;
  border-radius: 8px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  min-height: 50px;
}

body.vexus-client-dashboard-pro .vcp-form-modern select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #354966 50%), linear-gradient(135deg, #354966 50%, transparent 50%);
  background-position: calc(100% - 18px) 21px, calc(100% - 12px) 21px;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  padding-right: 42px !important;
}

body.vexus-client-dashboard-pro .vcp-form-modern button {
  min-height: 52px;
}

body.vexus-client-dashboard-pro .vcp-section-head h2 i {
  color: var(--vclient-blue);
  margin-right: 6px;
}

@media (max-width: 1280px) {
  body.vexus-client-dashboard-pro .vcp-client-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  body.vexus-client-dashboard-pro .vcp-client-main {
    padding-right: 14px !important;
  }

  body.vexus-client-dashboard-pro .vcp-client-kpis,
  body.vexus-client-dashboard-pro .vcp-service-grid {
    grid-template-columns: 1fr !important;
  }

  body.vexus-client-dashboard-pro .vcp-domain-link {
    width: 100%;
  }
}

@media (max-width: 520px) {
  body.vexus-client-dashboard-pro .vcp-client-pagehead {
    padding: 16px;
  }

  body.vexus-client-dashboard-pro .vcp-client-kpis span {
    min-height: 82px;
  }

  body.vexus-client-dashboard-pro .vcp-service-grid {
    gap: 12px;
  }
}

@media (max-width: 900px) {
  body.vexus-client-dashboard-pro {
    --vcp-rail: 100%;
    --vclient-rail: 100%;
  }

  body.vexus-client-dashboard-pro .vcp-client-rail {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }

  body.vexus-client-dashboard-pro .vcp-client-topbar {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }

  body.vexus-client-dashboard-pro .vcp-client-main {
    margin-left: 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    width: 100% !important;
  }
}

/* Client panel white glassmorphism: calm Apple-like frosted surfaces. */
body.vexus-client-portal {
  --vcp-blue: #111827;
  --vcp-green: #111827;
  --vcp-amber: #111827;
  --vcp-violet: #111827;
  --vcp-rail-bg: rgba(255, 255, 255, 0.74);
  --vcp-page: #f5f6f8;
  --vcp-ink: #111827;
  --vcp-muted: #697386;
  --vcp-line: rgba(17, 24, 39, 0.12);
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at 84% 2%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 31%),
    linear-gradient(135deg, #f9fafb 0%, #eef1f5 48%, #fbfbfc 100%) !important;
  color: var(--vcp-ink) !important;
}

body.vexus-client-portal.vexus-client-cpanel,
body.vexus-client-dashboard-pro {
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at 84% 2%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 31%),
    linear-gradient(135deg, #f9fafb 0%, #eef1f5 48%, #fbfbfc 100%) !important;
}

body.vexus-client-dashboard-pro {
  --vclient-blue: #111827;
  --vclient-cyan: #111827;
  --vclient-green: #111827;
  --vclient-gold: #111827;
  --vclient-rail-bg: rgba(255, 255, 255, 0.74);
  --vclient-ink: #111827;
  --vclient-muted: #697386;
  --vclient-line: rgba(17, 24, 39, 0.12);
  --vclient-page: #f5f6f8;
}

body.vexus-client-portal .vcp-card,
body.vexus-client-portal.vexus-client-cpanel .vcp-card,
body.vexus-client-portal.vexus-client-cpanel .vcp-client-kpis span,
body.vexus-client-portal .vcp-auth-card,
body.vexus-client-portal .vcp-client-kpis span,
body.vexus-client-portal .vcp-client-pagehead,
body.vexus-client-portal .vcp-domain-chip,
body.vexus-client-portal .vcp-service-card,
body.vexus-client-portal .vcp-detail-list span,
body.vexus-client-portal .vcp-service-meta span,
body.vexus-client-portal .vcp-document-row a,
body.vexus-client-portal .vcp-empty,
body.vexus-client-portal .vcp-ticket-row,
body.vexus-client-portal .vcp-message,
body.vexus-client-portal .vcp-consultation-intro > div,
body.vexus-client-portal .vcp-consultation-progress a {
  background: rgba(255, 255, 255, 0.68) !important;
  border: 1px solid rgba(17, 24, 39, 0.12) !important;
  border-radius: 8px !important;
  box-shadow:
    0 20px 60px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  backdrop-filter: blur(22px) saturate(160%);
}

body.vexus-client-dashboard-pro .vcp-client-rail,
body.vexus-client-dashboard-pro .vcp-client-topbar,
body.vexus-client-portal .vcp-topbar {
  background: rgba(255, 255, 255, 0.74) !important;
  border-color: rgba(17, 24, 39, 0.1) !important;
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.08) !important;
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
}

body.vexus-client-dashboard-pro .vcp-client-rail {
  color: var(--vclient-ink) !important;
}

body.vexus-client-portal .vcp-brand,
body.vexus-client-dashboard-pro .vcp-client-rail .vcp-brand,
body.vexus-client-dashboard-pro .vcp-client-rail .vcp-brand strong,
body.vexus-client-dashboard-pro .vcp-client-mini,
body.vexus-client-dashboard-pro .vcp-client-mini strong,
body.vexus-client-dashboard-pro .vcp-client-rail nav a,
body.vexus-client-dashboard-pro .vcp-client-logout {
  color: var(--vclient-ink) !important;
}

body.vexus-client-portal .vcp-brand small,
body.vexus-client-dashboard-pro .vcp-client-rail .vcp-brand small,
body.vexus-client-dashboard-pro .vcp-client-mini span,
body.vexus-client-dashboard-pro .vcp-client-mini small {
  color: var(--vclient-muted) !important;
}

body.vexus-client-dashboard-pro .vcp-client-rail .vcp-brand img,
body.vexus-client-portal .vcp-brand img {
  background: rgba(255, 255, 255, 0.62) !important;
  border: 1px solid rgba(17, 24, 39, 0.1);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.1) !important;
}

body.vexus-client-dashboard-pro .vcp-client-rail nav a,
body.vexus-client-dashboard-pro .vcp-client-logout {
  border-left-color: transparent !important;
}

body.vexus-client-dashboard-pro .vcp-client-rail nav a:hover,
body.vexus-client-dashboard-pro .vcp-client-rail nav a.is-active,
body.vexus-client-dashboard-pro .vcp-client-logout:hover {
  background: rgba(17, 24, 39, 0.07) !important;
  border-left-color: transparent !important;
  color: #111827 !important;
}

body.vexus-client-dashboard-pro .vcp-client-mini {
  background: rgba(255, 255, 255, 0.46) !important;
  border-color: rgba(17, 24, 39, 0.1) !important;
}

body.vexus-client-dashboard-pro .vcp-client-pagehead,
body.vexus-client-dashboard-pro .vcp-service-card,
body.vexus-client-dashboard-pro .vcp-client-kpis span,
body.vexus-client-dashboard-pro .vcp-ticket-row {
  border-left-color: rgba(17, 24, 39, 0.12) !important;
}

body.vexus-client-dashboard-pro .vcp-service-card:nth-child(2n),
body.vexus-client-dashboard-pro .vcp-service-card:nth-child(3n),
body.vexus-client-dashboard-pro .vcp-client-kpis span:nth-child(2),
body.vexus-client-dashboard-pro .vcp-client-kpis span:nth-child(3),
body.vexus-client-dashboard-pro .vcp-client-kpis span:nth-child(4) {
  border-left-color: rgba(17, 24, 39, 0.12) !important;
}

body.vexus-client-portal .vcp-client-kpis i,
body.vexus-client-portal .vcp-domain-chip i,
body.vexus-client-portal .vcp-service-top i,
body.vexus-client-portal .vcp-auth-option > i,
body.vexus-client-portal .vcp-consultation-intro i,
body.vexus-client-portal .vcp-section-head h2 i,
body.vexus-client-portal .vcp-card h2 i,
body.vexus-client-portal .vcp-small-action,
body.vexus-client-portal .vcp-count-pill,
body.vexus-client-portal .vcp-service-top span,
body.vexus-client-portal .vcp-ticket-row em,
body.vexus-client-portal .vcp-ticket-meta span,
body.vexus-client-portal .vcp-link,
body.vexus-client-portal .vcp-domain-link {
  background: rgba(255, 255, 255, 0.56) !important;
  border-color: rgba(17, 24, 39, 0.1) !important;
  color: #111827 !important;
}

body.vexus-client-dashboard-pro .vcp-domain-chip {
  box-shadow:
    0 20px 60px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

body.vexus-client-portal .vcp-section-head,
body.vexus-client-dashboard-pro .vcp-section-head {
  border-bottom-color: rgba(17, 24, 39, 0.1) !important;
}

body.vexus-client-portal .vcp-section-head span,
body.vexus-client-dashboard-pro .vcp-section-head span,
body.vexus-client-portal .vcp-auth-heading span,
body.vexus-client-portal .vcp-section-title,
body.vexus-client-dashboard-pro .vcp-client-pagehead span {
  color: #4b5563 !important;
}

body.vexus-client-portal h1,
body.vexus-client-portal h2,
body.vexus-client-portal h3,
body.vexus-client-portal strong,
body.vexus-client-dashboard-pro .vcp-client-pagehead h1,
body.vexus-client-dashboard-pro .vcp-section-head h2,
body.vexus-client-dashboard-pro .vcp-service-card h3,
body.vexus-client-dashboard-pro .vcp-client-kpis strong,
body.vexus-client-dashboard-pro .vcp-detail-list strong,
body.vexus-client-dashboard-pro .vcp-service-meta strong {
  color: #111827 !important;
}

body.vexus-client-portal p,
body.vexus-client-portal small,
body.vexus-client-dashboard-pro .vcp-client-pagehead p,
body.vexus-client-dashboard-pro .vcp-service-card p,
body.vexus-client-dashboard-pro .vcp-service-card li,
body.vexus-client-dashboard-pro .vcp-client-kpis small,
body.vexus-client-dashboard-pro .vcp-detail-list small,
body.vexus-client-dashboard-pro .vcp-service-meta small {
  color: #697386 !important;
}

body.vexus-client-portal input,
body.vexus-client-portal select,
body.vexus-client-portal textarea,
body.vexus-client-portal .vcp-form-modern input,
body.vexus-client-portal .vcp-form-modern select,
body.vexus-client-portal .vcp-form-modern textarea,
body.vexus-client-portal .vcp-client-search input {
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(17, 24, 39, 0.16) !important;
  border-radius: 8px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 10px 24px rgba(15, 23, 42, 0.04) !important;
  color: #111827 !important;
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
}

body.vexus-client-portal input:focus,
body.vexus-client-portal select:focus,
body.vexus-client-portal textarea:focus,
body.vexus-client-portal .vcp-form-modern input:focus,
body.vexus-client-portal .vcp-form-modern select:focus,
body.vexus-client-portal .vcp-form-modern textarea:focus {
  border-color: rgba(17, 24, 39, 0.34) !important;
  box-shadow:
    0 0 0 4px rgba(17, 24, 39, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

body.vexus-client-portal button,
body.vexus-client-portal .vcp-form button,
body.vexus-client-portal .vcp-form-modern button,
body.vexus-client-dashboard-pro .vcp-form-modern button,
body.vexus-client-dashboard-pro #new-ticket button,
body.vexus-client-dashboard-pro #settings button,
body.vexus-client-portal .vcp-ghost,
body.vexus-client-portal .vcp-client-account,
body.vexus-client-portal .vcp-small-action {
  background: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgba(17, 24, 39, 0.14) !important;
  border-radius: 999px !important;
  box-shadow:
    0 14px 32px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
  color: #111827 !important;
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
}

body.vexus-client-portal .vcp-client-search button,
body.vexus-client-portal .vcp-topbar .vcp-client-search button {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #111827 !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

body.vexus-client-portal .vcp-form button:hover,
body.vexus-client-portal .vcp-form-modern button:hover,
body.vexus-client-portal .vcp-ghost:hover,
body.vexus-client-portal .vcp-small-action:hover {
  background: rgba(255, 255, 255, 0.86) !important;
  color: #111827 !important;
}

body.vexus-client-portal .vcp-alert {
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(17, 24, 39, 0.12) !important;
  color: #111827 !important;
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
}

body.vexus-client-portal .vcp-service-card ul,
body.vexus-client-dashboard-pro .vcp-service-card ul {
  background: rgba(255, 255, 255, 0.46) !important;
  border-color: rgba(17, 24, 39, 0.1) !important;
}

/* Stronger Apple-style glass pass: visible frosted canvas + repaired fields. */
body.vexus-client-portal {
  isolation: isolate;
  position: relative;
}

body.vexus-client-portal::before,
body.vexus-client-portal::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
}

body.vexus-client-portal::before {
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.92) 0%, rgba(238, 241, 246, 0.76) 24%, rgba(255, 255, 255, 0.72) 46%, rgba(226, 231, 239, 0.72) 68%, rgba(255, 255, 255, 0.94) 100%),
    linear-gradient(32deg, rgba(212, 218, 228, 0.32), rgba(255, 255, 255, 0) 42%, rgba(208, 215, 226, 0.28));
  z-index: 0;
}

body.vexus-client-portal::after {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.34) 0, rgba(255, 255, 255, 0.34) 1px, rgba(17, 24, 39, 0.018) 1px, rgba(17, 24, 39, 0.018) 18px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0));
  mix-blend-mode: soft-light;
  opacity: 0.9;
  z-index: 0;
}

body.vexus-client-portal > * {
  position: relative;
  z-index: 1;
}

body.vexus-client-portal.vexus-client-cpanel,
body.vexus-client-dashboard-pro {
  background: #eef1f5 !important;
}

body.vexus-client-portal .vcp-card,
body.vexus-client-portal.vexus-client-cpanel .vcp-card,
body.vexus-client-portal.vexus-client-cpanel .vcp-client-kpis span,
body.vexus-client-portal .vcp-auth-card,
body.vexus-client-portal .vcp-client-kpis span,
body.vexus-client-portal .vcp-client-pagehead,
body.vexus-client-portal .vcp-domain-chip,
body.vexus-client-portal .vcp-service-card,
body.vexus-client-portal .vcp-detail-list span,
body.vexus-client-portal .vcp-service-meta span,
body.vexus-client-portal .vcp-document-row a,
body.vexus-client-portal .vcp-empty,
body.vexus-client-portal .vcp-ticket-row,
body.vexus-client-portal .vcp-message,
body.vexus-client-portal .vcp-consultation-intro > div,
body.vexus-client-portal .vcp-consultation-progress a {
  background: rgba(255, 255, 255, 0.42) !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
  box-shadow:
    0 24px 70px rgba(15, 23, 42, 0.13),
    0 4px 18px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(17, 24, 39, 0.05) !important;
  -webkit-backdrop-filter: blur(34px) saturate(180%);
  backdrop-filter: blur(34px) saturate(180%);
}

body.vexus-client-dashboard-pro .vcp-client-rail,
body.vexus-client-dashboard-pro .vcp-client-topbar,
body.vexus-client-portal .vcp-topbar {
  background: rgba(255, 255, 255, 0.52) !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
  box-shadow:
    0 22px 62px rgba(15, 23, 42, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  -webkit-backdrop-filter: blur(36px) saturate(185%);
  backdrop-filter: blur(36px) saturate(185%);
}

body.vexus-client-dashboard-pro .vcp-client-rail nav a.is-active,
body.vexus-client-dashboard-pro .vcp-client-rail nav a:hover,
body.vexus-client-dashboard-pro .vcp-client-logout:hover {
  background: rgba(255, 255, 255, 0.52) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 24px rgba(15, 23, 42, 0.07) !important;
  -webkit-backdrop-filter: blur(18px) saturate(165%);
  backdrop-filter: blur(18px) saturate(165%);
}

body.vexus-client-portal .vcp-client-kpis i,
body.vexus-client-portal .vcp-domain-chip i,
body.vexus-client-portal .vcp-service-top i,
body.vexus-client-portal .vcp-auth-option > i,
body.vexus-client-portal .vcp-consultation-intro i,
body.vexus-client-portal .vcp-small-action,
body.vexus-client-portal .vcp-count-pill,
body.vexus-client-portal .vcp-service-top span,
body.vexus-client-portal .vcp-ticket-row em,
body.vexus-client-portal .vcp-ticket-meta span,
body.vexus-client-portal .vcp-link,
body.vexus-client-portal .vcp-domain-link {
  background: rgba(255, 255, 255, 0.5) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 18px rgba(15, 23, 42, 0.055) !important;
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  backdrop-filter: blur(18px) saturate(170%);
}

body.vexus-client-portal .vcp-form-modern,
body.vexus-client-portal .vcp-settings-form,
body.vexus-client-portal .vcp-form {
  min-width: 0;
}

body.vexus-client-portal .vcp-form label,
body.vexus-client-portal .vcp-form-modern label,
body.vexus-client-portal .vcp-field-grid > label,
body.vexus-client-portal .vcp-file-grid > label {
  min-width: 0;
}

body.vexus-client-portal input,
body.vexus-client-portal select,
body.vexus-client-portal textarea,
body.vexus-client-portal .vcp-form-modern input,
body.vexus-client-portal .vcp-form-modern select,
body.vexus-client-portal .vcp-form-modern textarea,
body.vexus-client-portal .vcp-client-search input {
  background: rgba(255, 255, 255, 0.56) !important;
  border-color: rgba(255, 255, 255, 0.82) !important;
  box-sizing: border-box !important;
  max-width: 100%;
  min-width: 0;
  outline: 1px solid rgba(17, 24, 39, 0.08);
  -webkit-backdrop-filter: blur(22px) saturate(175%);
  backdrop-filter: blur(22px) saturate(175%);
}

body.vexus-client-portal input,
body.vexus-client-portal select,
body.vexus-client-portal .vcp-form-modern input,
body.vexus-client-portal .vcp-form-modern select {
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 14px !important;
}

body.vexus-client-portal textarea,
body.vexus-client-portal .vcp-form-modern textarea {
  line-height: 1.45;
  min-height: 110px !important;
  padding: 13px 14px !important;
}

body.vexus-client-portal input[type="file"],
body.vexus-client-portal .vcp-form-modern input[type="file"] {
  height: auto !important;
  line-height: 1.2;
  min-height: 58px !important;
  padding: 10px !important;
}

body.vexus-client-portal input[type="file"]::file-selector-button,
body.vexus-client-portal .vcp-form-modern input[type="file"]::file-selector-button {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 8px;
  color: #111827;
  cursor: pointer;
  font-weight: 850;
  height: 36px;
  margin-right: 12px;
  padding: 0 12px;
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  backdrop-filter: blur(14px) saturate(160%);
}

body.vexus-client-portal .vcp-client-search input {
  height: 38px !important;
  min-height: 38px !important;
  padding-right: 42px !important;
}

body.vexus-client-portal .vcp-field-grid,
body.vexus-client-portal .vcp-file-grid {
  align-items: start;
}

body.vexus-client-portal .vcp-form-modern button,
body.vexus-client-dashboard-pro .vcp-form-modern button,
body.vexus-client-dashboard-pro #new-ticket button,
body.vexus-client-dashboard-pro #settings button {
  height: 50px;
  min-height: 50px !important;
}

/* Card-level glass: every dashboard tile becomes a visible frosted pane. */
body.vexus-client-portal::before {
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.96) 0%, rgba(219, 225, 235, 0.86) 23%, rgba(255, 255, 255, 0.58) 43%, rgba(198, 207, 221, 0.76) 64%, rgba(255, 255, 255, 0.94) 100%),
    linear-gradient(29deg, rgba(164, 173, 190, 0.3), rgba(255, 255, 255, 0) 38%, rgba(174, 184, 201, 0.34) 76%, rgba(255, 255, 255, 0.42));
}

body.vexus-client-portal::after {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.46) 0, rgba(255, 255, 255, 0.46) 1px, rgba(17, 24, 39, 0.025) 1px, rgba(17, 24, 39, 0.025) 22px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0) 48%, rgba(17, 24, 39, 0.035));
  opacity: 1;
}

body.vexus-client-portal .vcp-card,
body.vexus-client-portal.vexus-client-cpanel .vcp-card,
body.vexus-client-portal.vexus-client-cpanel .vcp-client-kpis span,
body.vexus-client-portal .vcp-auth-card,
body.vexus-client-portal .vcp-client-kpis span,
body.vexus-client-portal .vcp-client-pagehead,
body.vexus-client-portal .vcp-domain-chip,
body.vexus-client-portal .vcp-service-card,
body.vexus-client-portal .vcp-detail-list span,
body.vexus-client-portal .vcp-service-meta span,
body.vexus-client-portal .vcp-document-row a,
body.vexus-client-portal .vcp-empty,
body.vexus-client-portal .vcp-ticket-row,
body.vexus-client-portal .vcp-message,
body.vexus-client-portal .vcp-consultation-intro > div,
body.vexus-client-portal .vcp-consultation-progress a {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.25) 42%, rgba(255, 255, 255, 0.36) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.86) !important;
  box-shadow:
    0 28px 76px rgba(15, 23, 42, 0.16),
    0 8px 24px rgba(15, 23, 42, 0.07),
    inset 0 1px 1px rgba(255, 255, 255, 0.98),
    inset 0 -1px 1px rgba(17, 24, 39, 0.06) !important;
  overflow: hidden;
  position: relative;
  -webkit-backdrop-filter: blur(42px) saturate(190%) contrast(104%);
  backdrop-filter: blur(42px) saturate(190%) contrast(104%);
}

body.vexus-client-portal .vcp-card::before,
body.vexus-client-portal.vexus-client-cpanel .vcp-client-kpis span::before,
body.vexus-client-portal .vcp-client-pagehead::before,
body.vexus-client-portal .vcp-domain-chip::before,
body.vexus-client-portal .vcp-service-card::before,
body.vexus-client-portal .vcp-detail-list span::before,
body.vexus-client-portal .vcp-service-meta span::before,
body.vexus-client-portal .vcp-document-row a::before,
body.vexus-client-portal .vcp-empty::before,
body.vexus-client-portal .vcp-ticket-row::before,
body.vexus-client-portal .vcp-message::before,
body.vexus-client-portal .vcp-consultation-intro > div::before,
body.vexus-client-portal .vcp-consultation-progress a::before {
  background:
    linear-gradient(132deg, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.28) 22%, rgba(255, 255, 255, 0.06) 48%, rgba(255, 255, 255, 0.3) 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
  content: "";
  inset: 0;
  opacity: 0.82;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

body.vexus-client-portal .vcp-card > *,
body.vexus-client-portal.vexus-client-cpanel .vcp-client-kpis span > *,
body.vexus-client-portal .vcp-client-pagehead > *,
body.vexus-client-portal .vcp-domain-chip > *,
body.vexus-client-portal .vcp-service-card > *,
body.vexus-client-portal .vcp-detail-list span > *,
body.vexus-client-portal .vcp-service-meta span > *,
body.vexus-client-portal .vcp-document-row a > *,
body.vexus-client-portal .vcp-empty > *,
body.vexus-client-portal .vcp-ticket-row > *,
body.vexus-client-portal .vcp-message > *,
body.vexus-client-portal .vcp-consultation-intro > div > *,
body.vexus-client-portal .vcp-consultation-progress a > * {
  position: relative;
  z-index: 1;
}

body.vexus-client-dashboard-pro .vcp-service-panel {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.44) 0%, rgba(255, 255, 255, 0.18) 48%, rgba(255, 255, 255, 0.34) 100%) !important;
}

/* Existing document download + replacement upload controls. */
.vexus-document-control {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.vexus-document-current {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  min-height: 48px;
  padding: 10px 12px;
}

.vexus-document-current span {
  color: #111827;
  font-weight: 850;
}

.vexus-document-current em,
.vexus-document-control small {
  color: #697386;
  font-style: normal;
  font-weight: 700;
}

.vexus-document-current a,
.vexus-document-current .btn {
  align-items: center;
  border-radius: 999px !important;
  display: inline-flex;
  font-weight: 850;
  gap: 7px;
  min-height: 32px;
  padding: 6px 12px !important;
  text-decoration: none;
}

.vexus-upload-label {
  color: #334155;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.vexus-upload-label.vexus-upload-label-blue {
  color: #075bcc;
}

body.vexus-client-portal .vexus-document-current {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.24)) !important;
  border-color: rgba(255, 255, 255, 0.82) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 14px 32px rgba(15, 23, 42, 0.08);
  -webkit-backdrop-filter: blur(22px) saturate(175%);
  backdrop-filter: blur(22px) saturate(175%);
}

/* Vexus system polish: clearer 3D forms, tables, dropdowns, and panels. */
body.vexus-admin.vexus-cpanel-shell {
  --vx-3d-surface: #ffffff;
  --vx-3d-soft: #f7faff;
  --vx-3d-line: #cbd8ea;
  --vx-3d-line-soft: #e6edf7;
  --vx-3d-ink: #07142c;
  --vx-3d-muted: #52637a;
  --vx-3d-blue: #1554d1;
  --vx-3d-blue-soft: #eaf2ff;
  --vx-3d-shadow: 0 16px 38px rgba(15, 23, 42, 0.075), 0 2px 8px rgba(15, 23, 42, 0.045);
  --vx-3d-shadow-hover: 0 22px 52px rgba(15, 23, 42, 0.11), 0 8px 18px rgba(21, 84, 209, 0.08);
}

body.vexus-admin.vexus-cpanel-shell .content-body {
  background: #f4f7fb !important;
}

body.vexus-admin.vexus-cpanel-shell .page-header,
body.vexus-admin.vexus-cpanel-shell .panel,
body.vexus-admin.vexus-cpanel-shell .panel.panel-custom,
body.vexus-admin.vexus-cpanel-shell .panel.panel-subl-shadow,
body.vexus-admin.vexus-cpanel-shell .tabs-custom,
body.vexus-admin.vexus-cpanel-shell .tab-content,
body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-section,
body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-info-card,
body.vexus-admin.vexus-cpanel-shell .vexus-filter-panel,
body.vexus-admin.vexus-cpanel-shell .vexus-global-client-form .panel,
body.vexus-admin.vexus-cpanel-shell .vexus-accounting-panel,
body.vexus-admin.vexus-cpanel-shell .vexus-card {
  background: var(--vx-3d-surface) !important;
  border: 1px solid var(--vx-3d-line-soft) !important;
  border-radius: 8px !important;
  box-shadow: var(--vx-3d-shadow) !important;
  color: var(--vx-3d-ink);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.vexus-admin.vexus-cpanel-shell .panel:hover,
body.vexus-admin.vexus-cpanel-shell .tabs-custom:hover,
body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-section:hover,
body.vexus-admin.vexus-cpanel-shell .vexus-filter-panel:hover,
body.vexus-admin.vexus-cpanel-shell .vexus-card:hover {
  border-color: #d3deed !important;
  box-shadow: var(--vx-3d-shadow-hover) !important;
  transform: translateY(-1px);
}

body.vexus-admin.vexus-cpanel-shell .panel-heading,
body.vexus-admin.vexus-cpanel-shell .panel-heading-custom,
body.vexus-admin.vexus-cpanel-shell .panel-heading-sp-custom,
body.vexus-admin.vexus-cpanel-shell .panel-footer,
body.vexus-admin.vexus-cpanel-shell .panel-footer-custom,
body.vexus-admin.vexus-cpanel-shell .panel-footer-sp-custom {
  background: var(--vx-3d-soft) !important;
  border-color: var(--vx-3d-line-soft) !important;
  color: var(--vx-3d-ink) !important;
  padding: 16px 18px;
}

body.vexus-admin.vexus-cpanel-shell .panel-title,
body.vexus-admin.vexus-cpanel-shell .panel-heading .panel-title,
body.vexus-admin.vexus-cpanel-shell .page-header h2 {
  color: var(--vx-3d-ink) !important;
  font-weight: 850;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered {
  border-color: var(--vx-3d-line-soft) !important;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group {
  background: #ffffff !important;
  border-color: var(--vx-3d-line-soft) !important;
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group:nth-child(2n) {
  background: #f9fbff !important;
}

body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered .form-group:hover,
body.vexus-admin.vexus-cpanel-shell .form-group.vexus-field-focus,
body.vexus-admin.vexus-cpanel-shell .input-group.vexus-field-focus {
  background: #f0f6ff !important;
  box-shadow: inset 3px 0 0 var(--vx-3d-blue);
}

body.vexus-admin.vexus-cpanel-shell label,
body.vexus-admin.vexus-cpanel-shell .control-label,
body.vexus-admin.vexus-cpanel-shell .form-group label {
  color: #34445c !important;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

body.vexus-admin.vexus-cpanel-shell .form-group.vexus-field-focus label,
body.vexus-admin.vexus-cpanel-shell .form-group.vexus-field-filled label,
body.vexus-admin.vexus-cpanel-shell .form-group.vexus-field-focus .control-label,
body.vexus-admin.vexus-cpanel-shell .form-group.vexus-field-filled .control-label {
  color: var(--vx-3d-blue) !important;
}

body.vexus-admin.vexus-cpanel-shell .form-control,
body.vexus-admin.vexus-cpanel-shell input[type="text"],
body.vexus-admin.vexus-cpanel-shell input[type="email"],
body.vexus-admin.vexus-cpanel-shell input[type="password"],
body.vexus-admin.vexus-cpanel-shell input[type="number"],
body.vexus-admin.vexus-cpanel-shell input[type="date"],
body.vexus-admin.vexus-cpanel-shell input[type="tel"],
body.vexus-admin.vexus-cpanel-shell input[type="url"],
body.vexus-admin.vexus-cpanel-shell select:not(.select2-hidden-accessible),
body.vexus-admin.vexus-cpanel-shell textarea,
body.vexus-admin.vexus-cpanel-shell .select2-container--bootstrap .select2-selection,
body.vexus-admin.vexus-cpanel-shell .select2-container--default .select2-selection--single,
body.vexus-admin.vexus-cpanel-shell .select2-container--default .select2-selection--multiple,
body.vexus-admin.vexus-cpanel-shell .select2-container .select2-choice {
  background-color: #ffffff !important;
  border: 1px solid var(--vx-3d-line) !important;
  border-radius: 8px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 2px 7px rgba(15, 23, 42, 0.035) !important;
  color: var(--vx-3d-ink) !important;
  font-size: 14px;
  font-weight: 700;
  min-height: 46px !important;
  outline: 0;
  padding: 10px 13px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background-color 160ms ease;
}

body.vexus-admin.vexus-cpanel-shell textarea,
body.vexus-admin.vexus-cpanel-shell textarea.form-control {
  min-height: 122px !important;
  resize: vertical;
}

body.vexus-admin.vexus-cpanel-shell select:not([multiple]):not(.select2-hidden-accessible),
body.vexus-admin.vexus-cpanel-shell select.form-control:not([multiple]):not(.select2-hidden-accessible) {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%2334455c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 7 4 4 4-4'/%3E%3C/svg%3E") !important;
  background-position: right 12px center !important;
  background-repeat: no-repeat !important;
  padding-right: 42px !important;
}

body.vexus-admin.vexus-cpanel-shell .form-control:focus,
body.vexus-admin.vexus-cpanel-shell input:focus,
body.vexus-admin.vexus-cpanel-shell select:focus,
body.vexus-admin.vexus-cpanel-shell textarea:focus,
body.vexus-admin.vexus-cpanel-shell .select2-container--open .select2-selection,
body.vexus-admin.vexus-cpanel-shell .select2-container-active .select2-choice {
  background-color: #ffffff !important;
  border-color: var(--vx-3d-blue) !important;
  box-shadow:
    0 0 0 4px rgba(21, 84, 209, 0.14),
    0 10px 20px rgba(15, 23, 42, 0.08) !important;
  transform: translateY(-1px);
}

body.vexus-admin.vexus-cpanel-shell .form-control::placeholder,
body.vexus-admin.vexus-cpanel-shell textarea::placeholder,
body.vexus-admin.vexus-cpanel-shell input::placeholder {
  color: #8a9ab1;
  font-weight: 650;
}

body.vexus-admin.vexus-cpanel-shell .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
body.vexus-admin.vexus-cpanel-shell .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--vx-3d-ink) !important;
  font-size: 14px;
  font-weight: 750;
  line-height: 44px !important;
  padding-left: 0;
}

body.vexus-admin.vexus-cpanel-shell .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
body.vexus-admin.vexus-cpanel-shell .select2-container--default .select2-selection--single .select2-selection__arrow {
  min-height: 44px;
}

.select2-container--bootstrap .select2-dropdown,
.select2-container--default .select2-dropdown,
.select2-drop,
body.vexus-admin.vexus-cpanel-shell .dropdown-menu {
  background: #ffffff !important;
  border: 1px solid #aebed5 !important;
  border-radius: 8px !important;
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.2) !important;
  color: var(--vx-3d-ink);
  overflow: hidden;
}

.select2-container--bootstrap .select2-results__option,
.select2-container--default .select2-results__option,
.select2-results .select2-result-label,
body.vexus-admin.vexus-cpanel-shell .dropdown-menu > li > a {
  border-bottom: 1px solid #eef3fb;
  color: #172033 !important;
  font-size: 14px;
  font-weight: 750;
  padding: 12px 15px;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--bootstrap .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-results .select2-highlighted .select2-result-label,
body.vexus-admin.vexus-cpanel-shell .dropdown-menu > li > a:hover,
body.vexus-admin.vexus-cpanel-shell .dropdown-menu > li > a:focus {
  background: var(--vx-3d-blue-soft) !important;
  color: #0f3f9f !important;
}

body.vexus-admin.vexus-cpanel-shell .table-responsive,
body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper {
  background: #ffffff !important;
  border: 1px solid var(--vx-3d-line-soft) !important;
  border-radius: 8px !important;
  box-shadow: var(--vx-3d-shadow) !important;
  overflow: hidden;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper .datatables-header,
body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper .datatables-footer,
body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper > .row:first-child,
body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper > .row:last-child {
  background: #fbfdff;
  border-color: var(--vx-3d-line-soft);
  padding: 14px 16px !important;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_filter input,
body.vexus-admin.vexus-cpanel-shell .dataTables_length select {
  min-height: 40px !important;
}

body.vexus-admin.vexus-cpanel-shell .dt-buttons,
body.vexus-admin.vexus-cpanel-shell .DTTT_container {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.vexus-admin.vexus-cpanel-shell .table {
  background: #ffffff !important;
  border-collapse: separate !important;
  border-spacing: 0;
  color: var(--vx-3d-ink) !important;
  margin-bottom: 0;
}

body.vexus-admin.vexus-cpanel-shell .table > thead > tr > th {
  background: #edf4ff !important;
  border-bottom: 1px solid #c9d8ed !important;
  border-color: #dbe5f2 !important;
  color: #24354d !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  padding: 14px 13px !important;
  text-transform: uppercase;
  vertical-align: middle;
}

body.vexus-admin.vexus-cpanel-shell .table > tbody > tr > td,
body.vexus-admin.vexus-cpanel-shell .table > tbody > tr > th {
  border-color: #e8eef6 !important;
  color: #111827;
  font-size: 14px;
  font-weight: 650;
  padding: 14px 13px !important;
  vertical-align: middle !important;
}

body.vexus-admin.vexus-cpanel-shell .table-striped > tbody > tr:nth-child(2n) > td,
body.vexus-admin.vexus-cpanel-shell .table-striped > tbody > tr:nth-child(2n) > th {
  background: #fbfdff !important;
}

body.vexus-admin.vexus-cpanel-shell .table-hover > tbody > tr:hover > td,
body.vexus-admin.vexus-cpanel-shell .table-hover > tbody > tr:hover > th,
body.vexus-admin.vexus-cpanel-shell .table > tbody > tr:hover > td {
  background: #f0f6ff !important;
  box-shadow: inset 3px 0 0 var(--vx-3d-blue);
}

body.vexus-admin.vexus-cpanel-shell .btn {
  border-radius: 8px !important;
  font-weight: 850;
  min-height: 36px;
  transition: box-shadow 160ms ease, transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

body.vexus-admin.vexus-cpanel-shell .btn-primary,
body.vexus-admin.vexus-cpanel-shell .btn-success,
body.vexus-admin.vexus-cpanel-shell .btn-info {
  background: var(--vx-3d-blue) !important;
  border-color: var(--vx-3d-blue) !important;
  box-shadow: 0 8px 18px rgba(21, 84, 209, 0.2);
  color: #ffffff !important;
}

body.vexus-admin.vexus-cpanel-shell .btn-primary:hover,
body.vexus-admin.vexus-cpanel-shell .btn-success:hover,
body.vexus-admin.vexus-cpanel-shell .btn-info:hover,
body.vexus-admin.vexus-cpanel-shell .btn-default:hover {
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
}

body.vexus-admin.vexus-cpanel-shell .btn-default {
  background: #ffffff !important;
  border-color: #cbd8ea !important;
  color: #1f2f46 !important;
}

body.vexus-admin.vexus-cpanel-shell .modal-content,
body.vexus-admin.vexus-cpanel-shell .modal-block .panel {
  border: 1px solid var(--vx-3d-line-soft) !important;
  border-radius: 8px !important;
  box-shadow: 0 26px 72px rgba(15, 23, 42, 0.24) !important;
}

body.vexus-admin.vexus-cpanel-shell .alert {
  border-radius: 8px !important;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  font-weight: 750;
}

body.vexus-admin.vexus-cpanel-shell .vexus-polished-table {
  transform: translateZ(0);
}

body.vexus-client-portal {
  --vcp-glass-line-strong: rgba(255, 255, 255, 0.82);
  --vcp-glass-shadow-strong: 0 22px 58px rgba(15, 23, 42, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.vexus-client-portal .vcp-card,
body.vexus-client-portal .vcp-service-panel,
body.vexus-client-portal .vcp-service-card,
body.vexus-client-portal .vcp-settings-card,
body.vexus-client-portal .vcp-ticket-row,
body.vexus-client-portal .vcp-document-row,
body.vexus-client-portal .vcp-detail-list span,
body.vexus-client-portal .vcp-service-meta span {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)) !important;
  border: 1px solid var(--vcp-glass-line-strong) !important;
  box-shadow: var(--vcp-glass-shadow-strong);
  -webkit-backdrop-filter: blur(24px) saturate(175%);
  backdrop-filter: blur(24px) saturate(175%);
  transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
}

body.vexus-client-portal .vcp-card:hover,
body.vexus-client-portal .vcp-service-card:hover,
body.vexus-client-portal .vcp-settings-card:hover,
body.vexus-client-portal .vcp-ticket-row:hover,
body.vexus-client-portal .vcp-document-row:hover {
  border-color: #ffffff !important;
  box-shadow: 0 28px 72px rgba(15, 23, 42, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transform: translateY(-2px);
}

body.vexus-client-portal .vcp-form input,
body.vexus-client-portal .vcp-form select,
body.vexus-client-portal .vcp-form textarea,
body.vexus-client-portal .vcp-form-modern input,
body.vexus-client-portal .vcp-form-modern select,
body.vexus-client-portal .vcp-form-modern textarea {
  background: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgba(148, 163, 184, 0.42) !important;
  border-radius: 8px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 8px 22px rgba(15, 23, 42, 0.055);
  min-height: 46px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background-color 160ms ease;
}

body.vexus-client-portal .vcp-form input:focus,
body.vexus-client-portal .vcp-form select:focus,
body.vexus-client-portal .vcp-form textarea:focus,
body.vexus-client-portal .vcp-form-modern input:focus,
body.vexus-client-portal .vcp-form-modern select:focus,
body.vexus-client-portal .vcp-form-modern textarea:focus {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(37, 99, 235, 0.72) !important;
  box-shadow:
    0 0 0 4px rgba(37, 99, 235, 0.13),
    0 16px 32px rgba(15, 23, 42, 0.11);
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .panel-heading,
  body.vexus-admin.vexus-cpanel-shell .panel-heading-custom,
  body.vexus-admin.vexus-cpanel-shell .panel-heading-sp-custom,
  body.vexus-admin.vexus-cpanel-shell .panel-footer,
  body.vexus-admin.vexus-cpanel-shell .panel-footer-custom,
  body.vexus-admin.vexus-cpanel-shell .panel-footer-sp-custom {
    padding: 13px 14px;
  }

  body.vexus-admin.vexus-cpanel-shell .form-control,
  body.vexus-admin.vexus-cpanel-shell input[type="text"],
  body.vexus-admin.vexus-cpanel-shell input[type="email"],
  body.vexus-admin.vexus-cpanel-shell input[type="password"],
  body.vexus-admin.vexus-cpanel-shell input[type="number"],
  body.vexus-admin.vexus-cpanel-shell input[type="date"],
  body.vexus-admin.vexus-cpanel-shell select:not(.select2-hidden-accessible),
  body.vexus-admin.vexus-cpanel-shell textarea {
    font-size: 16px;
    min-height: 48px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper .datatables-header,
  body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper .datatables-footer,
  body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper > .row:first-child,
  body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper > .row:last-child {
    padding: 12px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .dataTables_filter,
  body.vexus-admin.vexus-cpanel-shell .dataTables_length,
  body.vexus-admin.vexus-cpanel-shell .dt-buttons,
  body.vexus-admin.vexus-cpanel-shell .DTTT_container {
    float: none !important;
    margin-bottom: 10px;
    width: 100%;
  }

  body.vexus-admin.vexus-cpanel-shell .dataTables_filter input,
  body.vexus-admin.vexus-cpanel-shell .dataTables_length select {
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar .form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar select,
  body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter select {
    font-size: 14px;
    height: 36px !important;
    min-height: 36px !important;
  }
}

/* Final table rescue: DataTables stay readable and never crush controls. */
body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper {
  background: #ffffff !important;
  border: 1px solid #dbe5f2 !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08) !important;
  overflow: visible !important;
  padding: 0 !important;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper > .row,
body.vexus-admin.vexus-cpanel-shell .vexus-dt-toolbar,
body.vexus-admin.vexus-cpanel-shell .vexus-dt-footer {
  align-items: center;
  background: #fbfdff;
  border-color: #e3ebf6;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 14px 16px !important;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper > .row:first-child,
body.vexus-admin.vexus-cpanel-shell .vexus-dt-toolbar {
  border-bottom: 1px solid #e3ebf6;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper > .row:last-child,
body.vexus-admin.vexus-cpanel-shell .vexus-dt-footer {
  border-top: 1px solid #e3ebf6;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper > .row > [class*="col-"] {
  flex: 1 1 240px;
  float: none !important;
  min-width: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: auto !important;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper > .row > [class*="col-"]:first-child,
body.vexus-admin.vexus-cpanel-shell .vexus-dt-length,
body.vexus-admin.vexus-cpanel-shell .vexus-dt-info {
  flex: 0 1 auto;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_length,
body.vexus-admin.vexus-cpanel-shell .dataTables_filter,
body.vexus-admin.vexus-cpanel-shell .vexus-dt-length,
body.vexus-admin.vexus-cpanel-shell .vexus-dt-search {
  margin: 0 !important;
  min-width: 0;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_length label,
body.vexus-admin.vexus-cpanel-shell .dataTables_filter label {
  align-items: center;
  color: #40516a !important;
  display: flex;
  flex-wrap: nowrap;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  line-height: 1;
  margin: 0 !important;
  white-space: nowrap;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_length select,
body.vexus-admin.vexus-cpanel-shell .dataTables_length .form-control {
  min-width: 86px !important;
  width: 86px !important;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_length .select2-container {
  min-width: 86px !important;
  width: 86px !important;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_length .select2-container--bootstrap .select2-selection,
body.vexus-admin.vexus-cpanel-shell .dataTables_length .select2-container--default .select2-selection--single {
  height: 42px !important;
  min-height: 42px !important;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_length .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
body.vexus-admin.vexus-cpanel-shell .dataTables_length .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
  overflow: visible !important;
  padding-right: 18px;
  text-overflow: clip !important;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_filter {
  display: flex;
  justify-content: flex-end;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_filter label {
  justify-content: flex-end;
  width: 100%;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_filter input {
  border-color: #bfd0e7 !important;
  max-width: 100%;
  min-height: 42px !important;
  min-width: 220px;
  width: min(360px, 100%) !important;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_info {
  color: #41516a;
  font-size: 12px;
  font-weight: 750;
  padding: 0 !important;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_paginate {
  margin: 0 !important;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper .pagination {
  display: flex;
  gap: 7px;
  justify-content: flex-end;
  margin: 0 !important;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper .pagination > li > a,
body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper .pagination > li > span {
  align-items: center;
  border: 1px solid #d4e0ef !important;
  border-radius: 8px !important;
  color: #1554d1;
  display: inline-flex;
  font-weight: 850;
  height: 34px;
  justify-content: center;
  min-width: 34px;
  padding: 0 10px;
}

body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper .pagination > .active > a,
body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper .pagination > .active > span {
  background: #eaf2ff !important;
  border-color: #c8d9f4 !important;
  color: #1554d1 !important;
}

body.vexus-admin.vexus-cpanel-shell .panel-body.table-responsive,
body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper .table-responsive,
body.vexus-admin.vexus-cpanel-shell .vexus-dt-scroll,
body.vexus-admin.vexus-cpanel-shell .vexus-polished-table-wrap {
  background: #ffffff !important;
  border-radius: 8px !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  -webkit-overflow-scrolling: touch;
}

body.vexus-admin.vexus-cpanel-shell .vexus-dt-scroll {
  border-radius: 0 !important;
}

body.vexus-admin.vexus-cpanel-shell table.table,
body.vexus-admin.vexus-cpanel-shell table.dataTable {
  table-layout: auto !important;
  width: 100% !important;
}

body.vexus-admin.vexus-cpanel-shell table.dataTable {
  border-left: 0 !important;
  border-right: 0 !important;
}

body.vexus-admin.vexus-cpanel-shell table.table > thead > tr > th,
body.vexus-admin.vexus-cpanel-shell table.table > tbody > tr > td,
body.vexus-admin.vexus-cpanel-shell table.table > tbody > tr > th {
  overflow-wrap: anywhere;
}

body.vexus-admin.vexus-cpanel-shell table.table > thead > tr > th {
  white-space: nowrap;
}

body.vexus-admin.vexus-cpanel-shell table.table > tbody > tr > td {
  max-width: 260px;
}

body.vexus-admin.vexus-cpanel-shell table.table > tbody > tr > td .label,
body.vexus-admin.vexus-cpanel-shell table.table > tbody > tr > td .badge,
body.vexus-admin.vexus-cpanel-shell table.table > tbody > tr > td .btn {
  white-space: nowrap;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-client-panel .panel-body ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-client-panel .panel-body li {
  background: #f8fbff;
  border: 1px solid #e1eaf6;
  border-radius: 8px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 10px 12px;
}

/* Keep the client-ledger summary compact by removing stacked vertical padding. */
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .page-header {
  align-items: center !important;
  box-sizing: border-box !important;
  display: flex !important;
  height: 54px !important;
  min-height: 54px !important;
  margin-bottom: 10px !important;
  padding: 7px 14px !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .page-header .page-title-icon {
  align-items: center !important;
  display: inline-flex !important;
  height: 32px !important;
  justify-content: center !important;
  margin-right: 10px !important;
  min-height: 32px !important;
  width: 32px !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .page-header h2 {
  align-self: center !important;
  border-bottom: 0 !important;
  box-sizing: border-box !important;
  display: block !important;
  float: none !important;
  font-size: 22px !important;
  height: auto !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-back {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cddbf0;
  border-radius: 8px;
  color: #1554d1;
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  gap: 6px;
  height: 34px;
  justify-content: center;
  margin-left: 0;
  margin-right: 10px;
  padding: 0 12px;
  text-decoration: none;
  white-space: nowrap;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-back:hover,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-back:focus {
  background: #eaf2ff;
  border-color: #9ebcec;
  color: #0f46b5;
  text-decoration: none;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-ledger-add-deposit {
  background: #16a34a !important;
  border-color: #16a34a !important;
  color: #ffffff !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-ledger-add-deposit:hover,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-ledger-add-deposit:focus {
  background: #15803d !important;
  border-color: #15803d !important;
  color: #ffffff !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-parent-transaction-link {
  color: #1554d1;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-parent-transaction-link:hover,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-parent-transaction-link:focus {
  color: #0d3f9f;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-ledger-add-bill {
  background: #2563eb !important;
  border-color: #2563eb !important;
  color: #ffffff !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-ledger-add-bill:hover,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-ledger-add-bill:focus {
  background: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
  color: #ffffff !important;
}

@media (max-width: 575px) {
  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .page-header {
    height: 48px !important;
    min-height: 48px !important;
    padding: 6px 8px !important;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .page-header .page-title-icon {
    height: 30px !important;
    margin-right: 8px !important;
    min-height: 30px !important;
    width: 30px !important;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .page-header h2 {
    font-size: 18px !important;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-back {
    font-size: 12px;
    height: 30px;
    padding: 0 9px;
  }
}

body.vexus-admin.vexus-cpanel-shell .vexus-client-ledger-page {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-client-ledger-summary {
  margin-bottom: 10px !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-client-ledger-summary > .panel-body {
  padding: 12px !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-client-ledger-profile {
  padding-bottom: 12px !important;
  padding-top: 12px !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-client-ledger-profile h5,
body.vexus-admin.vexus-cpanel-shell .vexus-client-ledger-profile h6,
body.vexus-admin.vexus-cpanel-shell .vexus-client-ledger-profile ul {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-client-ledger-profile ul li {
  padding-bottom: 4px !important;
  padding-top: 4px !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-grid > [class*="col-"] {
  float: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: auto !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-settlement-ledger > .panel-heading {
  border-bottom: 1px solid #e3ebf6;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 16px 18px 20px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card {
  min-width: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card > .panel {
  height: 100%;
  margin: 0 !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .panel-heading {
  background: #f7faff !important;
  border-bottom: 1px solid #dfe8f5 !important;
  color: #0f172a !important;
  font-size: 13px;
  font-weight: 900;
  padding: 15px 17px !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .panel-body {
  padding: 18px !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_wrapper {
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08) !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card table.table {
  min-width: 720px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card table.table > tbody > tr > td {
  white-space: nowrap;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card table.table > tbody > tr > td:nth-child(7),
body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card table.table > tbody > tr > td:last-child {
  white-space: normal;
}

@media (max-width: 1280px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper > .row,
  body.vexus-admin.vexus-cpanel-shell .vexus-dt-toolbar,
  body.vexus-admin.vexus-cpanel-shell .vexus-dt-footer {
    align-items: stretch;
    padding: 12px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper > .row > [class*="col-"],
  body.vexus-admin.vexus-cpanel-shell .vexus-dt-length,
  body.vexus-admin.vexus-cpanel-shell .vexus-dt-search,
  body.vexus-admin.vexus-cpanel-shell .vexus-dt-info,
  body.vexus-admin.vexus-cpanel-shell .vexus-dt-paging {
    flex: 1 1 100%;
    width: 100%;
  }

  body.vexus-admin.vexus-cpanel-shell .dataTables_length label,
  body.vexus-admin.vexus-cpanel-shell .dataTables_filter label {
    justify-content: space-between;
    width: 100%;
  }

  body.vexus-admin.vexus-cpanel-shell .dataTables_filter input {
    min-width: 0;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .dataTables_wrapper .pagination {
    justify-content: flex-start;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-grid {
    gap: 14px;
    padding: 12px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .panel-body {
    padding: 12px !important;
  }
}

/* Symmetry lock for settlement ledger filters. */
body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-panel .panel-body {
  padding: 22px 24px 28px !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-panel .panel-title,
body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell,
body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .control-label,
body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .form-control,
body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .btn,
body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .select2-container--default .select2-selection--single .select2-selection__rendered,
body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .select2-container .select2-choice {
  text-align: center !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-panel .panel-heading {
  text-align: center;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-grid::before,
body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-grid::after {
  content: none !important;
  display: none !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell {
  display: block !important;
  float: none !important;
  margin: 0 !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .form-group {
  display: grid;
  gap: 7px;
  grid-template-rows: 14px 46px;
  height: 67px;
  margin: 0 !important;
  min-width: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .error,
body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .help-block {
  display: none !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .control-label {
  color: #1554d1 !important;
  display: block;
  font-size: 11px;
  font-weight: 900;
  height: 14px;
  line-height: 14px;
  margin: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .form-control,
body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .select2-container,
body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .btn {
  height: 46px !important;
  min-height: 46px !important;
  width: 100% !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin: 0 !important;
  padding: 0 14px !important;
  white-space: nowrap;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .select2-container--bootstrap .select2-selection,
body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .select2-container--default .select2-selection--single,
body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .select2-container .select2-choice {
  height: 46px !important;
  min-height: 46px !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px !important;
}

@media (max-width: 1280px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 840px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-panel .panel-body {
    padding: 16px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Mobile accounting transaction panels: keep the whole card visible and touch-friendly. */
body.vexus-admin.vexus-cpanel-shell .vexus-mobile-accounting-page {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100%;
  min-width: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-mobile-accounting-page > [class*="col-"] {
  min-width: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-panel .panel-body {
  padding: 20px 22px 24px !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-grid {
  align-items: end;
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: minmax(220px, 1.2fr) repeat(2, minmax(190px, 1fr)) minmax(150px, 0.8fr);
  margin: 0 !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-grid::before,
body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-grid::after {
  content: none !important;
  display: none !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell {
  float: none !important;
  margin: 0 !important;
  max-width: none !important;
  min-width: 0;
  padding: 0 !important;
  width: auto !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .form-group {
  margin: 0 !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .control-label {
  color: #22314a !important;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin: 0 0 7px !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .input-group,
body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .select2-container,
body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .form-control,
body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .btn {
  max-width: 100% !important;
  min-width: 0 !important;
  width: 100% !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .input-group {
  border-radius: 8px;
  display: flex;
}

body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .input-group-addon {
  align-items: center;
  border-color: #c8d6e8 !important;
  border-radius: 8px 0 0 8px !important;
  color: #34445c;
  display: inline-flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
  padding: 0 !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .input-group .form-control {
  flex: 1 1 auto;
}

body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .input-group-addon + .form-control {
  border-radius: 0 8px 8px 0 !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .btn {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 7px;
  justify-content: center;
  min-height: 48px !important;
  padding: 0 14px !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-mobile-table-panel .panel-body.table-responsive {
  padding: 14px !important;
}

@media (max-width: 1199px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  html.fixed body.vexus-admin.vexus-cpanel-shell section.content-body,
  html.fixed body.vexus-admin.vexus-cpanel-shell .content-body,
  body.vexus-admin.vexus-cpanel-shell section.content-body,
  body.vexus-admin.vexus-cpanel-shell .content-body {
    box-sizing: border-box !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-accounting-page > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-panel,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-table-panel {
    border-radius: 8px !important;
    margin: 0 0 18px !important;
    overflow: hidden;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-panel .panel-heading,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-table-panel .panel-heading {
    padding: 16px 18px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-panel .panel-title,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-table-panel .panel-title {
    font-size: 18px;
    line-height: 1.25;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-panel .panel-body {
    padding: 18px 20px 22px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-grid {
    gap: 18px !important;
    grid-template-columns: 1fr !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .control-label {
    font-size: 13px;
    margin-bottom: 8px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .select2-container--bootstrap .select2-selection,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .select2-container--default .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .select2-container .select2-choice,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .btn {
    font-size: 14px;
    font-weight: 650;
    min-height: 48px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    font-weight: 650;
    line-height: 46px !important;
    overflow: hidden;
    padding-right: 28px;
    text-overflow: ellipsis;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-table-panel .panel-body.table-responsive {
    padding: 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-table-panel .dataTables_wrapper {
    border-radius: 8px !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-table-panel .dataTables_wrapper > .row {
    gap: 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-table-panel table.table,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-table-panel table.dataTable {
    font-size: 12px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-table-panel table.table > thead > tr > th,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-table-panel table.dataTable > thead > tr > th {
    font-size: 11px !important;
    font-weight: 700 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-table-panel table.table > tbody > tr > td,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-table-panel table.dataTable > tbody > tr > td {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.35;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-table-panel .dataTables_length label,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-table-panel .dataTables_filter label {
    align-items: stretch;
    flex-direction: column;
    font-size: 11px !important;
    font-weight: 650 !important;
    gap: 7px;
    white-space: normal;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-table-panel .dataTables_length select,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-table-panel .dataTables_length .form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-table-panel .dataTables_length .select2-container {
    min-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 420px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-panel .panel-body {
    padding: 16px 18px 20px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .input-group-addon {
    flex-basis: 46px;
    height: 48px;
  }
}

/* Final mobile topbar polish: clean brand, search, and actions without overlap. */
@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .header.vexus-cp-topbar,
  html.fixed body.vexus-admin.vexus-cpanel-shell .header.vexus-cp-topbar {
    background: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1px solid #dbe5f2 !important;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.11) !important;
    box-sizing: border-box !important;
    display: grid !important;
    gap: 10px !important;
    grid-template-areas:
      "mobile"
      "tools" !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 48px 44px !important;
    height: 130px !important;
    left: 0 !important;
    min-height: 130px !important;
    padding: 12px 16px 14px !important;
    right: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-admin-branch-filter .header.vexus-cp-topbar,
  html.fixed body.vexus-admin.vexus-cpanel-shell.vexus-admin-branch-filter .header.vexus-cp-topbar {
    grid-template-areas:
      "mobile"
      "tools"
      "tools" !important;
    grid-template-rows: 48px 40px 44px !important;
    height: 180px !important;
    min-height: 180px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .header.vexus-cp-topbar .vexus-cp-mobile-head,
  html.fixed body.vexus-admin.vexus-cpanel-shell .header.vexus-cp-topbar .logo-env.vexus-cp-mobile-head {
    align-items: center !important;
    display: grid !important;
    gap: 12px !important;
    grid-area: mobile !important;
    grid-template-columns: minmax(0, 1fr) 44px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    position: static !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-mobile-logo {
    align-items: center !important;
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    min-width: 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-mobile-logo img {
    background: #ffffff;
    border-radius: 10px;
    height: 42px !important;
    padding: 3px;
    width: 42px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-mobile-logo span {
    min-width: 0;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-mobile-logo strong {
    color: #07142c !important;
    display: block;
    font-size: 16px !important;
    font-weight: 850 !important;
    line-height: 1.1 !important;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-mobile-logo small {
    color: #52637a !important;
    display: block;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 1.2 !important;
    margin-top: 2px;
  }

  body.vexus-admin.vexus-cpanel-shell .toggle-sidebar-left {
    align-items: center !important;
    background: #ffffff !important;
    border: 1px solid #d4dfed !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12) !important;
    color: #07142c !important;
    display: inline-flex !important;
    font-size: 16px;
    height: 44px !important;
    justify-content: center !important;
    justify-self: end;
    min-width: 44px !important;
    width: 44px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main,
  body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main.has-branch-filter,
  html.fixed body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main,
  html.fixed body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main.has-branch-filter {
    align-items: center !important;
    display: grid !important;
    gap: 10px !important;
    grid-area: tools !important;
    grid-template-areas: "search actions" !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: 44px !important;
    height: 44px !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main.has-branch-filter,
  html.fixed body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main.has-branch-filter {
    grid-template-areas:
      "branch branch"
      "search actions" !important;
    grid-template-rows: 40px 44px !important;
    height: 94px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-topbar-main.has-branch-filter .vexus-cp-branch-filter {
    grid-area: branch !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-search {
    grid-area: search !important;
    height: 44px !important;
    justify-self: stretch !important;
    max-width: none !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-search input {
    background: #ffffff !important;
    border: 1px solid #1e2d61 !important;
    border-radius: 7px !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06) !important;
    color: #07142c !important;
    font-size: 14px !important;
    font-weight: 650;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 40px 0 12px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-search input::placeholder {
    color: #8391a8;
    font-weight: 650;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-search button {
    color: #07142c !important;
    height: 40px !important;
    right: 0 !important;
    top: 0 !important;
    width: 40px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-actions {
    align-items: center !important;
    display: inline-flex !important;
    gap: 8px !important;
    grid-area: actions !important;
    justify-content: flex-end !important;
    min-width: 84px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-actions .vexus-cp-icon:first-child {
    display: none !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-icon,
  body.vexus-admin.vexus-cpanel-shell .vexus-cp-userbox > a {
    background: #ffffff !important;
    border: 1px solid #d4dfed !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.09) !important;
    color: #07142c !important;
    height: 40px !important;
    min-width: 40px !important;
    width: 40px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-userbox {
    margin-top: 6px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-userbox img {
    border-radius: 8px !important;
    height: 34px !important;
    object-fit: cover;
    width: 34px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: minmax(0, 1fr) 38px !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter label {
    display: none !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter select,
  body.vexus-admin.vexus-cpanel-shell .vexus-cp-branch-filter button {
    height: 38px !important;
    min-height: 38px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .content-body,
  html.fixed body.vexus-admin.vexus-cpanel-shell .content-body,
  body.vexus-admin.vexus-cpanel-shell section.content-body,
  html.fixed body.vexus-admin.vexus-cpanel-shell section.content-body {
    padding-top: 150px !important;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-admin-branch-filter .content-body,
  html.fixed body.vexus-admin.vexus-cpanel-shell.vexus-admin-branch-filter .content-body,
  body.vexus-admin.vexus-cpanel-shell.vexus-admin-branch-filter section.content-body,
  html.fixed body.vexus-admin.vexus-cpanel-shell.vexus-admin-branch-filter section.content-body {
    padding-top: 202px !important;
  }
}

/* Renewal mobile polish: lighter fetched data and compact, readable panels. */
body.vexus-admin.vexus-cpanel-shell .vexus-mobile-renewal-shell {
  max-width: 100%;
  min-width: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-renewal-legend {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  line-height: 1.4;
  margin: 14px 0 0 !important;
  padding: 11px 13px !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-renewal-legend strong {
  color: #22314a;
  font-size: 12px;
  font-weight: 650;
  margin-right: 2px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-renewal-legend-item {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  min-height: 24px;
  padding: 3px 9px;
}

body.vexus-admin.vexus-cpanel-shell .vexus-renewal-legend-danger {
  background: #fff1f1;
  border-color: #ffc9c9;
  color: #b91c1c;
}

body.vexus-admin.vexus-cpanel-shell .vexus-renewal-legend-warning {
  background: #fff8df;
  border-color: #f5df91;
  color: #8a5a00;
}

body.vexus-admin.vexus-cpanel-shell .vexus-renewal-legend-success {
  background: #ecfdf3;
  border-color: #b8ebcb;
  color: #166534;
}

body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.table > tbody > tr > td,
body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.dataTable > tbody > tr > td {
  font-weight: 400 !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .btn {
  font-weight: 500 !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.dataTable tbody > tr.selected,
body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.dataTable tbody > tr > .selected,
body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.table tbody > tr.selected {
  background: #f2f8ff !important;
  color: #10233f !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.dataTable tbody > tr.selected > td,
body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.dataTable tbody > tr.selected > th,
body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.dataTable tbody > tr > td.selected,
body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.dataTable tbody > tr > th.selected,
body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.table tbody > tr.selected > td,
body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.table tbody > tr.selected > th {
  background: #f2f8ff !important;
  border-color: #d8e6f7 !important;
  box-shadow: inset 0 1px 0 #ffffff, inset 0 -1px 0 #d8e6f7;
  color: #10233f !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.dataTable tbody > tr.selected > td:first-child,
body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.table tbody > tr.selected > td:first-child {
  border-left: 3px solid #2f80ed !important;
  box-shadow: inset 0 1px 0 #ffffff, inset 0 -1px 0 #d8e6f7, inset 8px 0 0 rgba(47, 128, 237, 0.08);
}

body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.dataTable tbody > tr.selected a,
body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.table tbody > tr.selected a,
body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.dataTable tbody > tr > td.selected a {
  color: #1558d6 !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.dataTable tbody > tr.selected:hover,
body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.dataTable tbody > tr.selected:hover > td,
body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.table tbody > tr.selected:hover,
body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.table tbody > tr.selected:hover > td {
  background: #edf6ff !important;
}

@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-renewal-shell {
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-renewal-shell .tabs-custom > .tab-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-filter-panel .panel-title {
    font-size: 17px !important;
    font-weight: 650 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-filter-panel .vexus-mobile-filter-cell .control-label {
    font-size: 12px !important;
    font-weight: 650 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-filter-panel .form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-filter-panel .select2-container--bootstrap .select2-selection,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-filter-panel .select2-container--default .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-filter-panel .select2-container .select2-choice {
    font-size: 13px !important;
    font-weight: 500 !important;
    min-height: 46px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-filter-panel .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-filter-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 44px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-filter-panel .btn {
    font-size: 13px !important;
    font-weight: 600 !important;
    min-height: 46px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-legend {
    align-items: flex-start;
    border-radius: 8px !important;
    gap: 6px;
    padding: 10px 11px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-legend strong {
    flex: 0 0 100%;
    font-size: 11.5px;
    font-weight: 600;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-legend-item {
    font-size: 10.5px;
    font-weight: 500;
    min-height: 22px;
    padding: 3px 7px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel {
    background: #ffffff;
    border: 1px solid #dbe5f2;
    border-radius: 8px !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    margin: 0 0 18px !important;
    overflow: hidden;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .export_title {
    background: #f8fbff;
    border-bottom: 1px solid #dbe5f2;
    color: #18263d;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 12px 13px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .table-responsive {
    margin: 0 !important;
    overflow-x: auto;
    padding: 9px !important;
    width: 100%;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_wrapper {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.table,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.dataTable {
    font-size: 11px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.table > thead > tr > th,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.dataTable > thead > tr > th {
    font-size: 10.5px !important;
    font-weight: 600 !important;
    line-height: 1.25;
    padding: 7px 8px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.table > tbody > tr > td,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.dataTable > tbody > tr > td {
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.35;
    padding: 7px 8px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.table > tbody > tr > td a,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.dataTable > tbody > tr > td a {
    font-weight: 500 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .label {
    font-size: 10.5px !important;
    font-weight: 500 !important;
    line-height: 1.2;
    padding: 3px 6px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .btn {
    border-radius: 7px !important;
    font-size: 10.5px !important;
    font-weight: 500 !important;
    line-height: 1.2;
    min-height: 28px;
    padding: 4px 7px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .btn.icon,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .btn.btn-circle.icon {
    align-items: center;
    display: inline-flex;
    height: 28px !important;
    justify-content: center;
    min-height: 28px !important;
    padding: 0 !important;
    width: 28px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length label,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_filter label,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_info {
    font-size: 11px !important;
    font-weight: 500 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_filter input,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length select {
    font-size: 12px !important;
    font-weight: 500 !important;
    min-height: 36px !important;
  }
}

@media (max-width: 420px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .table-responsive {
    padding: 7px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.table,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.dataTable {
    font-size: 10.5px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.table > tbody > tr > td,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel table.dataTable > tbody > tr > td {
    font-size: 10.5px !important;
    padding: 6px 7px !important;
  }
}

/* Voucher deposit mobile layout: make filter panels and form fields use the full width. */
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-shell {
  max-width: 100%;
  min-width: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-grid {
  grid-template-columns:
    minmax(220px, 1.35fr)
    minmax(150px, 0.8fr)
    minmax(170px, 1fr)
    repeat(2, minmax(175px, 1fr))
    minmax(145px, 0.8fr);
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-grid.vexus-has-panel-branch-filter {
  grid-template-columns:
    minmax(150px, 0.95fr)
    minmax(130px, 0.8fr)
    minmax(170px, 1.15fr)
    minmax(145px, 0.9fr)
    repeat(2, minmax(150px, 1fr))
    minmax(125px, 0.75fr);
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-grid {
  grid-template-columns:
    minmax(220px, 1.35fr)
    minmax(150px, 0.8fr)
    repeat(2, minmax(150px, 1fr))
    minmax(125px, 0.75fr);
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-grid.vexus-has-panel-branch-filter {
  grid-template-columns:
    minmax(150px, 0.95fr)
    minmax(150px, 1fr)
    minmax(190px, 1.2fr)
    repeat(2, minmax(150px, 1fr))
    minmax(125px, 0.75fr);
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-panel .input-group .select2-container,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-panel .input-group .select2-choice,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-panel .input-group .select2-selection,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-panel .input-group .form-control {
  flex: 1 1 auto;
  width: 100% !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel {
  max-width: 100%;
  min-width: 0;
}

@media (max-width: 1199px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-grid,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-grid.vexus-has-panel-branch-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-shell {
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-tabs > .nav-tabs {
    border-bottom: 0 !important;
    display: grid !important;
    gap: 8px;
    grid-template-columns: 1fr;
    margin: 0 0 12px !important;
    padding: 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-tabs > .nav-tabs > li,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-tabs > .nav-tabs > li > a {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-tabs > .nav-tabs > li > a {
    align-items: center;
    border: 1px solid #d4dfed !important;
    border-radius: 8px !important;
    display: inline-flex;
    font-size: 13px !important;
    font-weight: 600 !important;
    gap: 8px;
    min-height: 42px;
    padding: 10px 12px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-tabs > .tab-content {
    padding: 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-panel {
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-panel .panel-body {
    padding: 17px 18px 20px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-grid {
    gap: 16px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-panel .input-group,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-panel .select2-container,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-panel .form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-panel .btn {
    box-sizing: border-box !important;
    max-width: none !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-panel .select2-container--bootstrap .select2-selection,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-panel .select2-container--default .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-panel .select2-container .select2-choice,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-panel .form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-panel .btn {
    font-size: 13px !important;
    font-weight: 500 !important;
    min-height: 46px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-panel .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-filter-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 44px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel {
    background: #ffffff;
    border: 1px solid #dbe5f2;
    border-radius: 8px !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    margin: 0 0 18px !important;
    overflow-x: auto;
    padding: 8px !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .export_title {
    background: #f8fbff;
    border-bottom: 1px solid #dbe5f2;
    color: #18263d;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin: -8px -8px 8px !important;
    padding: 12px 13px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.table,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.dataTable {
    font-size: 11px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.table > thead > tr > th,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.dataTable > thead > tr > th {
    font-size: 10.5px !important;
    font-weight: 600 !important;
    padding: 7px 8px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.table > tbody > tr > td,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.dataTable > tbody > tr > td {
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.35;
    padding: 7px 8px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .btn.icon,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .btn.btn-circle.icon {
    align-items: center;
    display: inline-flex;
    height: 28px !important;
    justify-content: center;
    min-height: 28px !important;
    padding: 0 !important;
    width: 28px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-create .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 14px 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-create .form-group > label,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-create .form-group > [class*="col-"] {
    float: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-create .form-group > label {
    color: #22314a;
    font-size: 12px;
    font-weight: 650;
    margin-bottom: 7px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-create .form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-create .select2-container,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-create .dropify-wrapper {
    max-width: none !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-create .panel-footer {
    padding: 14px 0 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-create .panel-footer .row,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-create .panel-footer [class*="col-"] {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
}

/* Mobile select alignment: keep dropdown text vertically centered like date inputs. */
@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-panel .select2-container .select2-choice,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .select2-container .select2-choice,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .select2-container .select2-choice,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-create .select2-container .select2-choice,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .select2-container .select2-choice,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-panel .select2-container--bootstrap .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-panel .select2-container--default .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .select2-container--bootstrap .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .select2-container--default .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .select2-container--bootstrap .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .select2-container--default .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-create .select2-container--bootstrap .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-create .select2-container--default .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .select2-container--bootstrap .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .select2-container--default .select2-selection--single {
    align-items: center !important;
    box-sizing: border-box !important;
    display: flex !important;
    min-height: 46px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-panel .select2-container .select2-choice > .select2-chosen,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .select2-container .select2-choice > .select2-chosen,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .select2-container .select2-choice > .select2-chosen,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-create .select2-container .select2-choice > .select2-chosen,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .select2-container .select2-choice > .select2-chosen,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-panel .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-panel .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-create .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-create .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .select2-container--default .select2-selection--single .select2-selection__rendered {
    align-items: center !important;
    display: flex !important;
    flex: 1 1 auto;
    height: 100% !important;
    line-height: 1.2 !important;
    min-height: 44px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-panel .select2-container .select2-choice .select2-arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .select2-container .select2-choice .select2-arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .select2-container .select2-choice .select2-arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-create .select2-container .select2-choice .select2-arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .select2-container .select2-choice .select2-arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-panel .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-panel .select2-container--default .select2-selection--single .select2-selection__arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-filter-cell .select2-container--default .select2-selection--single .select2-selection__arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-filter-cell .select2-container--default .select2-selection--single .select2-selection__arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-create .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-create .select2-container--default .select2-selection--single .select2-selection__arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .select2-container--default .select2-selection--single .select2-selection__arrow {
    align-items: center !important;
    display: flex !important;
    height: 100% !important;
    justify-content: center !important;
    top: 0 !important;
  }
}

/* Mobile table dropdown alignment: center rows-per-page text like date fields. */
@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .dataTables_length select,
  body.vexus-admin.vexus-cpanel-shell .dataTables_length .form-control {
    align-items: center !important;
    box-sizing: border-box !important;
    display: flex !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    height: 46px !important;
    line-height: 46px !important;
    min-height: 46px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .dataTables_length .select2-container .select2-choice,
  body.vexus-admin.vexus-cpanel-shell .dataTables_length .select2-container--bootstrap .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .dataTables_length .select2-container--default .select2-selection--single {
    align-items: center !important;
    box-sizing: border-box !important;
    display: flex !important;
    height: 46px !important;
    line-height: 1.2 !important;
    min-height: 46px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .dataTables_length .select2-container .select2-choice > .select2-chosen,
  body.vexus-admin.vexus-cpanel-shell .dataTables_length .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .dataTables_length .select2-container--default .select2-selection--single .select2-selection__rendered {
    align-items: center !important;
    display: flex !important;
    flex: 1 1 auto;
    font-size: 13px !important;
    font-weight: 500 !important;
    height: 100% !important;
    line-height: 1.2 !important;
    min-height: 44px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .dataTables_length .select2-container .select2-choice .select2-arrow,
  body.vexus-admin.vexus-cpanel-shell .dataTables_length .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
  body.vexus-admin.vexus-cpanel-shell .dataTables_length .select2-container--default .select2-selection--single .select2-selection__arrow {
    align-items: center !important;
    display: flex !important;
    height: 100% !important;
    justify-content: center !important;
    top: 0 !important;
  }
}

/* Voucher deposit status cells must stay visible when a row is selected. */
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .vexus-deposit-approve-cell.is-pending {
  background: #edf89b !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .vexus-deposit-approve-cell.is-approved {
  background: #9bf8b2 !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .vexus-deposit-settle-cell.is-settled {
  background: #f87ffa !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.dataTable tbody > tr.selected,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.table tbody > tr.selected {
  background: #f2f8ff !important;
  color: #10233f !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.dataTable tbody > tr.selected > td,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.dataTable tbody > tr.selected > th,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.table tbody > tr.selected > td,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.table tbody > tr.selected > th {
  border-color: #d8e6f7 !important;
  color: #10233f !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.dataTable tbody > tr.selected > .vexus-deposit-approve-cell.is-pending,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.table tbody > tr.selected > .vexus-deposit-approve-cell.is-pending {
  background: #edf89b !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.dataTable tbody > tr.selected > .vexus-deposit-approve-cell.is-approved,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.table tbody > tr.selected > .vexus-deposit-approve-cell.is-approved {
  background: #9bf8b2 !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.dataTable tbody > tr.selected > .vexus-deposit-settle-cell.is-settled,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.table tbody > tr.selected > .vexus-deposit-settle-cell.is-settled {
  background: #f87ffa !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.dataTable tbody > tr.selected > td:first-child,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel table.table tbody > tr.selected > td:first-child {
  border-left: 3px solid #2f80ed !important;
}

/* Voucher expense mobile layout: mirror deposit vouchers with an expense-specific hook. */
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-shell {
  max-width: 100%;
  min-width: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-grid {
  grid-template-columns:
    minmax(220px, 1.35fr)
    minmax(150px, 0.8fr)
    repeat(2, minmax(175px, 1fr))
    minmax(145px, 0.8fr);
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-panel .input-group .select2-container,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-panel .input-group .select2-choice,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-panel .input-group .select2-selection,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-panel .input-group .form-control {
  flex: 1 1 auto;
  width: 100% !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel {
  max-width: 100%;
  min-width: 0;
}

@media (max-width: 1199px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-shell {
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-page,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-tabs,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-tabs > .tab-content,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-tabs .tab-pane {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-tabs > .nav-tabs {
    border-bottom: 0 !important;
    display: grid !important;
    gap: 8px;
    grid-template-columns: 1fr;
    margin: 0 0 12px !important;
    padding: 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-tabs > .nav-tabs > li,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-tabs > .nav-tabs > li > a {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-tabs > .nav-tabs > li > a {
    align-items: center;
    border: 1px solid #d4dfed !important;
    border-radius: 8px !important;
    display: inline-flex;
    font-size: 13px !important;
    font-weight: 600 !important;
    gap: 8px;
    min-height: 42px;
    padding: 10px 12px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-tabs > .tab-content {
    padding: 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-panel {
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-panel .panel-body {
    padding: 17px 18px 20px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-grid {
    gap: 16px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-panel .input-group,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-panel .select2-container,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-panel .form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-panel .btn {
    box-sizing: border-box !important;
    max-width: none !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-panel .select2-container--bootstrap .select2-selection,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-panel .select2-container--default .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-panel .select2-container .select2-choice,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-panel .form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-panel .btn,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .select2-container--bootstrap .select2-selection,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .select2-container--default .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .select2-container .select2-choice {
    font-size: 13px !important;
    font-weight: 500 !important;
    min-height: 46px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-panel .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-filter-panel .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 44px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel.vexus-polished-table-wrap {
    background: #ffffff;
    border: 1px solid #dbe5f2;
    border-radius: 8px !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    box-sizing: border-box !important;
    margin: 0 0 18px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 10px !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .export_title {
    background: #f8fbff;
    border-bottom: 1px solid #dbe5f2;
    color: #18263d;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin: -10px -10px 10px !important;
    padding: 12px 13px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_wrapper {
    border: 0 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_length,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dt-buttons,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .DTTT_container,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_filter,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_info,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_paginate,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_wrapper > .row {
    box-sizing: border-box !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_length {
    padding: 0 0 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_length label {
    align-items: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    font-size: 11px !important;
    font-weight: 650 !important;
    gap: 7px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_length select,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_length .form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_length .select2-container,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_length .select2-container .select2-choice,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_length .select2-container--bootstrap .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_length .select2-container--default .select2-selection--single {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dt-buttons,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .DTTT_container {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    margin: 0 0 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dt-buttons .btn,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dt-buttons .dt-button,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .DTTT_container .btn {
    align-items: center !important;
    display: inline-flex !important;
    height: 40px !important;
    justify-content: center !important;
    margin: 0 !important;
    min-height: 40px !important;
    min-width: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_filter {
    margin: 0 0 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_filter label {
    display: block !important;
    font-size: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_filter input {
    box-sizing: border-box !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    height: 46px !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-height: 46px !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel table.table,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel table.dataTable {
    font-size: 11px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel table.table > thead > tr > th,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel table.dataTable > thead > tr > th {
    font-size: 10.5px !important;
    font-weight: 600 !important;
    padding: 7px 8px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel table.table > tbody > tr > td,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel table.dataTable > tbody > tr > td {
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.35;
    padding: 7px 8px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .btn.icon,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .btn.btn-circle.icon {
    align-items: center;
    display: inline-flex;
    height: 28px !important;
    justify-content: center;
    min-height: 28px !important;
    padding: 0 !important;
    width: 28px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_info {
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    padding: 10px 4px 8px !important;
    text-align: center !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_paginate {
    padding: 0 0 2px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dataTables_paginate .pagination {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 14px 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .form-group > label,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .form-group > [class*="col-"] {
    float: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .form-group > label {
    color: #22314a;
    font-size: 12px;
    font-weight: 650;
    margin-bottom: 7px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .select2-container,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .dropify-wrapper {
    max-width: none !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .panel-footer {
    padding: 14px 0 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .panel-footer .row,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-create .panel-footer [class*="col-"] {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 420px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .dt-buttons,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .DTTT_container {
    gap: 7px !important;
  }
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .vexus-expense-approve-cell.is-pending {
  background: #edf89b !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel .vexus-expense-approve-cell.is-approved {
  background: #9bf8b2 !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel table.dataTable tbody > tr.selected,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel table.table tbody > tr.selected {
  background: #f2f8ff !important;
  color: #10233f !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel table.dataTable tbody > tr.selected > td,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel table.dataTable tbody > tr.selected > th,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel table.table tbody > tr.selected > td,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel table.table tbody > tr.selected > th {
  border-color: #d8e6f7 !important;
  color: #10233f !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel table.dataTable tbody > tr.selected > .vexus-expense-approve-cell.is-pending,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel table.table tbody > tr.selected > .vexus-expense-approve-cell.is-pending {
  background: #edf89b !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel table.dataTable tbody > tr.selected > .vexus-expense-approve-cell.is-approved,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel table.table tbody > tr.selected > .vexus-expense-approve-cell.is-approved {
  background: #9bf8b2 !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel table.dataTable tbody > tr.selected > td:first-child,
body.vexus-admin.vexus-cpanel-shell .vexus-voucher-expense-table-panel table.table tbody > tr.selected > td:first-child {
  border-left: 3px solid #2f80ed !important;
}

/* Clients mobile panels: align dropdown text and keep forms full width. */
body.vexus-admin.vexus-cpanel-shell .vexus-client-shell {
  max-width: 100%;
  min-width: 0;
}

body.vexus-admin.vexus-cpanel-shell .vexus-client-filter-grid {
  grid-template-columns:
    minmax(160px, 0.9fr)
    minmax(160px, 0.9fr)
    minmax(240px, 1.4fr)
    minmax(170px, 1fr)
    minmax(145px, 0.75fr);
}

body.vexus-admin.vexus-cpanel-shell .vexus-client-filter-grid.vexus-has-panel-branch-filter {
  grid-template-columns:
    minmax(160px, 0.9fr)
    minmax(145px, 0.8fr)
    minmax(145px, 0.8fr)
    minmax(240px, 1.4fr)
    minmax(170px, 1fr)
    minmax(130px, 0.75fr);
}

@media (max-width: 1199px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-client-filter-grid,
  body.vexus-admin.vexus-cpanel-shell .vexus-client-filter-grid.vexus-has-panel-branch-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-client-shell {
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-tabs > .nav-tabs {
    border-bottom: 0 !important;
    display: grid !important;
    gap: 8px;
    grid-template-columns: 1fr;
    margin: 0 0 12px !important;
    padding: 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-tabs > .nav-tabs > li,
  body.vexus-admin.vexus-cpanel-shell .vexus-client-tabs > .nav-tabs > li > a {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-tabs > .nav-tabs > li > a {
    align-items: center;
    border: 1px solid #d4dfed !important;
    border-radius: 8px !important;
    display: inline-flex;
    font-size: 13px !important;
    font-weight: 600 !important;
    gap: 8px;
    min-height: 42px;
    padding: 10px 12px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-tabs > .tab-content {
    padding: 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-filter-grid {
    gap: 16px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-filter-panel .form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-client-filter-panel .select2-container--bootstrap .select2-selection,
  body.vexus-admin.vexus-cpanel-shell .vexus-client-filter-panel .select2-container--default .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-client-filter-panel .select2-container .select2-choice,
  body.vexus-admin.vexus-cpanel-shell .vexus-client-filter-panel .btn {
    font-size: 13px !important;
    font-weight: 500 !important;
    min-height: 46px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-filter-panel .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .vexus-client-filter-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-table-panel {
    background: #ffffff;
    border: 1px solid #dbe5f2;
    border-radius: 8px !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    margin: 0 0 18px !important;
    overflow: hidden;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-table-panel .export_title {
    background: #f8fbff;
    border-bottom: 1px solid #dbe5f2;
    color: #18263d;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 12px 13px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-table-panel .table-responsive {
    margin: 0 !important;
    overflow-x: auto;
    padding: 8px !important;
    width: 100%;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-create .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 13px 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-create .form-group > label,
  body.vexus-admin.vexus-cpanel-shell .vexus-client-create .form-group > [class*="col-"] {
    float: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-create .form-group > label {
    color: #22314a;
    font-size: 12px;
    font-weight: 650;
    margin-bottom: 7px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-create select.form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-client-create .form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-client-create .select2-container,
  body.vexus-admin.vexus-cpanel-shell .vexus-client-create .dropify-wrapper {
    max-width: none !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-create select.form-control {
    font-size: 13px !important;
    font-weight: 500 !important;
    height: 46px !important;
    line-height: 46px !important;
    min-height: 46px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-create .select2-container .select2-choice,
  body.vexus-admin.vexus-cpanel-shell .vexus-client-create .select2-container--bootstrap .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-client-create .select2-container--default .select2-selection--single {
    align-items: center !important;
    display: flex !important;
    height: 46px !important;
    min-height: 46px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-create .select2-container .select2-choice > .select2-chosen,
  body.vexus-admin.vexus-cpanel-shell .vexus-client-create .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .vexus-client-create .select2-container--default .select2-selection--single .select2-selection__rendered {
    align-items: center !important;
    display: flex !important;
    flex: 1 1 auto;
    font-size: 13px !important;
    font-weight: 500 !important;
    height: 100% !important;
    line-height: 1.2 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-create .select2-container .select2-choice .select2-arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-client-create .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-client-create .select2-container--default .select2-selection--single .select2-selection__arrow {
    align-items: center !important;
    display: flex !important;
    height: 100% !important;
    justify-content: center !important;
    top: 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-create .panel-footer {
    padding: 14px 0 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-client-create .panel-footer .row,
  body.vexus-admin.vexus-cpanel-shell .vexus-client-create .panel-footer [class*="col-"] {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
}

/* New settlement mobile filters: center dropdown text and keep the table controls tidy. */
body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-filter-grid {
  grid-template-columns: repeat(4, minmax(170px, 1fr));
}

body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-filter-panel .select2-container .select2-choice,
body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-filter-panel .select2-container--bootstrap .select2-selection--single,
body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-filter-panel .select2-container--default .select2-selection--single {
  align-items: center !important;
  box-sizing: border-box !important;
  display: flex !important;
  min-height: 46px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-filter-panel .select2-container .select2-choice > .select2-chosen,
body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-filter-panel .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-filter-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
  align-items: center !important;
  display: flex !important;
  flex: 1 1 auto;
  height: 100% !important;
  line-height: 1.2 !important;
  min-height: 44px !important;
}

body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-filter-panel .select2-container .select2-choice .select2-arrow,
body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-filter-panel .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-filter-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
  align-items: center !important;
  display: flex !important;
  height: 100% !important;
  justify-content: center !important;
  top: 0 !important;
}

@media (max-width: 1199px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-filter-grid {
    gap: 16px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-filter-panel .form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-filter-panel .select2-container--bootstrap .select2-selection,
  body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-filter-panel .select2-container--default .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-filter-panel .select2-container .select2-choice,
  body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-filter-panel .btn {
    font-size: 13px !important;
    font-weight: 500 !important;
    min-height: 46px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-table-panel {
    border-radius: 8px !important;
    margin: 0 0 18px !important;
    overflow: hidden;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-table-panel .panel-body.table-responsive,
  body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-table-panel .panel-body.mb-md.table-responsive {
    padding: 8px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-table-panel .dataTables_length select,
  body.vexus-admin.vexus-cpanel-shell .vexus-new-settlement-table-panel .dataTables_length .form-control {
    height: 46px !important;
    line-height: 46px !important;
    min-height: 46px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

/* Renewal table rows-per-page dropdown: keep "10" vertically centered on mobile. */
@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length select,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length .form-control {
    box-sizing: border-box !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    height: 46px !important;
    line-height: 46px !important;
    min-height: 46px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    vertical-align: middle !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length .select2-container .select2-choice,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length .select2-container--bootstrap .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length .select2-container--default .select2-selection--single {
    align-items: center !important;
    box-sizing: border-box !important;
    display: flex !important;
    height: 46px !important;
    min-height: 46px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length .select2-container .select2-choice > .select2-chosen,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length .select2-container--default .select2-selection--single .select2-selection__rendered {
    align-items: center !important;
    display: flex !important;
    flex: 1 1 auto;
    font-size: 13px !important;
    font-weight: 500 !important;
    height: 100% !important;
    line-height: 1.2 !important;
    min-height: 44px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length .select2-container .select2-choice .select2-arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length .select2-container--default .select2-selection--single .select2-selection__arrow {
    align-items: center !important;
    display: flex !important;
    height: 100% !important;
    justify-content: center !important;
    top: 0 !important;
  }
}

/* Renewal filter dropdowns: center selected text like the Search button. */
@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-filter-panel .select2-container .select2-choice,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-filter-panel .select2-container--bootstrap .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-filter-panel .select2-container--default .select2-selection--single {
    align-items: center !important;
    display: flex !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 42px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-filter-panel .select2-container .select2-choice > .select2-chosen,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-filter-panel .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-filter-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
    align-items: center !important;
    display: flex !important;
    flex: 1 1 auto;
    font-size: 13px !important;
    font-weight: 650 !important;
    height: 100% !important;
    justify-content: center !important;
    line-height: 1.2 !important;
    min-height: 44px !important;
    padding: 0 !important;
    text-align: center !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-filter-panel .select2-container .select2-choice .select2-arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-filter-panel .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-filter-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
    align-items: center !important;
    display: flex !important;
    height: 100% !important;
    justify-content: center !important;
    right: 0 !important;
    top: 0 !important;
    width: 42px !important;
  }
}

/* Mobile hamburger drawer: show the Vexus tabs clearly inside the opened menu. */
@media (max-width: 767px) {
  html.fixed body.vexus-admin.vexus-cpanel-shell #sidebar-left.sidebar-left.vexus-cp-rail,
  body.vexus-admin.vexus-cpanel-shell #sidebar-left.sidebar-left.vexus-cp-rail {
    background: #202653 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.16) !important;
    bottom: 0 !important;
    box-shadow: 22px 0 48px rgba(15, 23, 42, 0.32) !important;
    color: #ffffff !important;
    display: block !important;
    height: 100dvh !important;
    left: 0 !important;
    margin: 0 !important;
    max-width: 360px !important;
    min-width: 0 !important;
    opacity: 1 !important;
    overflow: hidden !important;
    padding: 0 !important;
    pointer-events: none !important;
    position: fixed !important;
    right: auto !important;
    top: 0 !important;
    transform: translateX(-105%) !important;
    transition: transform 0.22s ease !important;
    visibility: visible !important;
    width: calc(100vw - 52px) !important;
    z-index: 1300 !important;
  }

  html.sidebar-left-opened body.vexus-admin.vexus-cpanel-shell #sidebar-left.sidebar-left.vexus-cp-rail,
  html.csstransforms.sidebar-left-opened body.vexus-admin.vexus-cpanel-shell #sidebar-left.sidebar-left.vexus-cp-rail,
  body.vexus-admin.vexus-cpanel-shell.vexus-sidebar-open #sidebar-left.sidebar-left.vexus-cp-rail {
    pointer-events: auto !important;
    transform: translateX(0) !important;
  }

  html.sidebar-left-opened body.vexus-admin.vexus-cpanel-shell .toggle-sidebar-left {
    position: fixed !important;
    right: 10px !important;
    top: 12px !important;
    z-index: 1325 !important;
  }

  body.vexus-admin.vexus-cpanel-shell #sidebar-left.vexus-cp-rail .nano,
  body.vexus-admin.vexus-cpanel-shell #sidebar-left.vexus-cp-rail .nano-content {
    background: transparent !important;
    box-sizing: border-box !important;
    display: block !important;
    height: 100% !important;
    left: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    opacity: 1 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 0 !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    visibility: visible !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell #sidebar-left.vexus-cp-rail .nano-content {
    padding: 18px 14px 22px !important;
  }

  body.vexus-admin.vexus-cpanel-shell #sidebar-left.vexus-cp-rail .vexus-cp-brand {
    align-items: flex-start !important;
    color: #ffffff !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    margin: 0 0 12px !important;
    min-height: 88px !important;
    opacity: 1 !important;
    padding: 16px 8px 18px !important;
    position: relative !important;
    text-decoration: none !important;
    transform: none !important;
    visibility: visible !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell #sidebar-left.vexus-cp-rail .vexus-cp-brand::after {
    background: #ffc400 !important;
    border-radius: 999px !important;
    bottom: 6px !important;
    content: "" !important;
    height: 3px !important;
    left: 8px !important;
    position: absolute !important;
    width: 96px !important;
  }

  body.vexus-admin.vexus-cpanel-shell #sidebar-left.vexus-cp-rail .vexus-cp-wordmark {
    color: #ffffff !important;
    display: block !important;
    font-size: 30px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.vexus-admin.vexus-cpanel-shell #sidebar-left.vexus-cp-rail .vexus-cp-brand small {
    color: rgba(255, 255, 255, 0.76) !important;
    display: block !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.vexus-admin.vexus-cpanel-shell #sidebar-left.vexus-cp-rail .vexus-side-nav,
  body.vexus-admin.vexus-cpanel-shell #sidebar-left.vexus-cp-rail .vexus-side-nav ul,
  body.vexus-admin.vexus-cpanel-shell #sidebar-left.vexus-cp-rail .vexus-side-nav li {
    box-sizing: border-box !important;
    display: block !important;
    float: none !important;
    height: auto !important;
    left: auto !important;
    list-style: none !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    opacity: 1 !important;
    padding: 0 !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    visibility: visible !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell #sidebar-left.vexus-cp-rail .vexus-side-nav li + li {
    margin-top: 7px !important;
  }

  body.vexus-admin.vexus-cpanel-shell #sidebar-left.vexus-cp-rail .vexus-side-nav a {
    align-items: center !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    color: #ffffff !important;
    display: grid !important;
    float: none !important;
    gap: 10px !important;
    grid-template-columns: 36px minmax(0, 1fr) auto !important;
    height: auto !important;
    left: auto !important;
    margin: 0 !important;
    min-height: 48px !important;
    opacity: 1 !important;
    padding: 8px 10px !important;
    position: static !important;
    text-decoration: none !important;
    transform: none !important;
    visibility: visible !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell #sidebar-left.vexus-cp-rail .vexus-side-nav a:hover,
  body.vexus-admin.vexus-cpanel-shell #sidebar-left.vexus-cp-rail .vexus-side-nav .nav-active > a {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #18245a !important;
  }

  body.vexus-admin.vexus-cpanel-shell #sidebar-left.vexus-cp-rail .vexus-side-nav a i {
    align-items: center !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border-radius: 8px !important;
    color: currentColor !important;
    display: flex !important;
    font-size: 16px !important;
    height: 34px !important;
    justify-content: center !important;
    line-height: 1 !important;
    opacity: 1 !important;
    padding: 0 !important;
    text-align: center !important;
    visibility: visible !important;
    width: 34px !important;
  }

  body.vexus-admin.vexus-cpanel-shell #sidebar-left.vexus-cp-rail .vexus-side-nav a span {
    color: currentColor !important;
    display: block !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    min-width: 0 !important;
    opacity: 1 !important;
    overflow: hidden !important;
    padding: 0 !important;
    text-overflow: ellipsis !important;
    transform: none !important;
    visibility: visible !important;
    white-space: nowrap !important;
  }

  body.vexus-admin.vexus-cpanel-shell #sidebar-left.vexus-cp-rail .vexus-side-nav a em {
    align-items: center !important;
    background: #ff6b35 !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    display: inline-flex !important;
    font-size: 10px !important;
    font-style: normal !important;
    font-weight: 850 !important;
    justify-content: center !important;
    line-height: 1 !important;
    min-height: 20px !important;
    min-width: 20px !important;
    opacity: 1 !important;
    padding: 4px 7px !important;
    visibility: visible !important;
  }
}

/* Voucher deposit mobile table: keep controls fixed and scroll only the data grid sideways. */
@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-page,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-tabs,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-tabs > .tab-content,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-tabs .tab-pane {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel.vexus-polished-table-wrap {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 10px !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_wrapper {
    border: 0 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_length,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dt-buttons,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .DTTT_container,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_filter,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_info,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_paginate,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_wrapper > .row {
    box-sizing: border-box !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_length {
    padding: 0 0 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_length label {
    align-items: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    font-size: 11px !important;
    font-weight: 650 !important;
    gap: 7px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_length select,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_length .form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_length .select2-container,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_length .select2-container .select2-choice,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_length .select2-container--bootstrap .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_length .select2-container--default .select2-selection--single {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dt-buttons,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .DTTT_container {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    margin: 0 0 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dt-buttons .btn,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dt-buttons .dt-button,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .DTTT_container .btn {
    align-items: center !important;
    display: inline-flex !important;
    height: 40px !important;
    justify-content: center !important;
    margin: 0 !important;
    min-height: 40px !important;
    min-width: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_filter {
    margin: 0 0 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_filter label {
    display: block !important;
    font-size: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_filter input {
    box-sizing: border-box !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    height: 46px !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-height: 46px !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-scroll-x {
    background: #ffffff !important;
    border: 1px solid #dbe5f2 !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-scroll-x table.table,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-scroll-x table.dataTable {
    margin: 0 !important;
    max-width: none !important;
    min-width: 930px !important;
    width: max-content !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-scroll-x table.table > thead > tr > th,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-scroll-x table.dataTable > thead > tr > th,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-scroll-x table.table > tbody > tr > td,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-scroll-x table.dataTable > tbody > tr > td {
    vertical-align: middle !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_info {
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    padding: 10px 4px 8px !important;
    text-align: center !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_paginate {
    padding: 0 0 2px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dataTables_paginate .pagination {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
}

@media (max-width: 420px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-scroll-x table.table,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-scroll-x table.dataTable {
    min-width: 860px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .dt-buttons,
  body.vexus-admin.vexus-cpanel-shell .vexus-voucher-deposit-table-panel .DTTT_container {
    gap: 7px !important;
  }
}

/* Renewal mobile table: keep controls fixed and scroll only the data grid sideways. */
@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-renewal-shell,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-renewal-page,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-renewal-shell .tabs-custom,
  body.vexus-admin.vexus-cpanel-shell .vexus-mobile-renewal-shell .tabs-custom > .tab-content {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel.vexus-polished-table-wrap {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .table-responsive,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .vexus-polished-table-wrap {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 10px !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_wrapper {
    border: 0 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dt-buttons,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .DTTT_container,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_filter,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_info,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_paginate,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_wrapper > .row {
    box-sizing: border-box !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length {
    padding: 0 0 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length label {
    align-items: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    font-size: 11px !important;
    font-weight: 650 !important;
    gap: 7px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length select,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length .form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length .select2-container,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length .select2-container .select2-choice,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length .select2-container--bootstrap .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_length .select2-container--default .select2-selection--single {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dt-buttons,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .DTTT_container {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    margin: 0 0 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dt-buttons .btn,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dt-buttons .dt-button,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .DTTT_container .btn {
    align-items: center !important;
    display: inline-flex !important;
    height: 40px !important;
    justify-content: center !important;
    margin: 0 !important;
    min-height: 40px !important;
    min-width: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_filter {
    margin: 0 0 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_filter label {
    display: block !important;
    font-size: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_filter input {
    box-sizing: border-box !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    height: 46px !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-height: 46px !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-scroll-x {
    background: #ffffff !important;
    border: 1px solid #dbe5f2 !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-scroll-x table.table,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-scroll-x table.dataTable {
    margin: 0 !important;
    max-width: none !important;
    min-width: 1040px !important;
    width: max-content !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-scroll-x table.table > thead > tr > th,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-scroll-x table.dataTable > thead > tr > th,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-scroll-x table.table > tbody > tr > td,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-scroll-x table.dataTable > tbody > tr > td {
    vertical-align: middle !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_info {
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    padding: 10px 4px 8px !important;
    text-align: center !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_paginate {
    padding: 0 0 2px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dataTables_paginate .pagination {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
}

@media (max-width: 420px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-scroll-x table.table,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-scroll-x table.dataTable {
    min-width: 960px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .dt-buttons,
  body.vexus-admin.vexus-cpanel-shell .vexus-renewal-table-panel .DTTT_container {
    gap: 7px !important;
  }
}

/* Settlement ledger mobile tables: fixed controls, horizontal scroll only on each data grid. */
@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-settlement-ledger,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-grid,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card > .panel {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-grid {
    display: grid !important;
    gap: 18px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 12px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .panel-body.table-responsive,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .panel-body.vexus-polished-table-wrap {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 10px !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_wrapper {
    border: 0 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_wrapper > .row,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .vexus-dt-toolbar,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .vexus-dt-footer,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_length,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dt-buttons,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .DTTT_container,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_filter,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_info,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_paginate,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .vexus-dt-length,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .vexus-dt-search,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .vexus-dt-info,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .vexus-dt-paging {
    box-sizing: border-box !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_wrapper > .row > [class*="col-"] {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_length,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .vexus-dt-length {
    padding: 0 0 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_length label {
    align-items: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    font-size: 11px !important;
    font-weight: 650 !important;
    gap: 7px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_length select,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_length .form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_length .select2-container,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_length .select2-container .select2-choice,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_length .select2-container--bootstrap .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_length .select2-container--default .select2-selection--single {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dt-buttons,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .DTTT_container {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    margin: 0 0 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dt-buttons .btn,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dt-buttons .dt-button,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .DTTT_container .btn {
    align-items: center !important;
    display: inline-flex !important;
    height: 40px !important;
    justify-content: center !important;
    margin: 0 !important;
    min-height: 40px !important;
    min-width: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_filter,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .vexus-dt-search {
    margin: 0 0 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_filter label {
    display: block !important;
    font-size: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_filter input {
    box-sizing: border-box !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    height: 46px !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-height: 46px !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .vexus-dt-scroll {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-scroll-x {
    background: #ffffff !important;
    border: 1px solid #dbe5f2 !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-scroll-x table.table,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-scroll-x table.dataTable {
    margin: 0 !important;
    max-width: none !important;
    min-width: 760px !important;
    width: max-content !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-scroll-x table.table > thead > tr > th,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-scroll-x table.dataTable > thead > tr > th {
    font-size: 10.5px !important;
    font-weight: 650 !important;
    line-height: 1.25 !important;
    padding: 7px 8px !important;
    vertical-align: middle !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-scroll-x table.table > tbody > tr > td,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-scroll-x table.dataTable > tbody > tr > td {
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    padding: 7px 8px !important;
    vertical-align: middle !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_info,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .vexus-dt-info {
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    padding: 10px 4px 8px !important;
    text-align: center !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_paginate,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .vexus-dt-paging {
    padding: 0 0 2px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dataTables_paginate .pagination,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .vexus-dt-paging .pagination {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
}

@media (max-width: 420px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-scroll-x table.table,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-scroll-x table.dataTable {
    min-width: 700px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .dt-buttons,
  body.vexus-admin.vexus-cpanel-shell .vexus-ledger-table-card .DTTT_container {
    gap: 7px !important;
  }
}

/* Dashboard tools: keep the cPanel shortcuts in three compact columns on phones. */
@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-page,
  body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-main,
  body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-section {
    max-width: 100%;
    min-width: 0;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-tools {
    display: grid !important;
    gap: 12px 8px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    padding: 14px 10px 16px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile {
    align-content: start;
    display: grid !important;
    gap: 7px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center;
    min-height: 82px;
    min-width: 0;
    padding: 6px 3px !important;
    text-align: center;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile > i {
    font-size: 24px;
    height: 32px;
    width: 32px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile > i::after {
    bottom: 0;
    height: 7px;
    width: 9px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile span {
    min-width: 0;
    width: 100%;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile strong {
    display: block;
    font-size: 11.5px;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile small,
  body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile em {
    display: none !important;
  }
}

@media (max-width: 360px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-cpanel-tools {
    gap: 10px 6px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile {
    min-height: 78px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile > i {
    font-size: 22px;
    height: 30px;
    width: 30px;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-tool-tile strong {
    font-size: 10.5px;
  }
}

/* Accounting transactions mobile table: controls stay fixed, data scrolls sideways. */
@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-body,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_wrapper {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_wrapper {
    border: 0 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_length,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dt-buttons,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .DTTT_container,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_filter,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_info,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_paginate {
    box-sizing: border-box !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_length {
    padding: 0 0 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_length label {
    align-items: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    font-size: 11px !important;
    font-weight: 650 !important;
    gap: 7px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_length select,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_length .form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_length .select2-container,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_length .select2-container .select2-choice,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_length .select2-container--bootstrap .select2-selection--single,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_length .select2-container--default .select2-selection--single {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dt-buttons,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .DTTT_container {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    margin: 0 0 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dt-buttons .btn,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dt-buttons .dt-button,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .DTTT_container .btn {
    align-items: center !important;
    display: inline-flex !important;
    height: 40px !important;
    justify-content: center !important;
    margin: 0 !important;
    min-height: 40px !important;
    min-width: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_filter {
    padding: 0 0 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_filter label {
    display: block !important;
    font-size: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_filter input {
    box-sizing: border-box !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    height: 46px !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-height: 46px !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-scroll-x {
    background: #ffffff !important;
    border: 1px solid #dbe5f2 !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-scroll-x table.table,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-scroll-x table.dataTable {
    margin: 0 !important;
    max-width: none !important;
    min-width: 1040px !important;
    width: max-content !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-scroll-x table.table > thead > tr > th,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-scroll-x table.dataTable > thead > tr > th {
    font-size: 10.5px !important;
    font-weight: 650 !important;
    line-height: 1.25 !important;
    padding: 7px 8px !important;
    vertical-align: middle !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-scroll-x table.table > tbody > tr > td,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-scroll-x table.dataTable > tbody > tr > td {
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    padding: 7px 8px !important;
    vertical-align: middle !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_info {
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    padding: 10px 4px 8px !important;
    text-align: center !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_paginate {
    padding: 0 0 2px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dataTables_paginate .pagination {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
}

@media (max-width: 420px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-scroll-x table.table,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-scroll-x table.dataTable {
    min-width: 960px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .dt-buttons,
  body.vexus-admin.vexus-cpanel-shell .vexus-ac-transactions-table-panel .DTTT_container {
    gap: 7px !important;
  }
}

/* Employee list mobile table: keep role tabs reachable and data scrollable. */
@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-body,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .tabs-custom,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .tab-content,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dataTables_wrapper {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .nav-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 8px !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .nav-tabs > li {
    float: none !important;
    flex: 0 0 auto !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .nav-tabs > li > a {
    align-items: center !important;
    display: inline-flex !important;
    font-size: 12px !important;
    gap: 6px !important;
    min-height: 38px !important;
    padding: 9px 12px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dataTables_length,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dt-buttons,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .DTTT_container,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dataTables_filter,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dataTables_info,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dataTables_paginate {
    box-sizing: border-box !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dataTables_length {
    padding: 0 0 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dataTables_length label {
    align-items: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    font-size: 11px !important;
    font-weight: 650 !important;
    gap: 7px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dataTables_length select,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dataTables_length .form-control,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dataTables_length .select2-container {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dt-buttons,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .DTTT_container {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    margin: 0 0 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dt-buttons .btn,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dt-buttons .dt-button,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .DTTT_container .btn {
    align-items: center !important;
    display: inline-flex !important;
    height: 40px !important;
    justify-content: center !important;
    margin: 0 !important;
    min-height: 40px !important;
    min-width: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dataTables_filter {
    padding: 0 0 10px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dataTables_filter label {
    display: block !important;
    font-size: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dataTables_filter input {
    box-sizing: border-box !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    height: 46px !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-height: 46px !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-employee-scroll-x {
    background: #ffffff !important;
    border: 1px solid #dbe5f2 !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-employee-scroll-x table.table,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-scroll-x table.dataTable {
    margin: 0 !important;
    max-width: none !important;
    min-width: 1120px !important;
    width: max-content !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-employee-scroll-x table.table > thead > tr > th,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-scroll-x table.dataTable > thead > tr > th,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-scroll-x table.table > tbody > tr > td,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-scroll-x table.dataTable > tbody > tr > td {
    font-size: 11px !important;
    line-height: 1.35 !important;
    padding: 7px 8px !important;
    vertical-align: middle !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dataTables_info {
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    padding: 10px 4px 8px !important;
    text-align: center !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dataTables_paginate .pagination {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
}

@media (max-width: 420px) {
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-scroll-x table.table,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-scroll-x table.dataTable {
    min-width: 1020px !important;
  }

  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .dt-buttons,
  body.vexus-admin.vexus-cpanel-shell .vexus-employee-table-panel .DTTT_container {
    gap: 7px !important;
  }
}

@media (min-width: 768px) {
  html.fixed body.vexus-admin.vexus-cpanel-shell .inner-wrapper,
  body.vexus-admin.vexus-cpanel-shell .inner-wrapper {
    padding-top: 0 !important;
  }

  html.fixed body.vexus-admin.vexus-cpanel-shell section.content-body,
  html.fixed body.vexus-admin.vexus-cpanel-shell .content-body,
  body.vexus-admin.vexus-cpanel-shell section.content-body,
  body.vexus-admin.vexus-cpanel-shell .content-body {
    padding-left: 0 !important;
    padding-top: calc(var(--vcp-topbar) + 6px) !important;
  }
}

/* Panel select normalization: vertically center selected text and remove bold weight. */
body.vexus-admin.vexus-cpanel-shell .content-body select:not([multiple]):not(.select2-hidden-accessible),
body.vexus-admin.vexus-cpanel-shell .content-body select.form-control:not([multiple]):not(.select2-hidden-accessible) {
  font-weight: 400 !important;
  line-height: 46px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

body.vexus-admin.vexus-cpanel-shell .content-body .select2-container .select2-choice,
body.vexus-admin.vexus-cpanel-shell .content-body .select2-container--bootstrap .select2-selection--single,
body.vexus-admin.vexus-cpanel-shell .content-body .select2-container--default .select2-selection--single {
  align-items: center !important;
  display: flex !important;
  font-weight: 400 !important;
  min-height: 46px !important;
}

body.vexus-admin.vexus-cpanel-shell .content-body .select2-container .select2-choice > .select2-chosen,
body.vexus-admin.vexus-cpanel-shell .content-body .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
body.vexus-admin.vexus-cpanel-shell .content-body .select2-container--default .select2-selection--single .select2-selection__rendered {
  align-items: center !important;
  display: flex !important;
  flex: 1 1 auto !important;
  font-weight: 400 !important;
  height: 100% !important;
  line-height: 1.2 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

body.vexus-admin.vexus-cpanel-shell .content-body .select2-container .select2-choice .select2-arrow,
body.vexus-admin.vexus-cpanel-shell .content-body .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
body.vexus-admin.vexus-cpanel-shell .content-body .select2-container--default .select2-selection--single .select2-selection__arrow {
  align-items: center !important;
  display: flex !important;
  height: 100% !important;
}

.select2-container--bootstrap .select2-results__option,
.select2-container--default .select2-results__option,
.select2-results .select2-result-label,
.select2-drop .select2-result-label {
  font-weight: 400 !important;
}

/* Panel table font normalization: keep grid text regular and compact. */
body.vexus-admin.vexus-cpanel-shell .content-body table.table,
body.vexus-admin.vexus-cpanel-shell .content-body table.dataTable {
  font-size: 12px !important;
  font-weight: 400 !important;
}

body.vexus-admin.vexus-cpanel-shell .content-body table.table > thead > tr > th,
body.vexus-admin.vexus-cpanel-shell .content-body table.dataTable > thead > tr > th,
body.vexus-admin.vexus-cpanel-shell .content-body table.table > tbody > tr > td,
body.vexus-admin.vexus-cpanel-shell .content-body table.dataTable > tbody > tr > td,
body.vexus-admin.vexus-cpanel-shell .content-body table.table > tfoot > tr > th,
body.vexus-admin.vexus-cpanel-shell .content-body table.dataTable > tfoot > tr > th,
body.vexus-admin.vexus-cpanel-shell .content-body table.table > tfoot > tr > td,
body.vexus-admin.vexus-cpanel-shell .content-body table.dataTable > tfoot > tr > td {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

body.vexus-admin.vexus-cpanel-shell .content-body table.table a,
body.vexus-admin.vexus-cpanel-shell .content-body table.dataTable a,
body.vexus-admin.vexus-cpanel-shell .content-body table.table span,
body.vexus-admin.vexus-cpanel-shell .content-body table.dataTable span,
body.vexus-admin.vexus-cpanel-shell .content-body table.table strong,
body.vexus-admin.vexus-cpanel-shell .content-body table.dataTable strong,
body.vexus-admin.vexus-cpanel-shell .content-body table.table b,
body.vexus-admin.vexus-cpanel-shell .content-body table.dataTable b {
  font-size: inherit !important;
  font-weight: 400 !important;
}
/* Compact spacing for the two client edit panels. */
body.vexus-admin.vexus-cpanel-shell .form-horizontal.form-bordered.vexus-client-edit-compact .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

/* Client Ledger mobile: remove reserved empty header space and use full width. */
@media (max-width: 767px) {
  html.fixed body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .inner-wrapper,
  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .inner-wrapper {
    padding-top: 0 !important;
  }

  html.fixed body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen section.content-body,
  html.fixed body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .content-body,
  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen section.content-body,
  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .content-body {
    box-sizing: border-box !important;
    margin-left: 0 !important;
    max-width: 100vw !important;
    padding: 4px !important;
    width: 100vw !important;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .page-header {
    margin-bottom: 6px !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-page {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-page > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-page > .row > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-summary {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-summary > .panel-body {
    padding: 6px !important;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-profile {
    box-sizing: border-box !important;
    margin: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-transactions > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-transactions > .row > [class*="col-"],
  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-grid-panel {
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-table-body {
    max-width: 100% !important;
    overflow: hidden !important;
    padding: 8px !important;
  }
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-dt-toolbar,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-dt-footer {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-dt-toolbar {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr) minmax(180px, 280px);
  margin-bottom: 10px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-buttons .dt-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-search .dataTables_filter,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-search .dataTables_filter label,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-search .dataTables_filter input {
  box-sizing: border-box;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-grid-scroll,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .dataTables_scroll {
  box-sizing: border-box;
  max-width: 100% !important;
  overflow: hidden !important;
  width: 100% !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  width: 100% !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .manage_table,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .dataTables_scrollHeadInner,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .dataTables_scrollHeadInner > table {
  min-width: 1380px !important;
}

@media (max-width: 767px) {
  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-dt-toolbar {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-length,
  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-buttons,
  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-client-ledger-search {
    max-width: 100%;
    width: 100%;
  }
}

/* Keep Client Ledger forms above the fixed toolbar and every page panel. */
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .modal-backdrop {
  z-index: 2490 !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .modal {
  z-index: 2500 !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .modal-dialog,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .modal-content {
  position: relative;
  z-index: 2501 !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-supplier-bill-modal .modal-content > .select2-container--open {
  z-index: 2502 !important;
}

/* Keep the taller client payment form inside the viewport. */
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen #depositModal {
  overflow: hidden !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen #depositModal .vexus-payment-modal-dialog {
  height: calc(100vh - 24px);
  height: calc(100dvh - 24px);
  margin: 12px auto !important;
  max-height: calc(100vh - 24px);
  max-height: calc(100dvh - 24px);
  top: auto !important;
  transform: none !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen #depositModal .modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen #depositModal #depositForm {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen #depositModal .modal-header,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen #depositModal .modal-footer {
  flex: 0 0 auto;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen #depositModal .modal-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

/* Keep the draft invoice header/actions visible while its long form scrolls. */
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen #addModal {
  overflow: hidden !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen #addModal .vexus-supplier-bill-dialog {
  height: calc(100vh - 24px);
  height: calc(100dvh - 24px);
  margin: 12px auto !important;
  max-height: calc(100vh - 24px);
  max-height: calc(100dvh - 24px);
  top: auto !important;
  transform: none !important;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen #addModal .modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen #addModal #createForm {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen #addModal .modal-header,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen #addModal .modal-footer {
  flex: 0 0 auto;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen #addModal .modal-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

/* Compact, wide Add Bill form on the client ledger. */
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-dialog {
  margin: 18px auto;
  max-width: calc(100% - 28px);
  width: 600px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-modal .modal-header {
  padding: 12px 18px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-modal .modal-header .modal-title {
  font-size: 22px;
  line-height: 30px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-body {
  padding: 14px 18px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-body #msg_add .alert {
  margin-bottom: 12px;
  padding: 10px 14px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-fields {
  display: grid;
  gap: 12px 18px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-field {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 105px minmax(0, 1fr);
  margin: 0;
  min-width: 0;
}

/* Bootstrap's form-group clearfix becomes extra grid cells without this reset. */
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-field::before,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-field::after {
  content: none;
  display: none;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-field .control-label {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-control {
  min-width: 0;
  width: 100%;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-account,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-voucher,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-particulars,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-remarks,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-date,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-amount {
  grid-column: 1 / -1;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-particulars {
  align-items: start;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-modal .form-control,
body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-modal .select2-container--bootstrap .select2-selection--single {
  height: 36px;
  min-height: 36px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-modal .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-modal .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  min-height: 34px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-modal .note-editor.note-frame {
  margin: 0;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-modal .note-editor .note-toolbar {
  padding: 4px 6px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-modal .note-editor .note-toolbar .btn {
  font-size: 12px;
  line-height: 18px;
  min-height: 28px;
  padding: 4px 7px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-modal .note-editor .note-toolbar .btn-group {
  margin: 0 3px 2px 0;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-modal .note-editor .note-editable {
  height: 92px !important;
  min-height: 92px !important;
  padding: 8px 10px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-modal .note-editor .note-statusbar .note-resizebar {
  height: 7px;
  padding-top: 2px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-modal .modal-footer {
  padding: 10px 18px;
}

/* Dedicated supplier material category panel. */
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-materials-screen .vexus-material-taxonomy-panel .panel-heading {
  background: #f3f7fb;
  border-bottom: 1px solid #dce6f0;
  padding-bottom: 22px;
  padding-top: 22px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-materials-screen .vexus-material-taxonomy-panel .panel-title {
  color: #17253e;
  font-size: 20px;
  font-weight: 800;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-materials-screen .vexus-material-taxonomy-panel .panel-subtitle {
  color: #33445e;
  margin-top: 5px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-materials-screen .vexus-material-taxonomy-panel .panel-body {
  padding: 26px 22px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-materials-screen .vexus-material-taxonomy-column {
  min-height: 155px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-materials-screen .vexus-material-taxonomy-heading {
  align-items: center;
  display: flex;
  gap: 9px;
  margin-bottom: 12px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-materials-screen .vexus-material-taxonomy-heading h5 {
  color: #17253e;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-materials-screen .vexus-material-term-form {
  align-items: stretch;
  display: flex;
  gap: 6px;
  margin-bottom: 24px;
  max-width: 430px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-materials-screen .vexus-material-term-form .form-group {
  flex: 1 1 auto;
  margin: 0;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-materials-screen .vexus-material-term-form .form-control,
body.vexus-admin.vexus-cpanel-shell.vexus-supplier-materials-screen .vexus-material-term-form .btn {
  height: 40px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-materials-screen .vexus-material-term-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 25px;
}

body.vexus-admin.vexus-cpanel-shell.vexus-supplier-materials-screen .vexus-material-term-list .label {
  border-radius: 8px;
  display: inline-block;
  font-size: 11px;
  padding: 7px 11px;
}

@media (max-width: 767px) {
	body.vexus-admin.vexus-cpanel-shell.vexus-supplier-materials-screen .vexus-material-taxonomy-panel .panel-btn {
		float: none;
		margin-bottom: 12px;
		position: static;
	}

	body.vexus-admin.vexus-cpanel-shell.vexus-supplier-materials-screen .vexus-material-taxonomy-grid > div + div {
		margin-top: 28px;
	}

	body.vexus-admin.vexus-cpanel-shell.vexus-supplier-materials-screen .vexus-material-term-form {
		max-width: none;
	}

  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-dialog {
    margin: 10px auto;
    max-width: calc(100% - 16px);
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-field {
    align-items: stretch;
    gap: 6px;
    grid-template-columns: minmax(0, 1fr);
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-field .control-label {
    justify-self: start;
    text-align: start;
  }

  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-account,
  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-voucher,
  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-particulars,
  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-remarks,
  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-date,
  body.vexus-admin.vexus-cpanel-shell.vexus-client-ledger-screen .vexus-add-bill-amount {
    grid-column: 1 / -1;
  }
}
