/*
 * ============================================================
 *  MONITORING DASHBOARD — BIG SCREEN RESPONSIVE CSS
 *  For screens from 1800px up to 5000px+
 * ============================================================
 *
 *  BREAKPOINTS:
 *  - 1800px  (3xl)  — Large desktop / entry-level monitoring display
 *  - 2200px  (4xl)  — Wide monitoring display
 *  - 2800px  (5xl)  — Ultra-wide / dual-panel monitoring wall
 *  - 3400px  (6xl)  — 4K monitoring wall
 *  - 4200px  (7xl)  — 5K+ command center display
 *
 *  PHILOSOPHY:
 *  - NO max-width caps on any element — everything scales infinitely
 *  - Typography, spacing, and components scale proportionally
 *  - Sidebar and header grow to remain usable at viewing distance
 *  - Cards, tables, and widgets use the extra space meaningfully
 *  - Grid columns extended with 3xl–7xl variants
 *
 *  LOAD ORDER: This file loads AFTER style.css
 * ============================================================
 */


/* ─────────────────────────────────────────────
   0. REMOVE ALL CONTAINER MAX-WIDTH CAPS
   Containers must be fluid at every breakpoint
   ───────────────────────────────────────────── */
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  max-width: none !important; }


/* ─────────────────────────────────────────────
   1. BREAKPOINT: 1800px (3xl)
   Large desktop / entry-level monitoring display
   ───────────────────────────────────────────── */
