:root {
  --v2-ink: #162033;
  --v2-muted: #64748b;
  --v2-line: rgba(148, 163, 184, 0.22);
  --v2-surface: rgba(255, 255, 255, 0.82);
  --v2-surface-strong: rgba(255, 255, 255, 0.94);
  --v2-accent: #0f766e;
  --v2-accent-strong: #115e59;
  --v2-accent-soft: #d9f3ef;
  --v2-secondary: #f59e0b;
  --v2-secondary-soft: #fff1d6;
  --v2-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  --v2-shadow-soft: 0 14px 32px rgba(15, 23, 42, 0.08);
  --v2-sidebar-fixed-width: 235px;
  --v2-select-arrow: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3e%3cpath d='M5 7.5L10 12.5L15 7.5' stroke='%230f766e' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

body {
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.18), transparent 32%),
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 28%),
    linear-gradient(180deg, #f4faf8 0%, #fffaf3 45%, #f7f9fc 100%);
  color: var(--v2-ink);
  max-width: 100%;
  overflow-x: hidden;
}

body.v2-loading {
  overflow: hidden;
}

img,
svg,
canvas,
iframe,
object,
embed,
video {
  max-width: 100%;
}

.container-scroller,
.page-body-wrapper,
.main-panel {
  overflow-x: clip;
}

.container-scroller,
.page-body-wrapper,
.main-panel,
.content-wrapper {
  background: transparent;
}

.content-wrapper {
  padding-top: 1.75rem;
}

.navbar,
.sidebar {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.05);
}

.sidebar {
  border-bottom: 0;
  border-right: 1px solid var(--v2-line);
  box-shadow: 12px 0 32px rgba(15, 23, 42, 0.04);
  position: relative;
}

.v2-sidebar-backdrop {
  background: rgba(15, 23, 42, 0.42);
  backdrop-filter: blur(2px);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 60px;
  transition: opacity 0.28s ease;
  z-index: 1035;
}

.v2-sidebar-backdrop.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.sidebar-mobile-open {
  overflow: hidden;
}

.navbar {
  border-bottom: 1px solid var(--v2-line);
}

.brand-copy {
  color: var(--v2-ink);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-copy--mobile {
  display: none;
}

.brand-lockup,
.brand-lockup-mini {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}

.brand-lockup {
  gap: 0.8rem;
}

.brand-lockup-mini {
  justify-content: center;
}

.brand-mark,
.brand-mini-mark {
  background: linear-gradient(180deg, var(--v2-accent), var(--v2-secondary));
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.2);
  display: inline-block;
  flex: 0 0 auto;
}

.brand-mark {
  height: 2.7rem;
  width: 0.92rem;
}

.brand-mini-mark {
  height: 2rem;
  width: 0.72rem;
}

.v2-navbar-start {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.profile-tile {
  align-items: center;
  background: linear-gradient(135deg, var(--v2-accent), var(--v2-secondary));
  border-radius: 999px;
  box-shadow: 0 12px 25px rgba(15, 118, 110, 0.2);
  color: #fff;
  display: flex;
  height: 2.4rem;
  justify-content: center;
  width: 2.4rem;
}

.profile-tile__name {
  font-size: 0.95rem;
  font-weight: 800;
}

.v2-navbar-actions {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  margin-left: auto;
}

.navbar .navbar-menu-wrapper {
  gap: 1rem;
  min-height: 4.4rem;
}

.navbar .navbar-toggler {
  align-items: center;
  background: rgba(15, 118, 110, 0.08);
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 0.95rem;
  color: var(--v2-accent-strong);
  display: inline-flex;
  height: 2.65rem;
  justify-content: center;
  padding: 0;
  width: 2.65rem;
}

.navbar .navbar-toggler:hover,
.navbar .navbar-toggler:focus {
  background: rgba(15, 118, 110, 0.14);
  box-shadow: none;
  color: var(--v2-accent-strong);
}

.navbar .navbar-toggler-mobile-inline {
  flex: 0 0 auto;
  margin-left: 0.2rem;
}

.navbar .nav-profile .nav-link {
  padding: 0;
}

.navbar .nav-profile .dropdown-toggle::after {
  display: none;
}

.navbar .navbar-nav-right .dropdown-menu {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1rem;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
  margin-top: 0.85rem;
  min-width: 12rem;
  overflow: hidden;
}

.sidebar-overview {
  background: linear-gradient(145deg, rgba(15, 118, 110, 0.1), rgba(14, 165, 233, 0.08));
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 1.15rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  display: grid;
  gap: 0.18rem;
  margin: 1.15rem 1rem 0.85rem;
  padding: 1rem 1rem 0.95rem;
}

.sidebar-overview__eyebrow {
  color: var(--v2-accent-strong);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sidebar-overview__title {
  color: var(--v2-ink);
  font-size: 1rem;
  font-weight: 800;
}

.sidebar-overview__meta {
  color: var(--v2-muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.sidebar-section-label {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 1.1rem 1rem 0.55rem;
  text-transform: uppercase;
}

.sidebar .nav .nav-item {
  position: relative;
}

.sidebar .nav .nav-item .nav-link {
  border-radius: 1rem;
  color: #425066;
  margin: 0;
  min-height: 2.85rem;
  padding: 0.76rem 0.9rem;
  position: relative;
  transition: all 0.2s ease;
}

.sidebar .nav .nav-item .nav-link i.menu-icon {
  align-items: center;
  color: #6c7b90;
  display: inline-flex;
  justify-content: center;
  margin-right: 0;
  transition: color 0.2s ease;
  width: 1.55rem;
}

.sidebar .nav .nav-item .nav-link .menu-title {
  line-height: 1.25;
  min-width: 0;
}

.sidebar .nav:not(.sub-menu) > .nav-item {
  margin-top: 0.26rem;
}

.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link {
  align-items: center;
  display: grid;
  gap: 0.72rem;
  grid-template-columns: 1.55rem minmax(0, 1fr) auto;
}

.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link:hover,
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link:focus-visible {
  background: rgba(15, 118, 110, 0.08);
  color: #1f2937;
  box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.08);
}

.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link.active,
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] {
  background: linear-gradient(135deg, #0f766e, #0f5d78);
  box-shadow: 0 12px 28px rgba(15, 118, 110, 0.18);
  color: #fff;
}

.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link.active .menu-title,
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] .menu-title {
  color: #fff;
}

.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link:hover .menu-title,
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link:focus-visible .menu-title {
  color: #1f2937;
}

.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link.active:hover .menu-title,
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link.active:focus-visible .menu-title,
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"]:hover .menu-title,
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"]:focus-visible .menu-title {
  color: #fff;
}

.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link:hover i.menu-icon,
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link:hover i.menu-arrow,
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link.active i.menu-icon,
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link.active i.menu-arrow,
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] i.menu-icon,
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] i.menu-arrow {
  color: inherit;
}

.sidebar .nav:not(.sub-menu) {
  margin-top: 0;
  margin-left: 0.85rem;
  margin-right: 0.85rem;
  padding-bottom: 1.25rem;
}

.sidebar .nav.sub-menu {
  background: linear-gradient(180deg, rgba(15, 118, 110, 0.08), rgba(15, 118, 110, 0.02));
  border: 1px solid rgba(15, 118, 110, 0.09);
  border-radius: 0.95rem;
  margin: 0.28rem 0 0.42rem 2.27rem;
  padding: 0.42rem;
}

.sidebar .nav.sub-menu .nav-item::before {
  background: rgba(15, 118, 110, 0.22);
  left: -0.9rem;
  top: 0.9rem;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
  align-items: center;
  border-radius: 0.85rem;
  color: #4b5b73;
  display: flex;
  font-weight: 600;
  min-height: 2.35rem;
  padding: 0.58rem 0.72rem;
}

.sidebar .nav.sub-menu .nav-item .nav-link:hover {
  background: rgba(15, 118, 110, 0.08);
  color: #1f2937;
}

.sidebar .nav.sub-menu .nav-item .nav-link.active {
  background: rgba(15, 118, 110, 0.14);
  color: var(--v2-accent-strong);
  font-weight: 800;
}

.sidebar .nav .nav-item .menu-arrow {
  justify-self: end;
  margin-left: 0;
}

.sidebar .nav .nav-item .nav-link[aria-expanded="true"] .menu-arrow::before {
  color: inherit;
}

.sidebar .nav:not(.sub-menu) > .nav-item.active,
.sidebar .nav.sub-menu,
.sidebar .nav.sub-menu .nav-item:hover {
  background: transparent;
}

.breadcrumb-custom {
  background: transparent;
  flex-wrap: wrap;
  padding: 0;
}

.breadcrumb-custom .breadcrumb-item + .breadcrumb-item::before {
  color: #94a3b8;
}

.v2-page-heading,
.v2-card-heading {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  min-width: 0;
}

.v2-page-heading__icon,
.v2-card-heading__icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(245, 158, 11, 0.14));
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 1rem;
  color: var(--v2-accent-strong);
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}

.v2-page-heading__icon {
  box-shadow: 0 14px 26px rgba(15, 118, 110, 0.11);
  font-size: 1.3rem;
  height: 3rem;
  width: 3rem;
}

.v2-card-heading__icon {
  border-radius: 0.85rem;
  font-size: 1.1rem;
  height: 2.45rem;
  width: 2.45rem;
}

.v2-page-heading h3,
.v2-card-heading .card-title {
  letter-spacing: 0;
}

.v2-section-toolbar {
  align-items: center;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.v2-form-card .card-body,
.v2-detail-card .card-body {
  padding: 1.15rem;
}

.v2-form-card form {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.72), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(226, 232, 240, 0.75);
  border-radius: 1rem;
  padding: 1rem;
}