@media (min-width: 1800px) {

  /* ── Root scaling ── */
  :root {
    --bs-body-font-size: 0.9375rem;
    --dz-sidebar-width: 17rem;
    --dz-header-height: 5rem;
    --dz-head-title-size: 1.375rem;
    --dz-side-nav-size: 0.9375rem;
    --dz-side-nav-padding: 1rem 1.75rem;
    --dz-side-sub_nav-padding: .5rem 1.25rem .5rem 4rem;
    --dz-side-ico-size: 1.35rem; }

  /* ── Typography ── */
  h1, .h1 { font-size: 2.5rem; }
  h2, .h2 { font-size: 2.1rem; }
  h3, .h3 { font-size: 1.7rem; }
  h4, .h4 { font-size: 1.3rem; }
  h5, .h5 { font-size: 1.125rem; }
  h6, .h6 { font-size: 1.0625rem; }

  .display-1 { font-size: 5.5rem; }
  .display-2 { font-size: 5rem; }
  .display-3 { font-size: 4.5rem; }
  .display-4 { font-size: 4rem; }
  .display-5 { font-size: 3.5rem; }
  .display-6 { font-size: 3rem; }

  /* Bootstrap fs-1 to fs-6 */
  .fs-1 { font-size: 2.5rem !important; }
  .fs-2 { font-size: 2.1rem !important; }
  .fs-3 { font-size: 1.7rem !important; }
  .fs-4 { font-size: 1.3rem !important; }
  .fs-5 { font-size: 1.125rem !important; }
  .fs-6 { font-size: 1.0625rem !important; }

  /* Custom fs utilities */
  .fs-12 { font-size: 0.8125rem !important; }
  .fs-13 { font-size: 0.875rem !important; }
  .fs-14 { font-size: 0.9375rem !important; }
  .fs-15 { font-size: 0.9375rem !important; }
  .fs-16 { font-size: 1.0625rem !important; }
  .fs-18 { font-size: 1.1875rem !important; }
  .fs-20 { font-size: 1.3125rem !important; }
  .fs-22 { font-size: 1.4375rem !important; }
  .fs-24 { font-size: 1.5625rem !important; }
  .fs-26 { font-size: 1.6875rem !important; }
  .fs-28 { font-size: 1.8125rem !important; }
  .fs-30 { font-size: 1.9375rem !important; }
  .fs-32 { font-size: 2.125rem !important; }
  .fs-34 { font-size: 2.25rem !important; }
  .fs-35 { font-size: 2.3125rem !important; }
  .fs-36 { font-size: 2.375rem !important; }
  .fs-38 { font-size: 2.5rem !important; }
  .fs-46 { font-size: 3rem !important; }
  .fs-48 { font-size: 3.25rem !important; }

  .lead { font-size: 1.1875rem; }

  /* Text elements */
  small, .small { font-size: 0.9375em; }
  .blockquote { font-size: 1.1875rem; }
  .blockquote-footer { font-size: 0.9375em; }
  .figure-caption { font-size: 0.9375em; }
  .initialism { font-size: 0.9375em; }
  caption { font-size: 0.9375rem; }

  /* Form labels & text */
  .form-label { font-size: 0.9375rem; }
  .form-text { font-size: 0.9375em; }
  .col-form-label { font-size: 0.9375rem; }
  .col-form-label-lg { font-size: 1.125rem; }
  .col-form-label-sm { font-size: 0.8125rem; }
  .form-check { min-height: 1.4375rem; }
  .form-check-input { width: 1.1em; height: 1.1em; }

  /* Form control small */
  .form-control-sm {
    padding: 0.3125rem 0.625rem;
    font-size: 0.8125rem; }

  .form-select-sm { font-size: 0.8125rem; }
  .form-select-lg { font-size: 1.125rem; }

  /* Button small */
  .btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-x: 0.625rem;
    --bs-btn-padding-y: 0.3125rem;
    --bs-btn-font-size: 0.8125rem; }

  /* Tooltip */
  .tooltip { font-size: 0.8125rem; }
  .tooltip-inner { padding: 0.3125rem 0.625rem; }

  /* Popover */
  .popover { font-size: 0.9375rem; }
  .popover-header { font-size: 1rem; padding: 0.625rem 0.875rem; }
  .popover-body { padding: 0.625rem 0.875rem; }

  /* Toast */
  .toast { font-size: 0.9375rem; }
  .toast-header { padding: 0.5rem 0.875rem; }
  .toast-body { padding: 0.875rem; }

  /* Spinner */
  .spinner-border {
    --bs-spinner-width: 2.25rem;
    --bs-spinner-height: 2.25rem; }

  .spinner-border-sm {
    --bs-spinner-width: 1.125rem;
    --bs-spinner-height: 1.125rem; }

  /* Card subtitle */
  .card-subtitle { font-size: 0.875rem; }

  /* Alert */
  .alert { font-size: 0.9375rem; padding: 1.125rem; }

  /* List group */
  .list-group-item { padding: 0.625rem 1.125rem; font-size: 0.9375rem; }

  /* Progress */
  .progress, .progress-stacked {
    --bs-progress-height: 1.125rem;
    --bs-progress-font-size: 0.71875rem; }

  /* Dropdown header/item text */
  .dropdown-header { font-size: 0.8125rem; }

  /* ── Content body spacing ── */
  .content-body .container-fluid,
  .content-body .container-sm,
  .content-body .container-md,
  .content-body .container-lg,
  .content-body .container-xl,
  .content-body .container-xxl {
    padding-top: 1.25rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }

  /* ── Header ── */
  .header .header-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }

  .header-left .dashboard_bar {
    font-size: 1.375rem; }

  .header-left .dashboard_bar.sub-bar {
    font-size: 2rem; }

  /* ── Sidebar / Deznav ── */
  .deznav .metismenu > li > a .menu-icon {
    margin-right: 0.875rem; }

  .deznav .metismenu ul a {
    padding: 0.5rem 1.25rem 0.5rem 4rem; }

  /* ── Cards ── */
  .card {
    margin-bottom: 1.875rem;
    border-radius: 0.75rem; }

  .card-body {
    padding: 1.5rem; }

  .card-header {
    padding: 1.75rem 1.5rem 1.5rem; }

  .card-footer {
    padding: 1.25rem 1.5rem; }

  .card-title {
    font-size: 1.0625rem; }

  /* ── Tables ── */
  .table > :not(caption) > * > * {
    padding: 0.625rem 0.75rem; }

  .table-sm > :not(caption) > * > * {
    padding: 0.375rem 0.5rem; }

  /* ── Forms ── */
  .form-control {
    padding: 0.4375rem 0.875rem;
    font-size: 0.9375rem; }

  .form-control-lg {
    padding: 0.625rem 1.125rem;
    font-size: 1.125rem; }

  .form-select {
    padding: 0.4375rem 2.5rem 0.4375rem 0.875rem;
    font-size: 0.9375rem; }

  .input-group-text {
    padding: 0.4375rem 0.875rem;
    font-size: 0.9375rem; }

  /* ── Buttons ── */
  .btn {
    --bs-btn-padding-x: 0.875rem;
    --bs-btn-padding-y: 0.4375rem;
    --bs-btn-font-size: 0.9375rem; }

  .btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-x: 1.125rem;
    --bs-btn-padding-y: 0.5625rem;
    --bs-btn-font-size: 1.125rem; }

  /* ── Badges ── */
  .badge {
    --bs-badge-padding-x: 0.75em;
    --bs-badge-padding-y: 0.4em;
    --bs-badge-font-size: 0.8em; }

  /* ── Modals ── */
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 900px; }

  .modal-xl {
    --bs-modal-width: 1280px; }

  /* ── Dropdown ── */
  .dropdown-menu {
    --bs-dropdown-font-size: 0.9375rem;
    --bs-dropdown-item-padding-y: 0.375rem; }

  /* ── Chatbox ── */
  .chatbox {
    width: 400px; right: -1000px}

  .chatbox .chatbox-close {
    right: 400px; }

  /* ── Pagination ── */
  .page-link {
    padding: 0.4375rem 0.875rem;
    font-size: 0.9375rem; }

  /* ── Footer ── */
  .footer {
    font-size: 0.875rem; }

  .footer .copyright {
    padding: 1.125rem; }

  /* ── Breadcrumb ── */
  .breadcrumb {
    font-size: 0.9375rem; }

  /* ── Nav pills/tabs ── */
  .nav-link {
    padding: 0.625rem 1.125rem;
    font-size: 0.9375rem; }

  /* ── Accordion ── */
  .accordion-button {
    font-size: 0.9375rem;
    padding: 1.125rem 1.375rem; }

  .accordion-body {
    padding: 1.125rem 1.375rem; }

  /* ── Offcanvas ── */
  .offcanvas, .offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-width: 440px; }

  /* ── Grid: col-3xl-* ── */
  .col-3xl-1  { flex: 0 0 auto; width: 8.33333%; }
  .col-3xl-2  { flex: 0 0 auto; width: 16.66667%; }
  .col-3xl-3  { flex: 0 0 auto; width: 25%; }
  .col-3xl-4  { flex: 0 0 auto; width: 33.33333%; }
  .col-3xl-5  { flex: 0 0 auto; width: 41.66667%; }
  .col-3xl-6  { flex: 0 0 auto; width: 50%; }
  .col-3xl-7  { flex: 0 0 auto; width: 58.33333%; }
  .col-3xl-8  { flex: 0 0 auto; width: 66.66667%; }
  .col-3xl-9  { flex: 0 0 auto; width: 75%; }
  .col-3xl-10 { flex: 0 0 auto; width: 83.33333%; }
  .col-3xl-11 { flex: 0 0 auto; width: 91.66667%; }
  .col-3xl-12 { flex: 0 0 auto; width: 100%; }
  .col-3xl-auto { flex: 0 0 auto; width: auto; }

  .row-cols-3xl-1 > * { flex: 0 0 auto; width: 100%; }
  .row-cols-3xl-2 > * { flex: 0 0 auto; width: 50%; }
  .row-cols-3xl-3 > * { flex: 0 0 auto; width: 33.33333%; }
  .row-cols-3xl-4 > * { flex: 0 0 auto; width: 25%; }
  .row-cols-3xl-5 > * { flex: 0 0 auto; width: 20%; }
  .row-cols-3xl-6 > * { flex: 0 0 auto; width: 16.66667%; }

  .offset-3xl-0  { margin-left: 0; }
  .offset-3xl-1  { margin-left: 8.33333%; }
  .offset-3xl-2  { margin-left: 16.66667%; }
  .offset-3xl-3  { margin-left: 25%; }
  .offset-3xl-4  { margin-left: 33.33333%; }
  .offset-3xl-5  { margin-left: 41.66667%; }
  .offset-3xl-6  { margin-left: 50%; }
  .offset-3xl-7  { margin-left: 58.33333%; }
  .offset-3xl-8  { margin-left: 66.66667%; }
  .offset-3xl-9  { margin-left: 75%; }
  .offset-3xl-10 { margin-left: 83.33333%; }
  .offset-3xl-11 { margin-left: 91.66667%; }

  .g-3xl-0, .gx-3xl-0 { --bs-gutter-x: 0; }
  .g-3xl-0, .gy-3xl-0 { --bs-gutter-y: 0; }
  .g-3xl-1, .gx-3xl-1 { --bs-gutter-x: 0.25rem; }
  .g-3xl-1, .gy-3xl-1 { --bs-gutter-y: 0.25rem; }
  .g-3xl-2, .gx-3xl-2 { --bs-gutter-x: 0.5rem; }
  .g-3xl-2, .gy-3xl-2 { --bs-gutter-y: 0.5rem; }
  .g-3xl-3, .gx-3xl-3 { --bs-gutter-x: 1rem; }
  .g-3xl-3, .gy-3xl-3 { --bs-gutter-y: 1rem; }
  .g-3xl-4, .gx-3xl-4 { --bs-gutter-x: 1.5rem; }
  .g-3xl-4, .gy-3xl-4 { --bs-gutter-y: 1.5rem; }
  .g-3xl-5, .gx-3xl-5 { --bs-gutter-x: 3rem; }
  .g-3xl-5, .gy-3xl-5 { --bs-gutter-y: 3rem; }

  /* ── Display utilities ── */
  .d-3xl-none         { display: none !important; }
  .d-3xl-inline       { display: inline !important; }
  .d-3xl-inline-block { display: inline-block !important; }
  .d-3xl-block        { display: block !important; }
  .d-3xl-grid         { display: grid !important; }
  .d-3xl-flex         { display: flex !important; }
  .d-3xl-inline-flex  { display: inline-flex !important; }

  /* ── Order utilities ── */
  .order-3xl-0     { order: 0 !important; }
  .order-3xl-1     { order: 1 !important; }
  .order-3xl-2     { order: 2 !important; }
  .order-3xl-3     { order: 3 !important; }
  .order-3xl-4     { order: 4 !important; }
  .order-3xl-5     { order: 5 !important; }
  .order-3xl-first { order: -1 !important; }
  .order-3xl-last  { order: 6 !important; }

  /* ── Spacing utilities: margin & padding ── */
  .p-3xl-0 { padding: 0 !important; }
  .p-3xl-1 { padding: 0.25rem !important; }
  .p-3xl-2 { padding: 0.5rem !important; }
  .p-3xl-3 { padding: 1rem !important; }
  .p-3xl-4 { padding: 1.5rem !important; }
  .p-3xl-5 { padding: 3rem !important; }

  .px-3xl-0 { padding-left: 0 !important; padding-right: 0 !important; }
  .px-3xl-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
  .px-3xl-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
  .px-3xl-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
  .px-3xl-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
  .px-3xl-5 { padding-left: 3rem !important; padding-right: 3rem !important; }

  .py-3xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-3xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-3xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-3xl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-3xl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-3xl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }

  .m-3xl-0 { margin: 0 !important; }
  .m-3xl-1 { margin: 0.25rem !important; }
  .m-3xl-2 { margin: 0.5rem !important; }
  .m-3xl-3 { margin: 1rem !important; }
  .m-3xl-4 { margin: 1.5rem !important; }
  .m-3xl-5 { margin: 3rem !important; }
  .m-3xl-auto { margin: auto !important; }

  .mx-3xl-0 { margin-left: 0 !important; margin-right: 0 !important; }
  .mx-3xl-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
  .mx-3xl-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
  .mx-3xl-3 { margin-left: 1rem !important; margin-right: 1rem !important; }
  .mx-3xl-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
  .mx-3xl-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
  .mx-3xl-auto { margin-left: auto !important; margin-right: auto !important; }

  .my-3xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .my-3xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .my-3xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-3xl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-3xl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-3xl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-3xl-auto { margin-top: auto !important; margin-bottom: auto !important; }

  /* ── Text alignment ── */
  .text-3xl-start  { text-align: left !important; }
  .text-3xl-end    { text-align: right !important; }
  .text-3xl-center { text-align: center !important; }

  /* ── Flex utilities ── */
  .flex-3xl-row            { flex-direction: row !important; }
  .flex-3xl-column         { flex-direction: column !important; }
  .flex-3xl-wrap           { flex-wrap: wrap !important; }
  .flex-3xl-nowrap         { flex-wrap: nowrap !important; }
  .justify-content-3xl-start   { justify-content: flex-start !important; }
  .justify-content-3xl-end     { justify-content: flex-end !important; }
  .justify-content-3xl-center  { justify-content: center !important; }
  .justify-content-3xl-between { justify-content: space-between !important; }
  .justify-content-3xl-around  { justify-content: space-around !important; }
  .justify-content-3xl-evenly  { justify-content: space-evenly !important; }
  .align-items-3xl-start   { align-items: flex-start !important; }
  .align-items-3xl-end     { align-items: flex-end !important; }
  .align-items-3xl-center  { align-items: center !important; }
  .align-items-3xl-stretch { align-items: stretch !important; }

  /* ── Width / Height utilities ── */
  .w-3xl-25  { width: 25% !important; }
  .w-3xl-50  { width: 50% !important; }
  .w-3xl-75  { width: 75% !important; }
  .w-3xl-100 { width: 100% !important; }
  .w-3xl-auto { width: auto !important; }
}


/* ─────────────────────────────────────────────
   2. BREAKPOINT: 2200px (4xl)
   Wide monitoring display
   ───────────────────────────────────────────── */
@media (min-width: 2200px) {

  :root {
    --bs-body-font-size: 1rem;
    --dz-sidebar-width: 19rem;
    --dz-header-height: 5.5rem;
    --dz-head-title-size: 1.5rem;
    --dz-side-nav-size: 1rem;
    --dz-side-nav-padding: 1.1rem 2rem;
    --dz-side-sub_nav-padding: .6rem 1.5rem .6rem 4.5rem;
    --dz-side-ico-size: 1.5rem; }

  h1, .h1 { font-size: 2.875rem; }
  h2, .h2 { font-size: 2.375rem; }
  h3, .h3 { font-size: 1.9rem; }
  h4, .h4 { font-size: 1.5rem; }
  h5, .h5 { font-size: 1.25rem; }
  h6, .h6 { font-size: 1.125rem; }

  .display-1 { font-size: 6.5rem; }
  .display-2 { font-size: 5.75rem; }
  .display-3 { font-size: 5rem; }
  .display-4 { font-size: 4.5rem; }
  .display-5 { font-size: 4rem; }
  .display-6 { font-size: 3.5rem; }

  /* Bootstrap fs-1 to fs-6 */
  .fs-1 { font-size: 2.875rem !important; }
  .fs-2 { font-size: 2.375rem !important; }
  .fs-3 { font-size: 1.9rem !important; }
  .fs-4 { font-size: 1.5rem !important; }
  .fs-5 { font-size: 1.25rem !important; }
  .fs-6 { font-size: 1.125rem !important; }

  /* Custom fs utilities */
  .fs-12 { font-size: 0.875rem !important; }
  .fs-13 { font-size: 0.9375rem !important; }
  .fs-14 { font-size: 1.3rem !important; }
  .fs-15 { font-size: 1rem !important; }
  .fs-16 { font-size: 1.425rem !important; }
  .fs-18 { font-size: 1.3125rem !important; }
  .fs-20 { font-size: 1.4375rem !important; }
  .fs-22 { font-size: 1.5625rem !important; }
  .fs-24 { font-size: 1.6875rem !important; }
  .fs-26 { font-size: 1.8125rem !important; }
  .fs-28 { font-size: 1.9375rem !important; }
  .fs-30 { font-size: 2.125rem !important; }
  .fs-32 { font-size: 2.3125rem !important; }
  .fs-34 { font-size: 2.4375rem !important; }
  .fs-35 { font-size: 2.5rem !important; }
  .fs-36 { font-size: 2.625rem !important; }
  .fs-38 { font-size: 2.75rem !important; }
  .fs-46 { font-size: 3.375rem !important; }
  .fs-48 { font-size: 3.625rem !important; }

  .lead { font-size: 1.3125rem; }

  /* Text elements */
  small, .small { font-size: 1em; }
  .blockquote { font-size: 1.3125rem; }
  .blockquote-footer { font-size: 1em; }
  .figure-caption { font-size: 1em; }
  .initialism { font-size: 1em; }
  caption { font-size: 1rem; }

  /* Form labels & text */
  .form-label { font-size: 1.2rem; }
  .form-text { font-size: 1em; }
  .col-form-label { font-size: 1rem; }
  .col-form-label-lg { font-size: 1.25rem; }
  .col-form-label-sm { font-size: 0.875rem; }
  .form-check { min-height: 1.5rem; }
  .form-check-input { width: 1.15em; height: 1.15em; }

  .form-control-sm {
    padding: 0.375rem 0.6875rem;
    font-size: 0.875rem; }

  .form-select-sm { font-size: 0.875rem; }
  .form-select-lg { font-size: 1.25rem; }

  .btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-x: 0.6875rem;
    --bs-btn-padding-y: 0.34375rem;
    --bs-btn-font-size: 0.875rem; }

  /* Tooltip */
  .tooltip { font-size: 0.875rem; }
  .tooltip-inner { padding: 0.375rem 0.75rem; }

  /* Popover */
  .popover { font-size: 1rem; }
  .popover-header { font-size: 1.125rem; padding: 0.75rem 1rem; }
  .popover-body { padding: 0.75rem 1rem; }

  /* Toast */
  .toast { font-size: 1rem; }
  .toast-header { padding: 0.5625rem 1rem; }
  .toast-body { padding: 1rem; }

  /* Spinner */
  .spinner-border {
    --bs-spinner-width: 2.5rem;
    --bs-spinner-height: 2.5rem; }

  .spinner-border-sm {
    --bs-spinner-width: 1.25rem;
    --bs-spinner-height: 1.25rem; }

  /* Card subtitle */
  .card-subtitle { font-size: 0.9375rem; }

  /* Alert */
  .alert { font-size: 1rem; padding: 1.25rem; }

  /* List group */
  .list-group-item { padding: 0.6875rem 1.25rem; font-size: 1rem; }

  /* Progress */
  .progress, .progress-stacked {
    --bs-progress-height: 1.25rem;
    --bs-progress-font-size: 0.78125rem; }

  .dropdown-header { font-size: 0.875rem; }

  .content-body .container-fluid,
  .content-body .container-sm,
  .content-body .container-md,
  .content-body .container-lg,
  .content-body .container-xl,
  .content-body .container-xxl {
    padding-top: 1.5rem;
    padding-right: 2rem;
    padding-left: 2rem; }

  .header .header-content {
    padding-left: 3rem;
    padding-right: 3rem; }

  .card {
    margin-bottom: 2.25rem;
    border-radius: 0.875rem; }

  .card-body {
    padding: 1.75rem; }

  .card-header {
    padding: 2rem 1.75rem 1.75rem; }

  .card-footer {
    padding: 1.375rem 1.75rem; }

  .card-title {
    font-size: 1.1875rem; }

  .table > :not(caption) > * > * {
    padding: 0.75rem 0.875rem; }

  .form-control {
    padding: 0.5rem 1rem;
    font-size: 1rem; }

  .form-control-lg {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem; }

  .form-select {
    padding: 0.5rem 2.75rem 0.5rem 1rem;
    font-size: 1rem; }

  .btn {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-font-size: 1rem; }

  .btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-font-size: 1.25rem; }

  .modal-xl {
    --bs-modal-width: 1500px; }

  .chatbox {
    width: 460px; }

  .chatbox .chatbox-close {
    right: 460px; }

  .offcanvas, .offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-width: 500px; }

  .accordion-button {
    font-size: 1rem;
    padding: 1.25rem 1.5rem; }

  .accordion-body {
    padding: 1.25rem 1.5rem; }

  .nav-link {
    padding: 0.6875rem 1.25rem;
    font-size: 1rem; }

  .page-link {
    padding: 0.5rem 1rem; }

  .footer {
    font-size: 0.9375rem; }

  .dropdown-menu {
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-item-padding-y: 0.4375rem;
    --bs-dropdown-item-padding-x: 1.125rem; }

  .badge {
    --bs-badge-font-size: 0.8125em; }

  /* ── Grid: col-4xl-* ── */
  .col-4xl-1  { flex: 0 0 auto; width: 8.33333%; }
  .col-4xl-2  { flex: 0 0 auto; width: 16.66667%; }
  .col-4xl-3  { flex: 0 0 auto; width: 25%; }
  .col-4xl-4  { flex: 0 0 auto; width: 33.33333%; }
  .col-4xl-5  { flex: 0 0 auto; width: 41.66667%; }
  .col-4xl-6  { flex: 0 0 auto; width: 50%; }
  .col-4xl-7  { flex: 0 0 auto; width: 58.33333%; }
  .col-4xl-8  { flex: 0 0 auto; width: 66.66667%; }
  .col-4xl-9  { flex: 0 0 auto; width: 75%; }
  .col-4xl-10 { flex: 0 0 auto; width: 83.33333%; }
  .col-4xl-11 { flex: 0 0 auto; width: 91.66667%; }
  .col-4xl-12 { flex: 0 0 auto; width: 100%; }
  .col-4xl-auto { flex: 0 0 auto; width: auto; }

  .row-cols-4xl-1 > * { flex: 0 0 auto; width: 100%; }
  .row-cols-4xl-2 > * { flex: 0 0 auto; width: 50%; }
  .row-cols-4xl-3 > * { flex: 0 0 auto; width: 33.33333%; }
  .row-cols-4xl-4 > * { flex: 0 0 auto; width: 25%; }
  .row-cols-4xl-5 > * { flex: 0 0 auto; width: 20%; }
  .row-cols-4xl-6 > * { flex: 0 0 auto; width: 16.66667%; }
  .row-cols-4xl-8 > * { flex: 0 0 auto; width: 12.5%; }

  .offset-4xl-0  { margin-left: 0; }
  .offset-4xl-1  { margin-left: 8.33333%; }
  .offset-4xl-2  { margin-left: 16.66667%; }
  .offset-4xl-3  { margin-left: 25%; }
  .offset-4xl-4  { margin-left: 33.33333%; }
  .offset-4xl-5  { margin-left: 41.66667%; }
  .offset-4xl-6  { margin-left: 50%; }

  .g-4xl-0, .gx-4xl-0 { --bs-gutter-x: 0; }
  .g-4xl-0, .gy-4xl-0 { --bs-gutter-y: 0; }
  .g-4xl-2, .gx-4xl-2 { --bs-gutter-x: 0.5rem; }
  .g-4xl-2, .gy-4xl-2 { --bs-gutter-y: 0.5rem; }
  .g-4xl-3, .gx-4xl-3 { --bs-gutter-x: 1rem; }
  .g-4xl-3, .gy-4xl-3 { --bs-gutter-y: 1rem; }
  .g-4xl-4, .gx-4xl-4 { --bs-gutter-x: 1.5rem; }
  .g-4xl-4, .gy-4xl-4 { --bs-gutter-y: 1.5rem; }
  .g-4xl-5, .gx-4xl-5 { --bs-gutter-x: 3rem; }
  .g-4xl-5, .gy-4xl-5 { --bs-gutter-y: 3rem; }

  .d-4xl-none  { display: none !important; }
  .d-4xl-block { display: block !important; }
  .d-4xl-flex  { display: flex !important; }
  .d-4xl-grid  { display: grid !important; }
  .d-4xl-inline-block { display: inline-block !important; }
  .d-4xl-inline-flex  { display: inline-flex !important; }

  .p-4xl-3 { padding: 1rem !important; }
  .p-4xl-4 { padding: 1.5rem !important; }
  .p-4xl-5 { padding: 3rem !important; }
  .px-4xl-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
  .px-4xl-5 { padding-left: 3rem !important; padding-right: 3rem !important; }
  .py-4xl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-4xl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .m-4xl-auto { margin: auto !important; }
  .mx-4xl-auto { margin-left: auto !important; margin-right: auto !important; }

  .text-4xl-start  { text-align: left !important; }
  .text-4xl-end    { text-align: right !important; }
  .text-4xl-center { text-align: center !important; }
}