.v2-form-card .form-group label,
.v2-filter-form label {
  align-items: center;
  color: #334155;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 0.35rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.v2-form-card .form-group label::before,
.v2-filter-form label::before {
  color: var(--v2-accent-strong);
  content: "\F09E1";
  font-family: "Material Design Icons";
  font-size: 0.9rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.v2-filter-form {
  background: #f8fafc;
  border: 1px solid rgba(226, 232, 240, 0.86);
  border-radius: 1rem;
  padding: 0.85rem;
}

.v2-stat-card .card-body {
  overflow: hidden;
  position: relative;
}

.v2-stat-card__head {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.v2-stat-card__icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 0.9rem;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  height: 2.35rem;
  justify-content: center;
  width: 2.35rem;
}

.v2-stat-card:not(.card-tale):not(.card-dark-blue):not(.card-light-blue):not(.card-light-danger) .v2-stat-card__icon {
  background: rgba(15, 118, 110, 0.1);
  color: var(--v2-accent-strong);
}

.v2-stat-card__icon i {
  font-size: 1.15rem;
  line-height: 1;
}

.card {
  background: var(--v2-surface);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 1.35rem;
  box-shadow: var(--v2-shadow-soft);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  box-shadow: var(--v2-shadow);
  transform: translateY(-2px);
}

.card .card-title {
  color: var(--v2-ink);
  font-weight: 800;
}

.card .card-description,
.text-muted {
  color: var(--v2-muted) !important;
}

.card-tale,
.card-dark-blue,
.card-light-blue,
.card-light-danger {
  border: 0;
  color: #fff;
}

.card-tale {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
}

.card-dark-blue {
  background: linear-gradient(135deg, #1d3557, #457b9d);
}

.card-light-blue {
  background: linear-gradient(135deg, #0284c7, #38bdf8);
}

.card-light-danger {
  background: linear-gradient(135deg, #d97706, #f59e0b);
}

.btn {
  border-radius: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

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

.btn-sm {
  border-radius: 999px;
  font-size: 0.78rem;
  line-height: 1.2;
  padding: 0.52rem 0.85rem;
}

.btn-icon-text {
  align-items: center;
  display: inline-flex;
  gap: 0.42rem;
}

.btn-icon-prepend {
  margin-right: 0 !important;
}

.btn-primary {
  background: linear-gradient(135deg, var(--v2-accent), var(--v2-accent-strong));
  border-color: transparent;
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.18);
  color: #fff;
}

.btn-primary:focus,
.btn-primary:hover {
  background: linear-gradient(135deg, #129285, #0f766e);
  border-color: transparent;
}

.btn-outline-primary {
  background: rgba(15, 118, 110, 0.08);
  border-color: rgba(15, 118, 110, 0.16);
  color: var(--v2-accent-strong);
}

.btn-outline-primary:hover {
  background: var(--v2-accent-strong);
  border-color: var(--v2-accent-strong);
  box-shadow: 0 12px 20px rgba(15, 118, 110, 0.18);
  color: #fff;
}

.btn-outline-info,
.btn-outline-success,
.btn-outline-warning,
.btn-outline-danger {
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
}

.btn-outline-info {
  background: rgba(2, 132, 199, 0.1);
  color: #0369a1;
}

.btn-outline-info:hover {
  background: #0369a1;
  color: #fff;
}

.btn-outline-success {
  background: rgba(4, 120, 87, 0.1);
  color: #047857;
}

.btn-outline-success:hover {
  background: #047857;
  color: #fff;
}

.btn-outline-warning {
  background: rgba(180, 83, 9, 0.1);
  color: #b45309;
}

.btn-outline-warning:hover {
  background: #b45309;
  color: #fff;
}

.btn-outline-danger {
  background: rgba(185, 28, 28, 0.09);
  color: #b91c1c;
}

.btn-outline-danger:hover {
  background: #b91c1c;
  color: #fff;
}

.btn-light {
  background: #f8fafc;
  border-color: rgba(148, 163, 184, 0.22);
  color: #334155;
}

.btn-light:hover {
  background: #e2e8f0;
  color: #1f2937;
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: visible;
}

.v2-table-card {
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
}

.v2-table-card .card-body {
  padding: 1.15rem;
}

.v2-table-card .card-title {
  color: #0f172a;
  font-size: 1.02rem;
  font-weight: 800;
}

.v2-table-card .card-description {
  color: #64748b;
  font-weight: 500;
}

.v2-table-card .card-body > .d-flex.justify-content-between {
  align-items: center;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  gap: 1rem;
  margin-bottom: 1rem !important;
  padding-bottom: 1rem;
}

.v2-table-frame {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(15, 118, 110, 0.2), rgba(2, 132, 199, 0.12), rgba(245, 158, 11, 0.16)) border-box;
  border: 1px solid transparent;
  border-radius: 1.15rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  padding: 0.75rem;
}

.v2-dt-theme {
  color: #334155;
}

.v2-dt-shell {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.v2-dt-toolbar {
  align-items: center;
  background: #f8fafc;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: space-between;
  padding: 0.7rem;
}

.v2-dt-left {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 0.65rem;
  min-width: 0;
}

.v2-dt-length,
.v2-dt-search,
.v2-dt-buttons {
  align-items: center;
  display: flex;
}

.v2-dt-buttons,
.v2-dt-buttons .dt-buttons,
.v2-dt-theme .dt-buttons.btn-group {
  flex-wrap: wrap;
  gap: 0.4rem;
}

.v2-dt-theme .dt-buttons.btn-group {
  align-items: center;
  display: flex;
}

.v2-dt-theme .dt-buttons .btn,
.v2-dt-theme .dt-button {
  align-items: center;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 0.34rem;
  justify-content: center;
  line-height: 1;
  min-height: 2.22rem;
  padding: 0.55rem 0.78rem !important;
  text-decoration: none !important;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.v2-dt-theme .dt-buttons .btn:hover,
.v2-dt-theme .dt-button:hover {
  transform: translateY(-1px);
}

.v2-dt-theme .dt-button i,
.v2-dt-theme .dt-buttons .btn i {
  font-size: 0.78rem;
  line-height: 1;
}

.v2-dt-theme .v2-dt-button--refresh {
  background: #fff !important;
  color: #0f766e !important;
  box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.18) !important;
}

.v2-dt-theme .v2-dt-button--excel {
  background: rgba(22, 163, 74, 0.1) !important;
  color: #15803d !important;
}

.v2-dt-theme .v2-dt-button--pdf {
  background: rgba(220, 38, 38, 0.1) !important;
  color: #b91c1c !important;
}

.v2-dt-theme .v2-dt-button--download {
  background: rgba(2, 132, 199, 0.11) !important;
  color: #0369a1 !important;
}

.v2-dt-theme .v2-dt-button--refresh:hover {
  background: #0f766e !important;
  color: #fff !important;
}

.v2-dt-theme .v2-dt-button--excel:hover {
  background: #15803d !important;
  color: #fff !important;
}

.v2-dt-theme .v2-dt-button--pdf:hover {
  background: #b91c1c !important;
  color: #fff !important;
}

.v2-dt-theme .v2-dt-button--download:hover {
  background: #0369a1 !important;
  color: #fff !important;
}

.v2-dt-theme .dt-button.disabled,
.v2-dt-theme .dt-button.disabled:hover,
.v2-dt-theme .dt-buttons .btn.disabled,
.v2-dt-theme .dt-buttons .btn.disabled:hover {
  background: rgba(226, 232, 240, 0.72) !important;
  color: #94a3b8 !important;
  cursor: not-allowed;
  transform: none;
}

.v2-dt-search {
  flex: 1 1 21rem;
  justify-content: flex-end;
  min-width: 14rem;
  position: relative;
}

.v2-dt-table {
  background: #fff;
  border: 1px solid rgba(203, 213, 225, 0.7);
  border-radius: 0.95rem;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
  overflow-x: auto;
  overflow-y: visible;
}

.v2-table {
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.86rem;
  margin-bottom: 0;
  min-width: 100%;
  width: 100% !important;
}

.v2-table th,
.v2-table td {
  box-sizing: border-box;
}

.v2-table thead th {
  background: linear-gradient(180deg, #f8fafc 0%, #eef6f5 100%);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  color: #334155;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  padding: 0.82rem 1rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.v2-table.dataTable thead th,
.v2-table.dataTable thead td {
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  padding-right: 2rem;
}

.v2-table.dataTable thead .sorting::before,
.v2-table.dataTable thead .sorting::after,
.v2-table.dataTable thead .sorting_asc::before,
.v2-table.dataTable thead .sorting_asc::after,
.v2-table.dataTable thead .sorting_desc::before,
.v2-table.dataTable thead .sorting_desc::after {
  color: #94a3b8;
  font-size: 0.75rem;
  right: 0.75rem;
}

.v2-table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: transparent;
  background-color: #fff;
}

.v2-table.table-striped > tbody > tr:nth-of-type(even) > * {
  background-color: rgba(248, 250, 252, 0.68);
}

.v2-table tbody td {
  border-bottom: 1px solid rgba(226, 232, 240, 0.82);
  color: #475569;
  line-height: 1.35;
  padding: 0.76rem 1rem;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
  vertical-align: middle;
  white-space: nowrap;
}

table.dataTable.no-footer {
  border-bottom: 0;
}

.v2-table tbody tr:last-child td {
  border-bottom: 0;
}

.v2-table tbody td:first-child {
  color: #64748b;
  font-weight: 800;
}

.v2-table--indexed thead th:first-child,
.v2-table--indexed tbody td:first-child {
  text-align: center;
  width: 4.2rem;
}

.v2-table--indexed.dataTable thead th:first-child,
.v2-table--indexed.dataTable thead td:first-child {
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}

.v2-table--actions thead th:last-child,
.v2-table--actions tbody td:last-child {
  text-align: right;
  width: 1%;
  white-space: nowrap;
}

.v2-table--actions tbody td:last-child {
  min-width: 18rem;
}

.v2-table--actions.dataTable thead th:last-child,
.v2-table--actions.dataTable thead td:last-child {
  padding-right: 1rem;
}

.v2-table tbody tr:hover td {
  background: inherit;
  color: inherit;
}

.v2-table tbody tr:hover td:first-child {
  box-shadow: none;
}

.v2-action-cluster {
  align-items: center;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  justify-content: flex-end;
  max-width: none;
  white-space: nowrap;
  width: max-content;
}

.v2-action-cluster form {
  flex: 0 0 auto;
  margin: 0;
}

.v2-action-cluster .btn {
  align-items: center;
  flex: 0 0 auto;
  display: inline-flex;
  gap: 0.35rem;
  justify-content: center;
  min-width: 0;
  white-space: nowrap;
}

.v2-action-cluster .btn-sm {
  border-radius: 999px;
  box-shadow: none;
  font-size: 0.72rem;
  min-height: 1.8rem;
  padding: 0.34rem 0.66rem;
}

.v2-action-cluster--count-1 {
  min-width: 4.8rem;
}

.v2-action-cluster--count-2 {
  min-width: 8.8rem;
}

.v2-action-cluster--count-3 {
  min-width: 13rem;
}

.v2-action-cluster--count-4 {
  min-width: 17rem;
}

.v2-action-cluster--count-5 {
  gap: 0.32rem;
  min-width: 22rem;
}

.v2-action-cluster--count-5 .btn-sm {
  padding-left: 0.55rem;
  padding-right: 0.55rem;
}

.v2-action-button i {
  font-size: 0.72rem;
  line-height: 1;
}

.v2-table .badge {
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 0.4rem 0.62rem;
}

.v2-table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
.v2-table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  background-color: var(--v2-accent);
  border: 0;
  box-shadow: 0 6px 14px rgba(15, 118, 110, 0.18);
  line-height: 1.05rem;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select,
.form-control,
.form-select {
  background: var(--v2-surface-strong);
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 0.95rem;
  box-shadow: none;
  min-height: 2.9rem;
}

select.form-control,
.form-select,
.dataTables_wrapper .dataTables_length select {
  appearance: none;
  background-color: #fff;
  background-image: var(--v2-select-arrow), linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  background-position: right 0.92rem center, 0 0;
  background-repeat: no-repeat;
  background-size: 0.9rem 0.9rem, 100% 100%;
  border-color: rgba(100, 116, 139, 0.24);
  color: #0f172a;
  cursor: pointer;
  font-weight: 750;
  line-height: 1.25;
  padding: 0.68rem 2.45rem 0.68rem 0.95rem;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

select.form-control:hover,
.form-select:hover,
.dataTables_wrapper .dataTables_length select:hover {
  background-image: var(--v2-select-arrow), linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
  border-color: rgba(15, 118, 110, 0.36);
}

select.form-control:disabled,
.form-select:disabled,
.dataTables_wrapper .dataTables_length select:disabled {
  background-color: #f1f5f9;
  color: #94a3b8;
  cursor: not-allowed;
  opacity: 1;
}

select.form-control option,
.form-select option,
.dataTables_wrapper .dataTables_length select option {
  color: #0f172a;
  font-weight: 700;
}

.select2-container--default .select2-selection--single,
.select2-container--bootstrap .select2-selection--single {
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(100, 116, 139, 0.24);
  border-radius: 0.95rem;
  display: flex;
  min-height: 2.9rem;
  padding: 0 2.45rem 0 0.95rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #0f172a;
  font-weight: 750;
  line-height: 1.25;
  padding-left: 0;
  padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  background-image: var(--v2-select-arrow);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.9rem 0.9rem;
  height: 100%;
  right: 0.62rem;
  top: 0;
  width: 2rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--bootstrap.select2-container--focus .select2-selection--single,
.select2-container--bootstrap.select2-container--open .select2-selection--single {
  border-color: rgba(15, 118, 110, 0.45);
  box-shadow: 0 0 0 0.22rem rgba(15, 118, 110, 0.12);
}

.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
  align-items: center;
  color: #475569;
  display: flex;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 0.55rem;
  margin-bottom: 0;
  white-space: nowrap;
}

.v2-dt-search .dataTables_filter,
.v2-dt-search .dataTables_filter label {
  width: 100%;
}

.dataTables_wrapper .dataTables_filter label {
  justify-content: flex-end;
}

.dataTables_wrapper .dataTables_length select {
  background-color: #fff;
  color: #0f172a;
  font-weight: 800;
  margin-left: 0;
  margin-right: 0;
  min-height: 2.35rem;
  min-width: 6.4rem;
  padding-bottom: 0.36rem;
  padding-top: 0.36rem;
}

.dataTables_wrapper .dataTables_filter input {
  background: #fff;
  border-radius: 999px;
  margin-left: 0 !important;
  min-height: 2.45rem;
  min-width: 0;
  padding-left: 1rem;
  width: min(23rem, 100%) !important;
}

.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length select:focus,
.form-control:focus,
.form-select:focus {
  border-color: rgba(15, 118, 110, 0.45);
  box-shadow: 0 0 0 0.22rem rgba(15, 118, 110, 0.12);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  color: var(--v2-muted) !important;
}

.v2-dt-footer {
  align-items: center;
  background: #f8fafc;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 0.95rem;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  padding: 0.7rem;
}

.v2-dt-info,
.v2-dt-pager {
  min-width: 0;
}

.v2-dt-pager {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.dataTables_wrapper .dataTables_info {
  font-size: 0.82rem;
  font-weight: 700;
  padding-top: 0 !important;
  white-space: normal;
}

.dataTables_wrapper .dataTables_paginate {
  align-items: center;
  background: linear-gradient(135deg, rgba(217, 243, 239, 0.95), rgba(255, 241, 214, 0.72));
  border: 1px solid rgba(15, 118, 110, 0.2);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(15, 118, 110, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 0.22rem;
  justify-content: flex-end;
  margin-left: auto;
  padding: 0.24rem;
}

.dataTables_wrapper .dataTables_paginate > span {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.22rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  align-items: center;
  background: rgba(255, 255, 255, 0.64) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: var(--v2-accent-strong) !important;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  margin-left: 0 !important;
  min-height: 2rem;
  min-width: 2rem;
  padding: 0.34rem 0.62rem !important;
  text-decoration: none !important;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  background: rgba(15, 118, 110, 0.1) !important;
  color: var(--v2-accent-strong) !important;
  font-size: 0.78rem;
  min-width: 2rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button i {
  line-height: 1;
  pointer-events: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: linear-gradient(135deg, var(--v2-accent), var(--v2-secondary)) !important;
  border: 0 !important;
  color: #fff !important;
  box-shadow: 0 8px 16px rgba(15, 118, 110, 0.22) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background: var(--v2-accent) !important;
  border: 0 !important;
  box-shadow: 0 8px 16px rgba(15, 118, 110, 0.16) !important;
  color: #fff !important;
  outline: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: rgba(17, 94, 89, 0.38) !important;
  cursor: not-allowed !important;
  transform: none;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  align-items: center;
  color: rgba(17, 94, 89, 0.58);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 2rem;
  min-width: 1.5rem;
}

.v2-table-processing {
  align-items: center;
  color: var(--v2-accent-strong);
  display: inline-flex;
  font-weight: 700;
  gap: 0.65rem;
}

.v2-table-processing span,
.v2-page-loader__spinner {
  animation: v2-spin 0.85s linear infinite;
  border: 3px solid rgba(15, 118, 110, 0.16);
  border-top-color: var(--v2-accent);
  border-radius: 50%;
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
}

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

.detail-grid--wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-grid div {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 250, 252, 0.96));
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 1rem;
  padding: 0.95rem 1rem;
}

.detail-grid span {
  color: var(--v2-muted);
  display: block;
  font-size: 0.76rem;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.detail-grid strong {
  color: var(--v2-ink);
  display: block;
  font-size: 0.96rem;
  font-weight: 800;
  word-break: break-word;
}

.v2-report-heading {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  min-width: 0;
}

.v2-report-heading__icon,
.v2-report-table-title__icon {
  align-items: center;
  background: rgba(15, 118, 110, 0.1);
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 0.85rem;
  color: var(--v2-accent-strong);
  display: inline-flex;
  flex: 0 0 auto;
  height: 2.45rem;
  justify-content: center;
  width: 2.45rem;
}

.v2-report-heading__icon i,
.v2-report-table-title__icon i {
  font-size: 1.2rem;
  line-height: 1;
}

.v2-report-actions .btn {
  align-items: center;
}

.v2-report-metric .card-body {
  overflow: hidden;
  position: relative;
}

.v2-report-metric__head {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.v2-report-metric__icon {
  align-items: center;
  background: rgba(15, 118, 110, 0.1);
  border-radius: 0.9rem;
  color: var(--v2-accent-strong);
  display: inline-flex;
  flex: 0 0 auto;
  height: 2.35rem;
  justify-content: center;
  width: 2.35rem;
}

.v2-report-metric__icon i {
  font-size: 1.18rem;
  line-height: 1;
}

.card-tale .v2-report-metric__icon,
.card-dark-blue .v2-report-metric__icon,
.card-light-blue .v2-report-metric__icon,
.card-light-danger .v2-report-metric__icon {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.v2-report-metric .fs-30 {
  font-weight: 800;
  line-height: 1;
}

.v2-report-table-title {
  align-items: center;
  display: flex;
  gap: 0.65rem;
}

.map-frame {
  border: 0;
  border-radius: 1rem;
  height: 520px;
  width: 100%;
}

.empty-state {
  align-items: center;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.07), rgba(245, 158, 11, 0.08));
  border: 1px dashed rgba(15, 118, 110, 0.2);
  border-radius: 1rem;
  color: var(--v2-muted);
  display: flex;
  height: 320px;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.schedule-mini {
  display: grid;
  gap: 1rem;
}

.schedule-item {
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 0.95rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: auto 1fr auto;
  padding: 0.95rem 1rem;
}

.schedule-badge {
  border-radius: 999px;
  height: 0.85rem;
  width: 0.85rem;
}

.v2-consent-banner {
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(255, 243, 224, 0.96), rgba(222, 247, 241, 0.92));
  border: 1px solid rgba(245, 158, 11, 0.18);
  border-radius: 1.2rem;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding: 1rem 1.1rem;
}

.v2-consent-banner__icon {
  align-items: center;
  background: linear-gradient(135deg, var(--v2-secondary), var(--v2-accent));
  border-radius: 1rem;
  box-shadow: 0 12px 22px rgba(15, 118, 110, 0.16);
  color: #fff;
  display: inline-flex;
  flex: 0 0 3rem;
  font-size: 1.35rem;
  height: 3rem;
  justify-content: center;
}

.v2-consent-banner__body {
  display: grid;
  gap: 0.35rem;
}

.v2-consent-banner__content {
  display: grid;
  flex: 1 1 auto;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
}

.v2-consent-banner__column {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.v2-consent-banner__column--tamil {
  border-left: 1px solid rgba(15, 118, 110, 0.14);
  padding-left: 1rem;
}

.v2-consent-banner__eyebrow {
  color: var(--v2-accent-strong);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v2-consent-banner__headline {
  color: var(--v2-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
}

.v2-consent-banner__copy {
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.55;
}

.v2-consent-banner__copy a {
  color: var(--v2-accent-strong);
  font-weight: 800;
  text-decoration: none;
}

.v2-consent-banner__providers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.2rem;
}

.v2-consent-banner__provider {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  color: #475569;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 700;
  gap: 0.3rem;
  padding: 0.5rem 0.85rem;
}

.v2-consent-disclosure {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 1.1rem;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
  margin-bottom: 1rem;
  overflow: hidden;
}

.v2-consent-disclosure__summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  list-style: none;
  padding: 0.8rem 0.9rem;
}

.v2-consent-disclosure__summary::-webkit-details-marker {
  display: none;
}

.v2-consent-disclosure__title {
  align-items: center;
  color: #0f172a;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 800;
  gap: 0.65rem;
}

.v2-consent-disclosure__icon,
.v2-consent-disclosure__toggle {
  align-items: center;
  border-radius: 0.85rem;
  display: inline-flex;
  justify-content: center;
}

.v2-consent-disclosure__icon {
  background: linear-gradient(135deg, var(--v2-secondary), var(--v2-accent));
  color: #fff;
  height: 2.25rem;
  width: 2.25rem;
}

.v2-consent-disclosure__toggle {
  background: rgba(15, 118, 110, 0.1);
  color: var(--v2-accent-strong);
  height: 2rem;
  transition: transform 0.18s ease;
  width: 2rem;
}

.v2-consent-disclosure[open] .v2-consent-disclosure__toggle {
  transform: rotate(180deg);
}

.v2-consent-disclosure__body {
  background: linear-gradient(135deg, rgba(255, 247, 237, 0.72), rgba(236, 253, 245, 0.72));
  border-top: 1px solid rgba(15, 118, 110, 0.1);
  padding: 0.9rem;
}

.v2-consent-disclosure .v2-consent-banner {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
}

.v2-consent-disclosure .v2-consent-banner__icon {
  display: none;
}

.table td .badge,
.table th .badge {
  font-size: 0.75rem;
}

.epod-preview-card {
  overflow: hidden;
}

.epod-preview-frame {
  align-items: center;
  background:
    linear-gradient(#f8fafc, #f8fafc) padding-box,
    linear-gradient(135deg, rgba(15, 118, 110, 0.22), rgba(37, 99, 235, 0.12), rgba(245, 158, 11, 0.18)) border-box;
  border: 1px solid transparent;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  min-height: 30rem;
  overflow: hidden;
  padding: 0.65rem;
}

.epod-preview-link {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.epod-preview-link img {
  border-radius: 0.8rem;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
  max-height: 68vh;
  object-fit: contain;
  width: 100%;
}

.epod-preview-frame object {
  border: 0;
  border-radius: 0.8rem;
  min-height: 30rem;
  width: 100%;
}

.epod-preview-empty {
  align-items: center;
  color: #64748b;
  display: grid;
  gap: 0.35rem;
  justify-items: center;
  padding: 2rem 1rem;
  text-align: center;
}

.epod-preview-empty i {
  color: #94a3b8;
  font-size: 2.4rem;
}

.epod-preview-empty strong {
  color: #0f172a;
  font-size: 1rem;
}

.auth .auth-form-light {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 1.4rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.v2-page-loader {
  align-items: center;
  background: rgba(248, 250, 252, 0.56);
  backdrop-filter: blur(10px);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.18s ease;
  z-index: 2000;
}

.v2-page-loader.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.v2-page-loader__panel {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.18);
  display: flex;
  height: 7.4rem;
  justify-content: center;
  padding: 0;
  width: 7.4rem;
}

.v2-page-loader__spinner {
  border-width: 3px;
  height: 3rem;
  position: absolute;
  width: 3rem;
  z-index: 3;
}

.v2-page-loader__motion {
  align-items: center;
  display: flex;
  height: 4.6rem;
  justify-content: center;
  position: relative;
  width: 4.6rem;
}

.v2-page-loader__halo,
.v2-page-loader__pulse {
  border-radius: 50%;
  position: absolute;
}

.v2-page-loader__halo {
  animation: v2-loader-halo 1.5s ease-in-out infinite;
  border: 1px solid rgba(15, 118, 110, 0.16);
  inset: -0.2rem;
}

.v2-page-loader__pulse {
  animation: v2-loader-pulse-ring 1.35s ease-in-out infinite;
  background: radial-gradient(circle, rgba(15, 118, 110, 0.22) 0%, rgba(15, 118, 110, 0.08) 45%, rgba(15, 118, 110, 0) 72%);
  inset: 0.55rem;
}

.v2-page-loader__dot {
  animation: v2-loader-node 1.1s ease-in-out infinite;
  background: linear-gradient(135deg, var(--v2-accent), var(--v2-secondary));
  border-radius: 999px;
  display: inline-block;
  height: 0.48rem;
  opacity: 0.42;
  position: absolute;
  width: 0.48rem;
  z-index: 4;
}

.v2-page-loader__dot--one {
  left: 50%;
  top: 0.1rem;
  transform: translateX(-50%);
}

.v2-page-loader__dot--two {
  right: 0.18rem;
  top: 50%;
  transform: translateY(-50%);
}

.v2-page-loader__dot--three {
  bottom: 0.14rem;
  left: 50%;
  transform: translateX(-50%);
}

.v2-page-loader__dot--two {
  animation-delay: 0.16s;
}

.v2-page-loader__dot--three {
  animation-delay: 0.32s;
}

.swal2-popup {
  border-radius: 1.2rem !important;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18) !important;
}

.swal2-confirm {
  background: linear-gradient(135deg, var(--v2-accent), var(--v2-accent-strong)) !important;
  border-radius: 0.85rem !important;
}

.swal2-cancel {
  background: #e2e8f0 !important;
  border-radius: 0.85rem !important;
  color: var(--v2-ink) !important;
}

.v2-alert-list {
  margin: 0;
  padding-left: 1rem;
  text-align: left;
}

.dashboard-section-label {
  color: var(--v2-accent-strong);
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.dashboard-hero {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(15, 118, 110, 0.96), rgba(17, 94, 89, 0.9));
  color: #fff;
}

.dashboard-hero .card-description,
.dashboard-hero .dashboard-section-label {
  color: rgba(255, 255, 255, 0.82) !important;
}

.dashboard-hero__top,
.dashboard-panel-head {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.dashboard-hero__title {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  max-width: 40rem;
}

.dashboard-hero__actions,
.dashboard-shortcut-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.dashboard-hero__actions .btn {
  border-color: rgba(255, 255, 255, 0.22);
}

.dashboard-kpi-grid,
.dashboard-metric-grid {
  display: grid;
  gap: 1rem;
}

.dashboard-kpi-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.dashboard-kpi {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.15rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: 1rem 1.05rem;
}

.dashboard-kpi__label {
  color: rgba(255, 255, 255, 0.76);
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.dashboard-kpi__value {
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.55rem;
}

.dashboard-kpi__meta {
  color: rgba(255, 255, 255, 0.74);
  display: block;
  font-size: 0.82rem;
  line-height: 1.45;
}

.dashboard-chart-shell {
  min-height: 21rem;
  position: relative;
}

.dashboard-chart-shell--compact {
  min-height: 17rem;
}

.dashboard-progress-list {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.4rem;
}

.dashboard-progress-item__head {
  align-items: center;
  display: flex;
  font-size: 0.9rem;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.dashboard-progress-item__track {
  background: rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  height: 0.6rem;
  overflow: hidden;
}

.dashboard-progress-item__bar {
  background: linear-gradient(135deg, var(--v2-accent), #14b8a6);
  border-radius: inherit;
  display: block;
  height: 100%;
}

.dashboard-progress-item__bar--amber {
  background: linear-gradient(135deg, #f59e0b, #f97316);
}

.dashboard-progress-item__bar--blue {
  background: linear-gradient(135deg, #2563eb, #38bdf8);
}

.dashboard-metric-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dashboard-mini-metric {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.98));
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 1rem;
  padding: 0.95rem 1rem;
}

.dashboard-mini-metric__label {
  color: var(--v2-muted);
  display: block;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}

.dashboard-mini-metric__value {
  color: var(--v2-ink);
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
}

.dashboard-telemetry-list,
.dashboard-insight-list,
.dashboard-attention-list,
.dashboard-alert-list {
  display: grid;
  gap: 0.85rem;
}

.dashboard-telemetry-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.dashboard-telemetry-list__item {
  align-items: center;
  background: rgba(15, 118, 110, 0.05);
  border: 1px solid rgba(15, 118, 110, 0.08);
  border-radius: 0.95rem;
  display: flex;
  justify-content: space-between;
  padding: 0.85rem 0.95rem;
}

.dashboard-telemetry-list__item span {
  color: var(--v2-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.dashboard-telemetry-list__item strong {
  color: var(--v2-ink);
  font-size: 1rem;
  font-weight: 800;
}

.dashboard-insight {
  border-radius: 1.05rem;
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1.05rem;
}

.dashboard-insight--success {
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.12), rgba(16, 185, 129, 0.08));
  border: 1px solid rgba(16, 185, 129, 0.16);
}

.dashboard-insight--info {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(56, 189, 248, 0.08));
  border: 1px solid rgba(37, 99, 235, 0.14);
}

.dashboard-insight--warning {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.14), rgba(249, 115, 22, 0.08));
  border: 1px solid rgba(245, 158, 11, 0.16);
}

.dashboard-insight__title {
  color: var(--v2-ink);
  display: block;
  font-size: 0.98rem;
  font-weight: 800;
}

.dashboard-insight p {
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.5;
}

.dashboard-insight__link {
  color: var(--v2-accent-strong);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.dashboard-shortcut-group {
  border-top: 1px solid rgba(226, 232, 240, 0.8);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}

.dashboard-shortcut-group__title {
  color: var(--v2-ink);
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.dashboard-shortcut-list {
  display: grid;
}

.dashboard-shortcut {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(226, 232, 240, 0.84);
  border-radius: 0.95rem;
  color: inherit;
  display: grid;
  gap: 0.2rem;
  padding: 0.9rem 0.95rem;
  text-decoration: none;
}

.dashboard-shortcut span {
  color: var(--v2-ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.dashboard-shortcut small {
  color: var(--v2-muted);
  font-size: 0.78rem;
}

.dashboard-shortcut--subtle {
  background: rgba(15, 118, 110, 0.04);
}

.dashboard-attention-item,
.dashboard-alert-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.98));
  border: 1px solid rgba(226, 232, 240, 0.85);
  border-radius: 1rem;
  color: inherit;
  display: grid;
  gap: 0.28rem;
  padding: 0.95rem 1rem;
  text-decoration: none;
}

.dashboard-attention-item strong,
.dashboard-alert-item strong {
  color: var(--v2-ink);
  font-size: 0.94rem;
  font-weight: 800;
}

.dashboard-attention-item span,
.dashboard-attention-item small,
.dashboard-alert-item small {
  color: var(--v2-muted);
}

.dashboard-empty-state {
  align-items: center;
  background: rgba(255, 255, 255, 0.65);
  border: 1px dashed rgba(148, 163, 184, 0.32);
  border-radius: 1rem;
  color: var(--v2-muted);
  display: flex;
  font-size: 0.9rem;
  justify-content: center;
  min-height: 8rem;
  padding: 1rem;
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --v2-sidebar-fixed-width: 210px;
  }

  .navbar .navbar-brand-wrapper {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
    width: 210px;
  }

  .navbar .navbar-menu-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    width: calc(100% - 210px);
  }

  .sidebar,
  .sidebar-mini .sidebar {
    width: 210px;
  }

  .main-panel,
  .sidebar-mini .main-panel {
    width: calc(100% - 210px);
  }

  .sidebar-overview,
  .sidebar-section-label {
    display: none;
  }

  .brand-copy--desktop {
    font-size: 0.92rem;
    letter-spacing: 0.04em;
  }

  .dashboard-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .sidebar-icon-only .sidebar-overview,
  .sidebar-icon-only .sidebar-section-label {
    display: none !important;
  }

  .sidebar-icon-only .sidebar .nav:not(.sub-menu) {
    margin-left: 0.65rem;
    margin-right: 0.65rem;
  }

  .sidebar-icon-only .sidebar .nav .nav-item .nav-link {
    border-radius: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 0 0.9rem 0.9rem 0;
    color: #1f2937;
    left: 72px;
    min-height: 3rem;
  }

  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title,
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link:hover .menu-title {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 10px 16px 28px rgba(15, 23, 42, 0.12);
    color: #1f2937;
  }

  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse,
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 118, 110, 0.08);
    border-radius: 0 0 1rem 0;
    box-shadow: 12px 18px 30px rgba(15, 23, 42, 0.1);
    left: 72px;
    width: 210px;
  }

  .sidebar-icon-only .sidebar .nav.sub-menu {
    background: transparent;
    border: 0;
    padding: 0.35rem 0.5rem 0.65rem 1rem;
  }

  .sidebar-icon-only .sidebar .nav.sub-menu .nav-item::before {
    display: none;
  }

  .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link {
    border-radius: 0.85rem;
    padding-left: 0.85rem;
  }
}

@keyframes v2-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes v2-loader-node {
  0%,
  80%,
  100% {
    opacity: 0.32;
  }

  40% {
    opacity: 1;
  }
}

@keyframes v2-loader-halo {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.94);
  }

  50% {
    opacity: 0.75;
    transform: scale(1.06);
  }
}

@keyframes v2-loader-pulse-ring {
  0%,
  100% {
    opacity: 0.4;
    transform: scale(0.9);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.08);
  }
}

@media (max-width: 991.98px) {
  .container-scroller,
  .page-body-wrapper,
  .main-panel,
  .content-wrapper,
  .row,
  [class*="col-"] {
    min-width: 0;
  }

  .main-panel,
  .sidebar-mini .main-panel,
  .sidebar-icon-only .main-panel {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .page-body-wrapper {
    padding-top: 60px;
  }

  .navbar .navbar-brand-wrapper {
    flex: 0 0 auto;
    gap: 0.48rem;
    justify-content: flex-start !important;
    padding-left: 0.75rem;
    padding-right: 0.35rem;
    width: auto;
  }

  .navbar .navbar-menu-wrapper {
    gap: 0.5rem;
    flex: 1 1 auto;
    min-height: 60px;
    padding-left: 0.4rem;
    padding-right: 0.75rem;
    justify-content: flex-end;
    min-width: 0;
    width: auto;
  }

  .navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
    align-items: center;
    display: inline-flex;
    gap: 0.55rem;
    max-width: min(48vw, 8.7rem);
    min-width: 0;
    width: auto;
  }

  .brand-copy {
    display: none;
  }

  .brand-copy--mobile {
    color: var(--v2-ink);
    display: inline-block;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    max-width: 7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .brand-mini-mark {
    box-shadow: none;
    height: 1.55rem;
    width: 0.58rem;
  }

  .navbar .navbar-toggler-mobile-inline {
    display: inline-flex !important;
    height: 2.38rem;
    margin-left: 0;
    width: 2.38rem;
  }

  .v2-navbar-start {
    display: none;
  }

  .v2-navbar-actions {
    flex: 1 1 auto;
    justify-content: flex-end;
    margin-left: 0;
  }

  .navbar .navbar-nav-right .dropdown-menu {
    margin-top: 0.65rem;
    min-width: 11rem;
  }

  .sidebar-offcanvas {
    box-shadow: 18px 0 42px rgba(15, 23, 42, 0.18);
    bottom: 0;
    height: calc(100vh - 60px);
    left: 0;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: auto;
    top: 60px;
    transform: translate3d(-105%, 0, 0);
    transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.36s ease;
    will-change: transform;
    width: min(78vw, 285px);
    z-index: 1040;
  }

  .sidebar-offcanvas.active {
    left: 0;
    right: auto;
    transform: translate3d(0, 0, 0);
  }

  .sidebar {
    width: min(78vw, 285px);
  }

  .sidebar-overview {
    display: grid;
    margin: 0.9rem 0.85rem 0.75rem;
    padding: 0.85rem 0.9rem;
  }

  .sidebar-section-label {
    display: block;
    margin: 0 1rem 0.45rem;
  }

  .detail-grid,
  .detail-grid--wide {
    grid-template-columns: 1fr;
  }

  .v2-consent-banner {
    flex-direction: column;
  }

  .v2-consent-banner__content {
    width: 100%;
  }

  .v2-consent-banner__providers {
    gap: 0.45rem;
  }

  .v2-consent-banner__provider {
    justify-content: space-between;
    width: 100%;
  }

  .map-frame {
    height: 380px;
  }

  .v2-page-loader__panel {
    height: 6.6rem;
    width: 6.6rem;
  }

  .content-wrapper {
    padding: 1rem;
  }

  .content-wrapper > .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .content-wrapper > .row > [class*="col-"],
  .content-wrapper .row > [class*="col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sidebar .nav:not(.sub-menu) {
    margin-left: 0.85rem;
    margin-right: 0.85rem;
  }

  .card .card-body {
    padding: 1rem;
  }

  .dashboard-hero__top,
  .dashboard-panel-head {
    flex-direction: column;
  }

  .dashboard-hero__title {
    font-size: 1.4rem;
  }

  .dashboard-kpi-grid,
  .dashboard-metric-grid,
  .dashboard-telemetry-list {
    grid-template-columns: 1fr;
  }

  .dashboard-chart-shell,
  .dashboard-chart-shell--compact {
    min-height: 18rem;
  }

  .table-responsive,
  .dataTables_wrapper {
    overflow-x: auto;
  }

  .v2-table thead th,
  .v2-table tbody td {
    white-space: nowrap;
  }

  .epod-preview-frame,
  .epod-preview-frame object {
    min-height: 24rem;
  }
}

@media (max-width: 767.98px) {
  .content-wrapper {
    padding: 0.9rem;
  }

  .grid-margin {
    margin-bottom: 0.9rem;
  }

  .card {
    border-radius: 1rem;
  }

  .full-page-wrapper,
  .auth,
  .auth > .w-100,
  .auth .row {
    min-width: 0;
  }

  .auth {
    min-height: 100vh;
    padding: 1rem;
  }

  .auth .auth-form-light {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
  }

  .v2-page-heading,
  .v2-card-heading,
  .v2-report-heading {
    gap: 0.65rem;
    width: 100%;
  }

  .v2-page-heading__icon,
  .v2-card-heading__icon,
  .v2-report-heading__icon,
  .v2-report-table-title__icon {
    border-radius: 0.78rem;
    height: 2.35rem;
    width: 2.35rem;
  }

  .v2-page-heading h3 {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .v2-page-heading h6,
  .card-description {
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .breadcrumb-custom {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    white-space: nowrap;
  }

  .card-body > .d-flex.justify-content-between {
    align-items: stretch !important;
    flex-direction: column;
    gap: 0.85rem;
  }

  .card-body > .d-flex.justify-content-between .badge {
    align-self: flex-start;
  }

  .card-body > .d-flex.justify-content-between .btn,
  .card-body > .d-flex.justify-content-between form,
  .card-body > .d-flex.justify-content-between .v2-action-cluster {
    justify-content: center;
    width: 100%;
  }

  .d-flex.justify-content-end.gap-2,
  .d-flex.flex-wrap.justify-content-end.gap-2,
  .form-group.d-flex.align-items-end.gap-2,
  [class*="col-"].d-flex.align-items-end.gap-2 {
    align-items: stretch !important;
    flex-direction: column;
  }

  .d-flex.justify-content-end.gap-2 > .btn,
  .d-flex.flex-wrap.justify-content-end.gap-2 > .btn,
  .d-flex.flex-wrap.justify-content-end.gap-2 > form,
  .form-group.d-flex.align-items-end.gap-2 > .btn,
  [class*="col-"].d-flex.align-items-end.gap-2 > .btn {
    justify-content: center;
    width: 100%;
  }

  .form-group > .d-flex.gap-2 {
    align-items: stretch;
    flex-direction: column;
  }

  .form-group > .d-flex.gap-2 > .btn {
    justify-content: center;
    width: 100%;
  }

  .btn,
  .btn-sm,
  .btn-icon-text {
    max-width: 100%;
    white-space: normal;
  }

  .form-control,
  .form-select,
  .select2-container {
    max-width: 100%;
    width: 100% !important;
  }

  .v2-dt-toolbar,
  .v2-dt-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 0.75rem;
  }

  .v2-dt-left,
  .v2-dt-buttons,
  .v2-dt-buttons .dt-buttons,
  .v2-dt-theme .dt-buttons.btn-group {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .v2-dt-theme .dt-buttons .btn,
  .v2-dt-theme .dt-button {
    width: 100%;
  }

  .v2-table-card .card-body {
    padding: 0.9rem;
  }

  .v2-table-card .card-body > .d-flex.justify-content-between {
    align-items: stretch;
    flex-direction: column;
  }

  .v2-table-card .card-body > .d-flex.justify-content-between .btn {
    justify-content: center;
    width: 100%;
  }

  .v2-page-heading {
    align-items: flex-start;
  }

  .v2-section-toolbar {
    align-items: stretch !important;
    flex-direction: column;
  }

  .v2-section-toolbar > .btn,
  .v2-section-toolbar .v2-action-cluster {
    justify-content: center;
    width: 100%;
  }

  .v2-filter-form {
    align-items: stretch;
  }

  .v2-filter-form [class*="col-"] {
    min-width: 0;
  }

  .v2-card-heading {
    align-items: flex-start;
  }

  .v2-form-card form {
    padding: 0.85rem;
  }

  .v2-table-frame {
    border-radius: 0.95rem;
    padding: 0.5rem;
  }

  .v2-dt-table,
  .dataTables_wrapper .table-responsive {
    max-width: 100%;
    overflow-x: auto;
  }

  .dataTables_wrapper .dataTables_paginate {
    max-width: 100%;
    overflow-x: auto;
  }

  .v2-report-heading {
    align-items: flex-start;
  }

  .v2-report-actions {
    width: 100%;
  }

  .v2-report-actions .btn {
    flex: 1 1 100%;
    justify-content: center;
  }

  .v2-report-table-title {
    align-items: flex-start;
    font-size: 0.98rem;
  }

  .dataTables_wrapper .dataTables_length label,
  .dataTables_wrapper .dataTables_filter label {
    align-items: stretch;
    flex-direction: column;
    gap: 0.35rem;
  }

  .dataTables_wrapper .dataTables_filter label {
    justify-content: flex-start;
  }

  .v2-dt-search {
    flex-basis: auto;
    justify-content: flex-start;
    min-width: 0;
    width: 100%;
  }

  .dataTables_wrapper .dataTables_filter input,
  .dataTables_wrapper .dataTables_length select {
    margin-left: 0;
    width: 100%;
  }

  .dataTables_wrapper .dataTables_paginate {
    justify-content: center;
    margin-left: 0;
    width: fit-content;
  }

  .v2-consent-banner {
    padding: 0.9rem;
  }

  .v2-consent-disclosure__summary {
    padding: 0.75rem;
  }

  .v2-consent-disclosure__body {
    padding: 0.75rem;
  }

  .v2-consent-banner__content {
    grid-template-columns: 1fr;
  }

  .v2-consent-banner__column--tamil {
    border-left: 0;
    border-top: 1px solid rgba(15, 118, 110, 0.14);
    padding-left: 0;
    padding-top: 0.85rem;
  }

  .v2-action-cluster {
    justify-content: flex-start;
    max-width: 100%;
    overflow-x: auto;
  }

  .v2-table .v2-action-cluster {
    padding-bottom: 0.12rem;
  }

  .integration-toolbar {
    align-items: stretch !important;
    flex-direction: column;
    gap: 0.75rem;
  }

  .integration-toolbar .badge {
    align-self: flex-start;
  }

  .integration-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .integration-actions .btn {
    justify-content: center;
    width: 100%;
  }

  .integration-note {
    border-radius: 0.85rem;
    font-size: 0.84rem;
    padding: 0.75rem;
  }

  .alert,
  .swal2-popup {
    max-width: 100%;
  }

  .detail-grid div {
    min-width: 0;
  }

  .detail-grid strong,
  .detail-grid span {
    overflow-wrap: anywhere;
  }

  .map-frame {
    height: 320px;
    min-height: 18rem;
  }

  .empty-state {
    height: auto;
    min-height: 13rem;
    padding: 1.2rem;
  }

  .epod-preview-frame,
  .epod-preview-frame object {
    min-height: 20rem;
  }

  .epod-preview-link img {
    max-height: 58vh;
  }

  .dashboard-hero__actions {
    width: 100%;
  }

  .dashboard-hero__actions .btn {
    flex: 1 1 calc(50% - 0.65rem);
  }

  .dashboard-title-block,
  .dashboard-card-head .btn,
  .dashboard-tab-panel__head .btn {
    width: 100%;
  }

  .dashboard-card-head .btn,
  .dashboard-tab-panel__head .btn {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .navbar .navbar-brand-wrapper {
    padding-left: 0.6rem;
    padding-right: 0.35rem;
    width: auto;
  }

  .navbar .navbar-menu-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: auto;
  }

  .brand-copy--mobile {
    font-size: 0.7rem;
    letter-spacing: 0.03em;
    max-width: 6.4rem;
  }

  .navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
    max-width: min(45vw, 7.8rem);
  }

  .navbar .navbar-toggler-mobile-inline {
    height: 2.28rem;
    width: 2.28rem;
  }

  .profile-tile {
    height: 2.15rem;
    width: 2.15rem;
  }

  .navbar .navbar-toggler {
    height: 2.35rem;
    width: 2.35rem;
  }

  .sidebar-offcanvas,
  .sidebar {
    width: min(82vw, 290px);
  }

  .sidebar-overview__eyebrow {
    font-size: 0.64rem;
  }

  .sidebar-overview__title {
    font-size: 0.94rem;
  }

  .content-wrapper {
    padding: 0.8rem;
  }

  .content-wrapper > .row {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
  }

  .content-wrapper > .row > [class*="col-"],
  .content-wrapper .row > [class*="col-"] {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .card .card-body,
  .v2-table-card .card-body,
  .v2-form-card .card-body,
  .v2-detail-card .card-body {
    padding: 0.82rem;
  }

  .auth {
    padding: 0.75rem;
  }

  .auth .auth-form-light {
    border-radius: 1rem;
  }

  .v2-page-heading,
  .v2-card-heading,
  .v2-report-heading {
    gap: 0.55rem;
  }

  .v2-page-heading__icon,
  .v2-card-heading__icon,
  .v2-report-heading__icon,
  .v2-report-table-title__icon {
    height: 2.1rem;
    width: 2.1rem;
  }

  .v2-page-heading h3 {
    font-size: 1.12rem;
  }

  .v2-section-toolbar,
  .v2-dt-toolbar,
  .v2-dt-footer,
  .v2-filter-form {
    border-radius: 0.85rem;
    padding: 0.65rem;
  }

  .dataTables_wrapper .dataTables_paginate {
    border-radius: 0.9rem;
    justify-content: flex-start;
    width: 100%;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button {
    min-height: 1.9rem;
    min-width: 1.9rem;
    padding-left: 0.52rem !important;
    padding-right: 0.52rem !important;
  }

  .v2-table thead th,
  .v2-table tbody td {
    padding: 0.66rem 0.78rem;
  }

  .v2-action-cluster--count-4,
  .v2-action-cluster--count-5 {
    min-width: max-content;
  }

  .map-frame {
    height: 260px;
    min-height: 16rem;
  }

  .epod-preview-frame,
  .epod-preview-frame object {
    min-height: 16rem;
  }

  .dashboard-hero__title {
    font-size: 1.24rem;
  }

  .dashboard-hero__actions .btn {
    flex: 1 1 100%;
  }
}

@media (min-width: 992px) {
  .sidebar {
    bottom: 0;
    height: calc(100vh - 60px);
    left: 0;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 60px;
    width: var(--v2-sidebar-fixed-width);
    z-index: 1020;
  }

  .main-panel {
    margin-left: var(--v2-sidebar-fixed-width);
    width: calc(100% - var(--v2-sidebar-fixed-width));
  }

  .sidebar-icon-only .sidebar {
    width: 70px;
  }

  .sidebar-icon-only .main-panel {
    margin-left: 70px;
    width: calc(100% - 70px);
  }

  .navbar .navbar-brand-wrapper {
    background: transparent;
    border-right: 1px solid var(--v2-line);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar .navbar-menu-wrapper {
    background: transparent;
    border-left: 0;
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .navbar .navbar-menu-wrapper .navbar-nav .nav-item {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
    margin-left: auto;
  }

  .sidebar .nav:not(.sub-menu) {
    overflow-y: auto;
    scrollbar-width: thin;
  }
}

.dashboard-main-stack,
.dashboard-side-stack {
  display: grid;
  gap: 1rem;
  width: 100%;
}

.dashboard-summary-strip {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.dashboard-summary-card,
.dashboard-surface {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 1.05rem;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.055);
}

.dashboard-summary-card {
  align-items: center;
  display: flex;
  gap: 0.9rem;
  min-height: 6.7rem;
  overflow: hidden;
  padding: 1rem 1.05rem;
  position: relative;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.dashboard-summary-card:hover {
  border-color: rgba(15, 118, 110, 0.2);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.dashboard-summary-card::after {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  content: "";
  inset: 0;
  opacity: 0.55;
  pointer-events: none;
  position: absolute;
}

.dashboard-summary-card--slate {
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

.dashboard-summary-card--teal {
  background: linear-gradient(135deg, #ecfeff, #dcfce7);
}

.dashboard-summary-card--blue {
  background: linear-gradient(135deg, #eff6ff, #eef2ff);
}

.dashboard-summary-card--amber {
  background: linear-gradient(135deg, #fff7ed, #fef3c7);
}

.dashboard-summary-card__icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 1rem;
  color: #0f172a;
  display: inline-flex;
  flex: 0 0 3rem;
  font-size: 1.45rem;
  height: 3rem;
  justify-content: center;
  position: relative;
  width: 3rem;
  z-index: 1;
}

.dashboard-summary-card__body {
  display: grid;
  gap: 0.18rem;
  position: relative;
  z-index: 1;
}

.dashboard-summary-card__label {
  color: #475569;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dashboard-summary-card__value {
  color: #0f172a;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.dashboard-summary-card__meta {
  color: #64748b;
  display: block;
  font-size: 0.8rem;
  line-height: 1.4;
}

.dashboard-surface .card-body {
  padding: 1.1rem;
}

.dashboard-card-head,
.dashboard-tab-panel__head {
  align-items: center;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  display: flex;
  gap: 0.85rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
}

.dashboard-title-block {
  align-items: center;
  display: inline-flex;
  gap: 0.7rem;
  min-width: 0;
}

.dashboard-title-icon {
  align-items: center;
  border-radius: 0.85rem;
  display: inline-flex;
  flex: 0 0 2.35rem;
  font-size: 1.05rem;
  height: 2.35rem;
  justify-content: center;
  width: 2.35rem;
}

.dashboard-title-icon--slate {
  background: rgba(15, 23, 42, 0.08);
  color: #334155;
}

.dashboard-title-icon--teal {
  background: rgba(15, 118, 110, 0.11);
  color: #0f766e;
}

.dashboard-title-icon--blue {
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
}

.dashboard-title-icon--amber {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}

.dashboard-title-icon--red {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}

.dashboard-card-head .card-title,
.dashboard-tab-panel__head .card-title {
  color: #0f172a;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.2;
}

.dashboard-card-head .btn,
.dashboard-tab-panel__head .btn {
  flex-shrink: 0;
}

.dashboard-flow-layout {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(180px, 230px) minmax(0, 1fr);
}

.dashboard-flow-chart {
  min-height: 11.5rem;
  position: relative;
}

.dashboard-flow-chart canvas {
  height: 11.5rem !important;
  max-width: 100%;
}

.dashboard-flow-legend {
  display: grid;
  gap: 0.7rem;
}

.dashboard-flow-legend__item {
  align-items: center;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0.9rem;
}

.dashboard-flow-legend__label {
  align-items: center;
  color: #334155;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 600;
  gap: 0.65rem;
}

.dashboard-flow-legend__dot {
  border-radius: 999px;
  display: inline-block;
  height: 0.72rem;
  width: 0.72rem;
}

.dashboard-flow-legend__metrics {
  display: grid;
  gap: 0.1rem;
  justify-items: end;
}

.dashboard-flow-legend__metrics strong {
  color: #0f172a;
  font-size: 1rem;
  line-height: 1;
}

.dashboard-flow-legend__metrics small {
  color: #64748b;
  font-size: 0.76rem;
}

.dashboard-throughput-metrics {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 0.95rem;
}

.dashboard-throughput-metric {
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 0.95rem;
  display: grid;
  gap: 0.18rem;
  padding: 0.78rem 0.85rem;
}

.dashboard-throughput-metric span,
.dashboard-inline-metric span,
.dashboard-summary-panel-item__label {
  color: #64748b;
  font-size: 0.78rem;
}

.dashboard-throughput-metric strong,
.dashboard-inline-metric strong,
.dashboard-summary-panel-item__value {
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 700;
}

.dashboard-chart-shell--line {
  min-height: 14rem;
}

.dashboard-chart-shell--line canvas {
  height: 14rem !important;
}

.dashboard-empty-graph {
  align-items: center;
  background: linear-gradient(135deg, #f8fafc, #eff6ff);
  border: 1px dashed rgba(148, 163, 184, 0.28);
  border-radius: 1rem;
  color: #64748b;
  display: grid;
  gap: 0.35rem;
  justify-items: center;
  min-height: 13rem;
  padding: 1.2rem;
  text-align: center;
}

.dashboard-empty-graph--compact {
  min-height: 11.8rem;
}

.dashboard-empty-graph i {
  color: #94a3b8;
  font-size: 1.9rem;
}

.dashboard-empty-graph strong {
  color: #0f172a;
  font-size: 1rem;
}

.dashboard-surface--highlight {
  background: linear-gradient(180deg, #f8fffd, #ffffff);
}

.dashboard-summary-panel-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.dashboard-summary-panel-item {
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(20, 184, 166, 0.12);
  border-radius: 1rem;
  display: flex;
  gap: 0.7rem;
  min-height: 4.5rem;
  padding: 0.85rem 0.9rem;
}

.dashboard-summary-panel-item__icon {
  align-items: center;
  background: rgba(15, 118, 110, 0.1);
  border-radius: 0.85rem;
  color: #0f766e;
  display: inline-flex;
  flex: 0 0 2.5rem;
  font-size: 1.1rem;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}

.dashboard-inline-metrics {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
}

.dashboard-inline-metric {
  background: #f8fafc;
  border-radius: 0.9rem;
  display: grid;
  gap: 0.1rem;
  padding: 0.72rem 0.78rem;
}

.dashboard-progress-list {
  gap: 0.75rem;
}

.dashboard-progress-item__head {
  margin-bottom: 0.42rem;
}

.dashboard-progress-item__track {
  height: 0.52rem;
}

.dashboard-insight-groups {
  display: grid;
  gap: 0.85rem;
}

.dashboard-insight-group {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1rem;
  padding: 0.85rem;
}

.dashboard-insight-group--critical {
  background: rgba(254, 242, 242, 0.92);
  border-color: rgba(239, 68, 68, 0.16);
}

.dashboard-insight-group--warning {
  background: rgba(255, 247, 237, 0.95);
  border-color: rgba(245, 158, 11, 0.16);
}

.dashboard-insight-group--info {
  background: rgba(239, 246, 255, 0.9);
  border-color: rgba(37, 99, 235, 0.16);
}

.dashboard-insight-group__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}

.dashboard-insight-group__head span {
  color: #0f172a;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.dashboard-insight-group__head strong {
  color: #0f172a;
  font-size: 0.88rem;
}

.dashboard-insight-list {
  display: grid;
  gap: 0.7rem;
}

.dashboard-insight-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 0.95rem;
  color: inherit;
  display: grid;
  gap: 0.3rem;
  padding: 0.78rem 0.85rem;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.dashboard-insight-card:hover {
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.dashboard-insight-card__title {
  color: #0f172a;
  font-size: 0.92rem;
}

.dashboard-insight-card p {
  color: #475569;
  font-size: 0.82rem;
  line-height: 1.45;
}

.dashboard-insight-card__link {
  color: #0f766e;
  font-size: 0.78rem;
  font-weight: 700;
}

.dashboard-insight-empty {
  color: #64748b;
  font-size: 0.82rem;
}

.dashboard-tabs-toolbar {
  margin-bottom: 0.95rem;
}

.dashboard-tab-nav {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dashboard-tab {
  align-items: center;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 0.95rem;
  color: #334155;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 4.25rem;
  padding: 0.9rem 0.95rem;
  text-align: left;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.dashboard-tab:hover {
  border-color: rgba(15, 118, 110, 0.24);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.07);
  transform: translateY(-1px);
}

.dashboard-tab.is-active {
  background: linear-gradient(135deg, #0f766e, #115e59);
  border-color: transparent;
  box-shadow: 0 18px 30px rgba(15, 118, 110, 0.22);
  color: #ffffff;
}

.dashboard-tab__label {
  font-size: 0.86rem;
  font-weight: 700;
}

.dashboard-tab__count {
  align-items: center;
  background: rgba(15, 118, 110, 0.1);
  border-radius: 999px;
  color: #0f766e;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  min-width: 2.4rem;
  padding: 0.42rem 0.62rem;
}

.dashboard-tab.is-active .dashboard-tab__count {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.dashboard-tab__meta {
  color: inherit;
  font-size: 0.78rem;
  line-height: 1.4;
  opacity: 0.76;
}

.dashboard-tab-content {
  min-height: 20rem;
}

.dashboard-tab-panel {
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 0.95rem;
  min-height: 20rem;
  padding: 0.95rem;
}

.dashboard-tab-select-wrap {
  display: none;
}

.dashboard-data-table,
.dashboard-activity-table {
  margin-bottom: 0;
}

.dashboard-data-table thead th,
.dashboard-activity-table thead th {
  border-top: 0;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 0 0.8rem;
  text-transform: uppercase;
}

.dashboard-data-table tbody td,
.dashboard-activity-table tbody td {
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  color: #334155;
  font-size: 0.9rem;
  padding: 0.85rem 0;
  vertical-align: middle;
}

.dashboard-data-table__primary {
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 700;
}

.dashboard-data-table__secondary {
  color: #64748b;
  display: block;
  font-size: 0.8rem;
  line-height: 1.45;
  margin-top: 0.12rem;
}

.dashboard-status-badge,
.dashboard-alert-tag {
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 0.44rem 0.65rem;
  text-transform: uppercase;
}

.dashboard-status-badge--success {
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
}

.dashboard-status-badge--info,
.dashboard-alert-tag--info {
  background: rgba(37, 99, 235, 0.12);
  color: #1d4ed8;
}

.dashboard-status-badge--warning,
.dashboard-alert-tag--warning {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}

.dashboard-alert-tag--critical {
  background: rgba(239, 68, 68, 0.12);
  color: #dc2626;
}

.dashboard-alert-list {
  display: grid;
  gap: 0.75rem;
}

.dashboard-alert-card {
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 1rem;
  color: inherit;
  display: grid;
  gap: 0.55rem;
  padding: 0.85rem 0.9rem;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.dashboard-alert-card:hover {
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.dashboard-alert-card__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 0.65rem;
}

.dashboard-alert-card__head small {
  color: #64748b;
  font-size: 0.76rem;
}

.dashboard-alert-card__title {
  color: #0f172a;
  font-size: 0.92rem;
}

.dashboard-skeleton-stack {
  display: grid;
  gap: 0.8rem;
}

.dashboard-skeleton {
  animation: dashboard-skeleton-wave 1.4s linear infinite;
  background: linear-gradient(90deg, #e2e8f0 18%, #f8fafc 50%, #e2e8f0 82%);
  background-size: 220% 100%;
  border-radius: 0.9rem;
}

.dashboard-skeleton--heading {
  height: 3rem;
  width: 42%;
}

.dashboard-skeleton--row {
  height: 4.15rem;
  width: 100%;
}

.dashboard-empty-state {
  padding: 1rem 0;
}

@keyframes dashboard-skeleton-wave {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@media (max-width: 1199.98px) {
  .dashboard-summary-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-flow-layout {
    grid-template-columns: 1fr;
  }

  .dashboard-flow-chart {
    max-width: 15rem;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .dashboard-summary-strip {
    display: flex;
    margin-left: -0.05rem;
    margin-right: -0.05rem;
    overflow-x: auto;
    padding-bottom: 0.1rem;
    scroll-snap-type: x proximity;
  }

  .dashboard-summary-card {
    flex: 0 0 17.5rem;
    scroll-snap-align: start;
  }

  .dashboard-card-head,
  .dashboard-tab-panel__head {
    flex-direction: column;
  }

  .dashboard-throughput-metrics,
  .dashboard-summary-panel-grid,
  .dashboard-inline-metrics,
  .dashboard-tab-nav {
    grid-template-columns: 1fr;
  }

  .dashboard-tab-nav {
    display: none;
  }

  .dashboard-tab-select-wrap {
    display: block;
  }

  .dashboard-tab-content,
  .dashboard-tab-panel {
    min-height: 18rem;
  }

  .dashboard-data-table thead,
  .dashboard-activity-table thead {
    display: none;
  }

  .dashboard-data-table tbody tr,
  .dashboard-activity-table tbody tr {
    display: grid;
    gap: 0.25rem;
    padding: 0.75rem 0;
  }

  .dashboard-data-table tbody td,
  .dashboard-activity-table tbody td {
    border-top: 0;
    padding: 0;
  }

  .dashboard-data-table tbody tr + tr,
  .dashboard-activity-table tbody tr + tr {
    border-top: 1px solid rgba(148, 163, 184, 0.14);
  }
}

@media (max-width: 575.98px) {
  .dashboard-summary-card {
    flex-basis: 15.75rem;
    min-height: 6.9rem;
  }

  .dashboard-summary-card__value {
    font-size: 1.8rem;
  }

  .dashboard-surface .card-body {
    padding: 0.95rem;
  }

  .dashboard-flow-legend__item,
  .dashboard-summary-panel-item,
  .dashboard-alert-card,
  .dashboard-tab {
    border-radius: 0.9rem;
  }
}

@media (max-width: 767.98px) {
  .v2-page-header--dashboard > .col-md-12 {
    margin-bottom: 0.8rem;
  }

  .v2-page-header--dashboard .v2-page-heading {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(236, 253, 245, 0.7));
    border: 1px solid rgba(15, 118, 110, 0.1);
    border-radius: 1rem;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.055);
    padding: 0.72rem;
  }

  .v2-page-header--dashboard .v2-page-heading__icon {
    flex-basis: 2.55rem;
    height: 2.55rem;
    width: 2.55rem;
  }

  .v2-page-header--dashboard .v2-page-heading h3 {
    font-size: 1.18rem;
    margin-bottom: 0.15rem !important;
  }

  .v2-page-header--dashboard .v2-page-heading h6 {
    display: -webkit-box;
    font-size: 0.82rem;
    line-height: 1.42;
    max-width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .v2-consent-disclosure {
    border-radius: 1rem;
    margin-bottom: 0.85rem;
  }

  .v2-consent-disclosure__summary {
    min-height: 3.55rem;
    padding: 0.7rem 0.75rem;
  }

  .v2-consent-disclosure__title {
    font-size: 0.98rem;
    line-height: 1.22;
  }

  .v2-consent-disclosure__icon {
    flex: 0 0 2.3rem;
    height: 2.3rem;
    width: 2.3rem;
  }

  .v2-consent-disclosure__body {
    max-height: min(52vh, 27rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0.72rem;
  }

  .v2-consent-disclosure .v2-consent-banner {
    gap: 0;
  }

  .v2-consent-banner__content {
    gap: 0.75rem;
  }

  .v2-consent-banner__headline {
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .v2-consent-banner__copy {
    font-size: 0.86rem;
  }

  .v2-consent-banner__providers {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr;
  }

  .v2-consent-banner__provider {
    border-radius: 0.85rem;
    justify-content: space-between;
    padding: 0.56rem 0.72rem;
    width: 100%;
  }

  .dashboard-main-stack,
  .dashboard-side-stack {
    gap: 0.85rem;
  }

  .dashboard-summary-strip {
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    margin-left: -0.9rem;
    margin-right: -0.9rem;
    padding: 0 0.9rem 0.2rem;
    scrollbar-width: none;
  }

  .dashboard-summary-strip::-webkit-scrollbar {
    display: none;
  }

  .dashboard-summary-card {
    border-radius: 1rem;
    flex: 0 0 min(82vw, 18.5rem);
    gap: 0.75rem;
    min-height: 6.15rem;
    padding: 0.88rem;
  }

  .dashboard-summary-card__icon {
    border-radius: 0.82rem;
    flex-basis: 2.55rem;
    font-size: 1.22rem;
    height: 2.55rem;
    width: 2.55rem;
  }

  .dashboard-summary-card__label {
    font-size: 0.68rem;
  }

  .dashboard-summary-card__value {
    font-size: 1.75rem;
    letter-spacing: 0;
  }

  .dashboard-summary-card__meta {
    font-size: 0.76rem;
  }

  .dashboard-surface {
    border-radius: 1rem;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.055);
  }

  .dashboard-surface .card-body {
    padding: 0.85rem;
  }

  .dashboard-card-head,
  .dashboard-tab-panel__head {
    align-items: center;
    flex-direction: row;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.72rem;
  }

  .dashboard-title-block {
    flex: 1 1 auto;
    gap: 0.58rem;
    width: auto;
  }

  .dashboard-title-icon {
    border-radius: 0.78rem;
    flex-basis: 2.18rem;
    font-size: 1rem;
    height: 2.18rem;
    width: 2.18rem;
  }

  .dashboard-card-head .card-title,
  .dashboard-tab-panel__head .card-title {
    font-size: 0.98rem;
  }

  .dashboard-card-head .btn,
  .dashboard-tab-panel__head .btn {
    align-self: center;
    flex: 0 0 auto;
    justify-content: center;
    min-height: 2.12rem;
    padding: 0.48rem 0.62rem;
    width: auto;
  }

  .dashboard-flow-layout {
    gap: 0.85rem;
  }

  .dashboard-flow-chart {
    max-width: 12.5rem;
    min-height: 10.5rem;
  }

  .dashboard-flow-chart canvas {
    height: 10.5rem !important;
  }

  .dashboard-flow-legend {
    gap: 0.55rem;
  }

  .dashboard-flow-legend__item {
    border-radius: 0.82rem;
    padding: 0.68rem 0.72rem;
  }

  .dashboard-flow-legend__label {
    font-size: 0.84rem;
    min-width: 0;
  }

  .dashboard-flow-legend__metrics strong {
    font-size: 0.94rem;
  }

  .dashboard-throughput-metrics,
  .dashboard-inline-metrics {
    gap: 0.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dashboard-summary-panel-grid {
    gap: 0.55rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-throughput-metric,
  .dashboard-inline-metric,
  .dashboard-summary-panel-item {
    border-radius: 0.82rem;
    min-width: 0;
    padding: 0.66rem;
  }

  .dashboard-summary-panel-item {
    align-items: flex-start;
    display: grid;
    gap: 0.45rem;
    min-height: 5.2rem;
  }

  .dashboard-summary-panel-item__icon {
    border-radius: 0.72rem;
    flex-basis: auto;
    height: 2rem;
    width: 2rem;
  }

  .dashboard-throughput-metric span,
  .dashboard-inline-metric span,
  .dashboard-summary-panel-item__label {
    font-size: 0.68rem;
    line-height: 1.25;
  }

  .dashboard-throughput-metric strong,
  .dashboard-inline-metric strong,
  .dashboard-summary-panel-item__value {
    font-size: 1rem;
  }

  .dashboard-chart-shell--line {
    min-height: 11.8rem;
  }

  .dashboard-chart-shell--line canvas {
    height: 11.8rem !important;
  }

  .dashboard-insight-group,
  .dashboard-insight-card,
  .dashboard-alert-card {
    border-radius: 0.88rem;
  }

  .dashboard-tab-select-wrap .form-control {
    background-color: #ffffff;
    border-color: rgba(15, 118, 110, 0.18);
    border-radius: 0.9rem;
    color: #0f172a;
    font-weight: 700;
    min-height: 2.75rem;
  }

  .dashboard-tab-content,
  .dashboard-tab-panel {
    min-height: 0;
  }

  .dashboard-tab-panel {
    border-radius: 0.9rem;
    padding: 0.75rem;
  }

  .dashboard-surface .table-responsive {
    overflow: visible;
  }

  .dashboard-data-table,
  .dashboard-activity-table,
  .dashboard-data-table tbody,
  .dashboard-activity-table tbody {
    display: block;
    width: 100%;
  }

  .dashboard-data-table tbody tr,
  .dashboard-activity-table tbody tr {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 0.9rem;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.045);
    display: grid;
    gap: 0;
    margin-bottom: 0.65rem;
    padding: 0.72rem;
  }

  .dashboard-data-table tbody tr + tr,
  .dashboard-activity-table tbody tr + tr {
    border-top: 1px solid rgba(148, 163, 184, 0.16);
  }

  .dashboard-data-table tbody td,
  .dashboard-activity-table tbody td {
    align-items: start;
    border-top: 0;
    color: #334155;
    display: grid;
    gap: 0.65rem;
    grid-template-columns: minmax(5.8rem, 34%) minmax(0, 1fr);
    min-width: 0;
    padding: 0.42rem 0;
    white-space: normal;
  }

  .dashboard-data-table tbody td[data-label]::before,
  .dashboard-activity-table tbody td[data-label]::before {
    color: #64748b;
    content: attr(data-label);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .dashboard-data-table tbody td[data-label="Action"],
  .dashboard-activity-table tbody td[data-label="Action"] {
    display: flex;
    justify-content: flex-start;
    padding-top: 0.58rem;
    text-align: left !important;
  }

  .dashboard-data-table tbody td[data-label="Action"]::before,
  .dashboard-activity-table tbody td[data-label="Action"]::before {
    display: none;
  }

  .dashboard-data-table tbody td[data-label="Action"] .btn,
  .dashboard-activity-table tbody td[data-label="Action"] .btn {
    width: 100%;
  }

  .dashboard-data-table__primary,
  .dashboard-data-table__secondary,
  .dashboard-status-badge,
  .dashboard-alert-tag {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .dashboard-status-badge,
  .dashboard-alert-tag {
    justify-self: start;
    line-height: 1.2;
    white-space: normal;
  }

  .dashboard-alert-card__head {
    align-items: flex-start;
  }

  .dashboard-empty-state {
    min-height: auto;
    padding: 1rem;
  }

  .dashboard-skeleton--heading {
    width: 70%;
  }
}

@media (max-width: 575.98px) {
  .v2-page-header--dashboard .v2-page-heading {
    padding: 0.65rem;
  }

  .v2-page-header--dashboard .v2-page-heading h3 {
    font-size: 1.08rem;
  }

  .v2-consent-disclosure__body {
    max-height: min(48vh, 23rem);
  }

  .dashboard-summary-strip {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .dashboard-summary-card {
    flex-basis: min(84vw, 17.75rem);
  }

  .dashboard-card-head .btn span,
  .dashboard-tab-panel__head .btn span {
    display: none;
  }

  .dashboard-card-head .btn i,
  .dashboard-tab-panel__head .btn i {
    margin: 0;
  }

  .dashboard-throughput-metrics,
  .dashboard-inline-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dashboard-summary-panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-flow-chart {
    max-width: 11.5rem;
    min-height: 9.8rem;
  }

  .dashboard-flow-chart canvas {
    height: 9.8rem !important;
  }

  .dashboard-chart-shell--line {
    min-height: 10.8rem;
  }

  .dashboard-chart-shell--line canvas {
    height: 10.8rem !important;
  }

  .dashboard-data-table tbody td,
  .dashboard-activity-table tbody td {
    grid-template-columns: minmax(5.35rem, 36%) minmax(0, 1fr);
  }
}