/* ─────────────────────────────────────────────
   3. BREAKPOINT: 2800px (5xl)
   Ultra-wide / dual-panel monitoring wall
   ───────────────────────────────────────────── */
@media (min-width: 2800px) {

  :root {
    --bs-body-font-size: 1.125rem;
    --dz-sidebar-width: 22rem;
    --dz-header-height: 6rem;
    --dz-head-title-size: 1.75rem;
    --dz-side-nav-size: 1.125rem;
    --dz-side-nav-padding: 1.25rem 2.25rem;
    --dz-side-sub_nav-padding: .75rem 1.75rem .75rem 5rem;
    --dz-side-ico-size: 1.625rem; }

  h1, .h1 { font-size: 3.5rem; }
  h2, .h2 { font-size: 2.875rem; }
  h3, .h3 { font-size: 2.25rem; }
  h4, .h4 { font-size: 1.75rem; }
  h5, .h5 { font-size: 1.4375rem; }
  h6, .h6 { font-size: 1.25rem; }

  .display-1 { font-size: 8rem; }
  .display-2 { font-size: 7rem; }
  .display-3 { font-size: 6.25rem; }
  .display-4 { font-size: 5.5rem; }
  .display-5 { font-size: 5rem; }
  .display-6 { font-size: 4.25rem; }

  /* Bootstrap fs-1 to fs-6 */
  .fs-1 { font-size: 3.5rem !important; }
  .fs-2 { font-size: 2.875rem !important; }
  .fs-3 { font-size: 2.25rem !important; }
  .fs-4 { font-size: 1.75rem !important; }
  .fs-5 { font-size: 1.4375rem !important; }
  .fs-6 { font-size: 1.25rem !important; }

  /* Custom fs utilities — full set */
  .fs-12 { font-size: 1rem !important; }
  .fs-13 { font-size: 1.0625rem !important; }
  .fs-14 { font-size: 1.425rem !important; }
  .fs-15 { font-size: 1.125rem !important; }
  .fs-16 { font-size: 1.25rem !important; }
  .fs-18 { font-size: 1.8375rem !important; }
  .fs-20 { font-size: 1.625rem !important; }
  .fs-22 { font-size: 1.75rem !important; }
  .fs-24 { font-size: 1.875rem !important; }
  .fs-26 { font-size: 2rem !important; }
  .fs-28 { font-size: 2.125rem !important; }
  .fs-30 { font-size: 2.3125rem !important; }
  .fs-32 { font-size: 2.5rem !important; }
  .fs-34 { font-size: 2.625rem !important; }
  .fs-35 { font-size: 2.6875rem !important; }
  .fs-36 { font-size: 2.875rem !important; }
  .fs-38 { font-size: 3rem !important; }
  .fs-46 { font-size: 3.75rem !important; }
  .fs-48 { font-size: 4rem !important; }

  .lead { font-size: 1.5rem; }

  /* Text elements */
  small, .small { font-size: 1.0625em; }
  .blockquote { font-size: 1.5rem; }
  .blockquote-footer { font-size: 1.0625em; }
  .figure-caption { font-size: 1.0625em; }
  .initialism { font-size: 1.0625em; }
  caption { font-size: 1.125rem; }

  /* Form labels & text */
  .form-label { font-size: 1.125rem; }
  .form-text { font-size: 1.0625em; }
  .col-form-label { font-size: 1.125rem; }
  .col-form-label-lg { font-size: 1.375rem; }
  .col-form-label-sm { font-size: 1rem; }
  .form-check { min-height: 1.6875rem; }
  .form-check-input { width: 1.25em; height: 1.25em; }

  .form-control-sm {
    padding: 0.4375rem 0.75rem;
    font-size: 1rem; }

  .form-select-sm { font-size: 1rem; }
  .form-select-lg { font-size: 1.375rem; }

  .btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem; }

  /* Tooltip */
  .tooltip { font-size: 1rem; }
  .tooltip-inner { padding: 0.4375rem 0.875rem; }

  /* Popover */
  .popover { font-size: 1.125rem; }
  .popover-header { font-size: 1.25rem; padding: 0.875rem 1.125rem; }
  .popover-body { padding: 0.875rem 1.125rem; }

  /* Toast */
  .toast { font-size: 1.125rem; }
  .toast-header { padding: 0.625rem 1.125rem; }
  .toast-body { padding: 1.125rem; }

  /* Spinner */
  .spinner-border {
    --bs-spinner-width: 2.75rem;
    --bs-spinner-height: 2.75rem;
    --bs-spinner-border-width: 0.3125em; }

  .spinner-border-sm {
    --bs-spinner-width: 1.375rem;
    --bs-spinner-height: 1.375rem; }

  /* Card subtitle */
  .card-subtitle { font-size: 1.0625rem; }

  /* Alert */
  .alert { font-size: 1.125rem; padding: 1.375rem; }

  /* List group */
  .list-group-item { padding: 0.75rem 1.375rem; font-size: 1.125rem; }

  /* Progress */
  .progress, .progress-stacked {
    --bs-progress-height: 1.375rem;
    --bs-progress-font-size: 0.875rem; }

  .dropdown-header { font-size: 1rem; }

  .content-body .container-fluid,
  .content-body .container-sm,
  .content-body .container-md,
  .content-body .container-lg,
  .content-body .container-xl,
  .content-body .container-xxl {
    padding-top: 2rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem; }

  .header .header-content {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }

  .card {
    margin-bottom: 2.75rem;
    border-radius: 1rem; }

  .card-body {
    padding: 2rem; }

  .card-header {
    padding: 2.25rem 2rem 2rem; }

  .card-footer {
    padding: 1.5rem 2rem; }

  .card-title {
    font-size: 1.375rem; }

  .table > :not(caption) > * > * {
    padding: 0.875rem 1rem; }

  .form-control {
    padding: 0.625rem 1.125rem;
    font-size: 1.125rem; }

  .form-control-lg {
    padding: 0.875rem 1.5rem;
    font-size: 1.375rem; }

  .form-select {
    font-size: 1.125rem; }

  .btn {
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-font-size: 1.125rem; }

  .btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.75rem;
    --bs-btn-font-size: 1.375rem; }

  .modal-xl {
    --bs-modal-width: 1800px; }

  .modal-lg {
    --bs-modal-width: 1100px; }

  .chatbox {
    width: 540px; }

  .chatbox .chatbox-close {
    right: 540px; }

  .offcanvas, .offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-width: 580px; }

  .accordion-button {
    font-size: 1.125rem;
    padding: 1.375rem 1.75rem; }

  .nav-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem; }

  .page-link {
    padding: 0.625rem 1.125rem;
    font-size: 1.125rem; }

  .dropdown-menu {
    --bs-dropdown-font-size: 1.125rem;
    --bs-dropdown-item-padding-y: 0.5rem;
    --bs-dropdown-item-padding-x: 1.25rem; }

  .footer {
    font-size: 1rem; }

  .footer .copyright {
    padding: 1.375rem; }

  .hamburger svg {
    width: 30px;
    height: 30px; }

  .notification_dropdown .nav-link .badge {
    font-size: 0.75rem;
    width: 1.375rem;
    height: 1.375rem;
    line-height: 1.375rem; }

  /* ── Grid: col-5xl-* ── */
  .col-5xl-1  { flex: 0 0 auto; width: 8.33333%; }
  .col-5xl-2  { flex: 0 0 auto; width: 16.66667%; }
  .col-5xl-3  { flex: 0 0 auto; width: 25%; }
  .col-5xl-4  { flex: 0 0 auto; width: 33.33333%; }
  .col-5xl-5  { flex: 0 0 auto; width: 41.66667%; }
  .col-5xl-6  { flex: 0 0 auto; width: 50%; }
  .col-5xl-7  { flex: 0 0 auto; width: 58.33333%; }
  .col-5xl-8  { flex: 0 0 auto; width: 66.66667%; }
  .col-5xl-9  { flex: 0 0 auto; width: 75%; }
  .col-5xl-10 { flex: 0 0 auto; width: 83.33333%; }
  .col-5xl-11 { flex: 0 0 auto; width: 91.66667%; }
  .col-5xl-12 { flex: 0 0 auto; width: 100%; }
  .col-5xl-auto { flex: 0 0 auto; width: auto; }

  .row-cols-5xl-2 > * { flex: 0 0 auto; width: 50%; }
  .row-cols-5xl-3 > * { flex: 0 0 auto; width: 33.33333%; }
  .row-cols-5xl-4 > * { flex: 0 0 auto; width: 25%; }
  .row-cols-5xl-5 > * { flex: 0 0 auto; width: 20%; }
  .row-cols-5xl-6 > * { flex: 0 0 auto; width: 16.66667%; }
  .row-cols-5xl-8 > * { flex: 0 0 auto; width: 12.5%; }
  .row-cols-5xl-10 > * { flex: 0 0 auto; width: 10%; }

  .d-5xl-none  { display: none !important; }
  .d-5xl-block { display: block !important; }
  .d-5xl-flex  { display: flex !important; }
  .d-5xl-grid  { display: grid !important; }

  .p-5xl-4 { padding: 1.5rem !important; }
  .p-5xl-5 { padding: 3rem !important; }
  .px-5xl-5 { padding-left: 3rem !important; padding-right: 3rem !important; }
  .gap-5xl-3 { gap: 1rem !important; }
  .gap-5xl-4 { gap: 1.5rem !important; }
}


/* ─────────────────────────────────────────────
   4. BREAKPOINT: 3400px (6xl)
   4K monitoring wall
   ───────────────────────────────────────────── */
@media (min-width: 3400px) {

  :root {
    --bs-body-font-size: 1.3125rem;
    --dz-sidebar-width: 26rem;
    --dz-header-height: 7rem;
    --dz-head-title-size: 2rem;
    --dz-side-nav-size: 1.3125rem;
    --dz-side-nav-padding: 1.4rem 2.5rem;
    --dz-side-sub_nav-padding: .875rem 2rem .875rem 5.5rem;
    --dz-side-ico-size: 1.875rem; }

  h1, .h1 { font-size: 4.25rem; }
  h2, .h2 { font-size: 3.5rem; }
  h3, .h3 { font-size: 2.75rem; }
  h4, .h4 { font-size: 2.125rem; }
  h5, .h5 { font-size: 1.6875rem; }
  h6, .h6 { font-size: 1.4375rem; }

  .display-1 { font-size: 10rem; }
  .display-2 { font-size: 8.5rem; }
  .display-3 { font-size: 7.5rem; }
  .display-4 { font-size: 6.5rem; }
  .display-5 { font-size: 6rem; }
  .display-6 { font-size: 5rem; }

  /* Bootstrap fs-1 to fs-6 */
  .fs-1 { font-size: 4.25rem !important; }
  .fs-2 { font-size: 3.5rem !important; }
  .fs-3 { font-size: 2.75rem !important; }
  .fs-4 { font-size: 2.125rem !important; }
  .fs-5 { font-size: 1.6875rem !important; }
  .fs-6 { font-size: 1.4375rem !important; }

  /* Custom fs utilities — full set */
  .fs-12 { font-size: 1.125rem !important; }
  .fs-13 { font-size: 1.1875rem !important; }
  .fs-14 { font-size: 1.25rem !important; }
  .fs-15 { font-size: 1.25rem !important; }
  .fs-16 { font-size: 1.4375rem !important; }
  .fs-18 { font-size: 1.625rem !important; }
  .fs-20 { font-size: 1.875rem !important; }
  .fs-22 { font-size: 2rem !important; }
  .fs-24 { font-size: 2.1875rem !important; }
  .fs-26 { font-size: 2.3125rem !important; }
  .fs-28 { font-size: 2.5rem !important; }
  .fs-30 { font-size: 2.6875rem !important; }
  .fs-32 { font-size: 2.875rem !important; }
  .fs-34 { font-size: 3rem !important; }
  .fs-35 { font-size: 3.0625rem !important; }
  .fs-36 { font-size: 3.25rem !important; }
  .fs-38 { font-size: 3.5rem !important; }
  .fs-46 { font-size: 4.25rem !important; }
  .fs-48 { font-size: 4.5rem !important; }

  .lead { font-size: 1.75rem; }

  /* Text elements */
  small, .small { font-size: 1.125em; }
  .blockquote { font-size: 1.75rem; }
  .blockquote-footer { font-size: 1.125em; }
  .figure-caption { font-size: 1.125em; }
  .initialism { font-size: 1.125em; }
  caption { font-size: 1.3125rem; }

  /* Form labels & text */
  .form-label { font-size: 1.3125rem; }
  .form-text { font-size: 1.125em; }
  .col-form-label { font-size: 1.3125rem; }
  .col-form-label-lg { font-size: 1.5rem; }
  .col-form-label-sm { font-size: 1.125rem; }
  .form-check { min-height: 1.875rem; }
  .form-check-input { width: 1.35em; height: 1.35em; }

  .form-control-sm {
    padding: 0.5rem 0.875rem;
    font-size: 1.125rem; }

  .form-select-sm { font-size: 1.125rem; }
  .form-select-lg { font-size: 1.5rem; }

  .btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-x: 0.875rem;
    --bs-btn-padding-y: 0.4375rem;
    --bs-btn-font-size: 1.125rem; }

  /* Tooltip */
  .tooltip { font-size: 1.125rem; }
  .tooltip-inner { padding: 0.5rem 1rem; }

  /* Popover */
  .popover { font-size: 1.3125rem; }
  .popover-header { font-size: 1.4375rem; padding: 1rem 1.375rem; }
  .popover-body { padding: 1rem 1.375rem; }

  /* Toast */
  .toast { font-size: 1.3125rem; }
  .toast-header { padding: 0.75rem 1.375rem; }
  .toast-body { padding: 1.375rem; }

  /* Spinner */
  .spinner-border {
    --bs-spinner-width: 3.25rem;
    --bs-spinner-height: 3.25rem;
    --bs-spinner-border-width: 0.375em; }

  .spinner-border-sm {
    --bs-spinner-width: 1.625rem;
    --bs-spinner-height: 1.625rem; }

  /* Card subtitle */
  .card-subtitle { font-size: 1.25rem; }

  /* Alert */
  .alert { font-size: 1.3125rem; padding: 1.625rem; }

  /* List group */
  .list-group-item { padding: 0.875rem 1.625rem; font-size: 1.3125rem; }

  /* Progress */
  .progress, .progress-stacked {
    --bs-progress-height: 1.5rem;
    --bs-progress-font-size: 1rem; }

  .dropdown-header { font-size: 1.125rem; }

  .content-body .container-fluid,
  .content-body .container-sm,
  .content-body .container-md,
  .content-body .container-lg,
  .content-body .container-xl,
  .content-body .container-xxl {
    padding-top: 2.5rem;
    padding-right: 3rem;
    padding-left: 3rem; }

  .header .header-content {
    padding-left: 4rem;
    padding-right: 4rem; }

  .card {
    margin-bottom: 3.25rem;
    border-radius: 1.25rem; }

  .card-body {
    padding: 2.5rem; }

  .card-header {
    padding: 2.75rem 2.5rem 2.5rem; }

  .card-title {
    font-size: 1.625rem; }

  .table > :not(caption) > * > * {
    padding: 1rem 1.25rem;
    font-size: 1.3125rem; }

  .form-control {
    padding: 0.75rem 1.375rem;
    font-size: 1.3125rem;
    border-radius: 1rem; }

  .form-control-lg {
    padding: 1rem 1.75rem;
    font-size: 1.5rem; }

  .btn {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.75rem;
    --bs-btn-font-size: 1.3125rem;
    --bs-btn-border-radius: 1rem; }

  .btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-x: 1.875rem;
    --bs-btn-padding-y: 0.9375rem;
    --bs-btn-font-size: 1.5rem; }

  .modal-xl {
    --bs-modal-width: 2200px; }

  .modal-lg {
    --bs-modal-width: 1400px; }

  .chatbox {
    width: 640px; }

  .chatbox .chatbox-close {
    right: 640px; }

  .offcanvas, .offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-width: 700px; }

  .accordion-button {
    font-size: 1.3125rem;
    padding: 1.625rem 2rem; }

  .nav-link {
    padding: 0.875rem 1.75rem;
    font-size: 1.3125rem; }

  .page-link {
    padding: 0.75rem 1.375rem;
    font-size: 1.3125rem; }

  .dropdown-menu {
    --bs-dropdown-font-size: 1.3125rem;
    --bs-dropdown-item-padding-y: 0.625rem;
    --bs-dropdown-item-padding-x: 1.5rem; }

  .breadcrumb {
    font-size: 1.3125rem; }

  .footer {
    font-size: 1.125rem; }

  .hamburger svg {
    width: 36px;
    height: 36px; }

  /* ── Grid: col-6xl-* ── */
  .col-6xl-1  { flex: 0 0 auto; width: 8.33333%; }
  .col-6xl-2  { flex: 0 0 auto; width: 16.66667%; }
  .col-6xl-3  { flex: 0 0 auto; width: 25%; }
  .col-6xl-4  { flex: 0 0 auto; width: 33.33333%; }
  .col-6xl-5  { flex: 0 0 auto; width: 41.66667%; }
  .col-6xl-6  { flex: 0 0 auto; width: 50%; }
  .col-6xl-7  { flex: 0 0 auto; width: 58.33333%; }
  .col-6xl-8  { flex: 0 0 auto; width: 66.66667%; }
  .col-6xl-9  { flex: 0 0 auto; width: 75%; }
  .col-6xl-10 { flex: 0 0 auto; width: 83.33333%; }
  .col-6xl-11 { flex: 0 0 auto; width: 91.66667%; }
  .col-6xl-12 { flex: 0 0 auto; width: 100%; }
  .col-6xl-auto { flex: 0 0 auto; width: auto; }

  .row-cols-6xl-3 > * { flex: 0 0 auto; width: 33.33333%; }
  .row-cols-6xl-4 > * { flex: 0 0 auto; width: 25%; }
  .row-cols-6xl-5 > * { flex: 0 0 auto; width: 20%; }
  .row-cols-6xl-6 > * { flex: 0 0 auto; width: 16.66667%; }
  .row-cols-6xl-8 > * { flex: 0 0 auto; width: 12.5%; }
  .row-cols-6xl-10 > * { flex: 0 0 auto; width: 10%; }
  .row-cols-6xl-12 > * { flex: 0 0 auto; width: 8.33333%; }

  .d-6xl-none  { display: none !important; }
  .d-6xl-block { display: block !important; }
  .d-6xl-flex  { display: flex !important; }

  .gap-6xl-4 { gap: 1.5rem !important; }
  .gap-6xl-5 { gap: 3rem !important; }
}


/* ─────────────────────────────────────────────
   5. BREAKPOINT: 4200px (7xl)
   5K+ command center display
   ───────────────────────────────────────────── */
@media (min-width: 4200px) {

  :root {
    --bs-body-font-size: 1.5rem;
    --dz-sidebar-width: 30rem;
    --dz-header-height: 8rem;
    --dz-head-title-size: 2.375rem;
    --dz-side-nav-size: 1.5rem;
    --dz-side-nav-padding: 1.625rem 3rem;
    --dz-side-sub_nav-padding: 1rem 2.25rem 1rem 6.5rem;
    --dz-side-ico-size: 2.125rem; }

  h1, .h1 { font-size: 5rem; }
  h2, .h2 { font-size: 4.125rem; }
  h3, .h3 { font-size: 3.25rem; }
  h4, .h4 { font-size: 2.5rem; }
  h5, .h5 { font-size: 2rem; }
  h6, .h6 { font-size: 1.6875rem; }

  .display-1 { font-size: 12rem; }
  .display-2 { font-size: 10rem; }
  .display-3 { font-size: 9rem; }
  .display-4 { font-size: 8rem; }
  .display-5 { font-size: 7rem; }
  .display-6 { font-size: 6rem; }

  /* Bootstrap fs-1 to fs-6 */
  .fs-1 { font-size: 5rem !important; }
  .fs-2 { font-size: 4.125rem !important; }
  .fs-3 { font-size: 3.25rem !important; }
  .fs-4 { font-size: 2.5rem !important; }
  .fs-5 { font-size: 2rem !important; }
  .fs-6 { font-size: 1.6875rem !important; }

  /* Custom fs utilities — full set */
  .fs-12 { font-size: 1.3125rem !important; }
  .fs-13 { font-size: 1.375rem !important; }
  .fs-14 { font-size: 1.4375rem !important; }
  .fs-15 { font-size: 1.4375rem !important; }
  .fs-16 { font-size: 1.625rem !important; }
  .fs-18 { font-size: 1.875rem !important; }
  .fs-20 { font-size: 2.125rem !important; }
  .fs-22 { font-size: 2.3125rem !important; }
  .fs-24 { font-size: 2.5rem !important; }
  .fs-26 { font-size: 2.6875rem !important; }
  .fs-28 { font-size: 2.875rem !important; }
  .fs-30 { font-size: 3.0625rem !important; }
  .fs-32 { font-size: 3.25rem !important; }
  .fs-34 { font-size: 3.4375rem !important; }
  .fs-35 { font-size: 3.5rem !important; }
  .fs-36 { font-size: 3.75rem !important; }
  .fs-38 { font-size: 4rem !important; }
  .fs-46 { font-size: 5rem !important; }
  .fs-48 { font-size: 5.25rem !important; }

  .lead { font-size: 2rem; }

  /* Text elements */
  small, .small { font-size: 1.1875em; }
  .blockquote { font-size: 2rem; }
  .blockquote-footer { font-size: 1.1875em; }
  .figure-caption { font-size: 1.1875em; }
  .initialism { font-size: 1.1875em; }
  caption { font-size: 1.5rem; }

  /* Form labels & text */
  .form-label { font-size: 1.5rem; }
  .form-text { font-size: 1.1875em; }
  .col-form-label { font-size: 1.5rem; }
  .col-form-label-lg { font-size: 1.75rem; }
  .col-form-label-sm { font-size: 1.3125rem; }
  .form-check { min-height: 2.125rem; }
  .form-check-input { width: 1.5em; height: 1.5em; }

  .form-control-sm {
    padding: 0.625rem 1rem;
    font-size: 1.3125rem; }

  .form-select-sm { font-size: 1.3125rem; }
  .form-select-lg { font-size: 1.75rem; }

  .btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-font-size: 1.3125rem; }

  /* Tooltip */
  .tooltip { font-size: 1.3125rem; }
  .tooltip-inner { padding: 0.625rem 1.25rem; }

  /* Popover */
  .popover { font-size: 1.5rem; }
  .popover-header { font-size: 1.625rem; padding: 1.125rem 1.625rem; }
  .popover-body { padding: 1.125rem 1.625rem; }

  /* Toast */
  .toast { font-size: 1.5rem; }
  .toast-header { padding: 0.875rem 1.625rem; }
  .toast-body { padding: 1.625rem; }

  /* Spinner */
  .spinner-border {
    --bs-spinner-width: 3.75rem;
    --bs-spinner-height: 3.75rem;
    --bs-spinner-border-width: 0.4375em; }

  .spinner-border-sm {
    --bs-spinner-width: 1.875rem;
    --bs-spinner-height: 1.875rem; }

  /* Card subtitle */
  .card-subtitle { font-size: 1.4375rem; }

  /* Alert */
  .alert { font-size: 1.5rem; padding: 1.875rem; }

  /* List group */
  .list-group-item { padding: 1rem 1.875rem; font-size: 1.5rem; }

  /* Progress */
  .progress, .progress-stacked {
    --bs-progress-height: 1.75rem;
    --bs-progress-font-size: 1.125rem; }

  .dropdown-header { font-size: 1.3125rem; }

  .content-body .container-fluid,
  .content-body .container-sm,
  .content-body .container-md,
  .content-body .container-lg,
  .content-body .container-xl,
  .content-body .container-xxl {
    padding-top: 3rem;
    padding-right: 3.5rem;
    padding-left: 3.5rem; }

  .header .header-content {
    padding-left: 5rem;
    padding-right: 5rem; }

  .card {
    margin-bottom: 3.75rem;
    border-radius: 1.5rem; }

  .card-body {
    padding: 3rem; }

  .card-header {
    padding: 3.25rem 3rem 3rem; }

  .card-title {
    font-size: 1.875rem; }

  .table > :not(caption) > * > * {
    padding: 1.25rem 1.5rem;
    font-size: 1.5rem; }

  .form-control {
    padding: 0.875rem 1.625rem;
    font-size: 1.5rem;
    border-radius: 1.125rem; }

  .form-control-lg {
    padding: 1.125rem 2rem;
    font-size: 1.75rem; }

  .btn {
    --bs-btn-padding-x: 1.75rem;
    --bs-btn-padding-y: 0.875rem;
    --bs-btn-font-size: 1.5rem;
    --bs-btn-border-radius: 1.125rem; }

  .btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-x: 2.25rem;
    --bs-btn-padding-y: 1.125rem;
    --bs-btn-font-size: 1.75rem; }

  .modal-xl {
    --bs-modal-width: 2800px; }

  .modal-lg {
    --bs-modal-width: 1800px; }

  .chatbox {
    width: 780px; }

  .chatbox .chatbox-close {
    right: 780px; }

  .offcanvas, .offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-width: 850px; }

  .accordion-button {
    font-size: 1.5rem;
    padding: 2rem 2.5rem; }

  .accordion-body {
    padding: 2rem 2.5rem; }

  .nav-link {
    padding: 1rem 2rem;
    font-size: 1.5rem; }

  .page-link {
    padding: 0.875rem 1.625rem;
    font-size: 1.5rem; }

  .dropdown-menu {
    --bs-dropdown-font-size: 1.5rem;
    --bs-dropdown-item-padding-y: 0.75rem;
    --bs-dropdown-item-padding-x: 1.75rem;
    --bs-dropdown-border-radius: 1.125rem; }

  .breadcrumb {
    font-size: 1.5rem; }

  .footer {
    font-size: 1.3125rem; }

  .footer .copyright {
    padding: 1.75rem; }

  .hamburger svg {
    width: 42px;
    height: 42px; }

  .badge {
    --bs-badge-padding-x: 0.85em;
    --bs-badge-padding-y: 0.45em;
    --bs-badge-font-size: 0.875em; }

  .notification_dropdown .nav-link .badge {
    font-size: 0.875rem;
    width: 1.625rem;
    height: 1.625rem;
    line-height: 1.625rem; }

  /* ── Grid: col-7xl-* ── */
  .col-7xl-1  { flex: 0 0 auto; width: 8.33333%; }
  .col-7xl-2  { flex: 0 0 auto; width: 16.66667%; }
  .col-7xl-3  { flex: 0 0 auto; width: 25%; }
  .col-7xl-4  { flex: 0 0 auto; width: 33.33333%; }
  .col-7xl-5  { flex: 0 0 auto; width: 41.66667%; }
  .col-7xl-6  { flex: 0 0 auto; width: 50%; }
  .col-7xl-7  { flex: 0 0 auto; width: 58.33333%; }
  .col-7xl-8  { flex: 0 0 auto; width: 66.66667%; }
  .col-7xl-9  { flex: 0 0 auto; width: 75%; }
  .col-7xl-10 { flex: 0 0 auto; width: 83.33333%; }
  .col-7xl-11 { flex: 0 0 auto; width: 91.66667%; }
  .col-7xl-12 { flex: 0 0 auto; width: 100%; }
  .col-7xl-auto { flex: 0 0 auto; width: auto; }

  .row-cols-7xl-4 > * { flex: 0 0 auto; width: 25%; }
  .row-cols-7xl-5 > * { flex: 0 0 auto; width: 20%; }
  .row-cols-7xl-6 > * { flex: 0 0 auto; width: 16.66667%; }
  .row-cols-7xl-8 > * { flex: 0 0 auto; width: 12.5%; }
  .row-cols-7xl-10 > * { flex: 0 0 auto; width: 10%; }
  .row-cols-7xl-12 > * { flex: 0 0 auto; width: 8.33333%; }

  .d-7xl-none  { display: none !important; }
  .d-7xl-block { display: block !important; }
  .d-7xl-flex  { display: flex !important; }

  .gap-7xl-4 { gap: 1.5rem !important; }
  .gap-7xl-5 { gap: 3rem !important; }
  .gap-7xl-6 { gap: 4rem !important; }
}


/* ─────────────────────────────────────────────
   6. SVG & ICON SCALING
   Icons and SVGs used across the dashboard
   scale proportionally at big resolutions
   ───────────────────────────────────────────── */
@media (min-width: 2200px) {
  .nav-header .logo-abbr {
    max-height: 3.5rem; }

  .nav-header .brand-title {
    font-size: 1.375rem; }

  .header-right .notification_dropdown .nav-link svg {
    width: 1.625rem;
    height: 1.625rem; }

  .header-right .notification_dropdown .nav-link i {
    font-size: 1.375rem; }
}

@media (min-width: 3400px) {
  .nav-header .logo-abbr {
    max-height: 4.5rem; }

  .nav-header .brand-title {
    font-size: 1.75rem; }

  .header-right .notification_dropdown .nav-link svg {
    width: 2rem;
    height: 2rem; }

  .header-right .notification_dropdown .nav-link i {
    font-size: 1.75rem; }

  .deznav .metismenu > li > a .menu-icon {
    margin-right: 1.125rem; }

  .deznav .metismenu > li > a .menu-icon svg {
    width: 1.875rem;
    height: 1.875rem; }
}

@media (min-width: 4200px) {
  .nav-header .logo-abbr {
    max-height: 5.5rem; }

  .nav-header .brand-title {
    font-size: 2.125rem; }

  .header-right .notification_dropdown .nav-link svg {
    width: 2.5rem;
    height: 2.5rem; }

  .header-right .notification_dropdown .nav-link i {
    font-size: 2.125rem; }

  .deznav .metismenu > li > a .menu-icon {
    margin-right: 1.375rem; }

  .deznav .metismenu > li > a .menu-icon svg {
    width: 2.125rem;
    height: 2.125rem; }
}


/* ─────────────────────────────────────────────
   7. SCROLLBAR SCALING
   Wider scrollbars for easier interaction
   on touch-capable big screens
   ───────────────────────────────────────────── */
@media (min-width: 2800px) {
  ::-webkit-scrollbar {
    width: 12px;
    height: 12px; }

  ::-webkit-scrollbar-thumb {
    border-radius: 6px; }
}

@media (min-width: 4200px) {
  ::-webkit-scrollbar {
    width: 16px;
    height: 16px; }

  ::-webkit-scrollbar-thumb {
    border-radius: 8px; }
}


/* ─────────────────────────────────────────────
   8. ROW GUTTER SCALING
   Default row gutters widen for big screens
   so cards don't crowd together
   ───────────────────────────────────────────── */
@media (min-width: 1800px) {
  .row {
    --bs-gutter-x: 0.25rem; }
}

@media (min-width: 1900px) {
  .row {
    --bs-gutter-x: 0.25rem; }
}

@media (min-width: 2200px) {
  .row {
    --bs-gutter-x: 0.25rem; }
}

@media (min-width: 2800px) {
  .row {
    --bs-gutter-x: 0.25rem; }
}

@media (min-width: 3400px) {
  .row {
    --bs-gutter-x: 0.25rem; }
}

@media (min-width: 4200px) {
  .row {
    --bs-gutter-x: 0.25rem; }
}