@import url('/assets/css/argus-core.css');

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--ig-text-mid);;
  vertical-align: top;
  border-color: var(--ig-border);
}

thead {
  background: var(--ig-surface2);
  font-size: 15px;
}

.table>:not(caption)>*>* {
  background-color: #fff;
  border-bottom-width: 1.5px solid;
  box-shadow: none;
}

.argus-enabled {
  --portal-sidebar-border: var(--ig-sidebar-border);
  --ig-sidebar-bg: linear-gradient(180deg, var(--ig-sidebar-surface) 0%, #fff8f2 100%);
}

.argus-enabled #sidebar .sidebar-header {
  display: none;
}

.argus-enabled .wrapper {
  min-height: 100vh;
  align-items: stretch;
}

.argus-enabled #sidebar.ig-sidebar {
  min-width: var(--ig-sidebar-w);
  max-width: var(--ig-sidebar-w);
  width: var(--ig-sidebar-w);
  margin-left: 0;
  transform: none;
  background: var(--ig-sidebar-bg);
  border-right: 1px solid var(--ig-sidebar-border);
}

.argus-enabled #sidebar.ig-sidebar.collapsed {
  min-width: var(--ig-sidebar-sm);
  max-width: var(--ig-sidebar-sm);
  width: var(--ig-sidebar-sm);
}

.argus-enabled #content.ig-main {
  flex: 0 0 auto;
  max-width: none;
  width: calc(100vw - var(--ig-sidebar-w));
  min-width: 0;
  margin-left: var(--ig-sidebar-w);
  height: 100vh;
  overflow: auto;
}

.argus-enabled #content.ig-main.expanded {
  width: calc(100vw - var(--ig-sidebar-sm));
  margin-left: var(--ig-sidebar-sm);
}

.argus-enabled .ig-sidebar {
  height: 100vh;
}

.argus-enabled .portal-topbar {
  border: 0;
}

.argus-enabled .navbar-btn {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.argus-enabled .navbar-btn span {
  background: #6e7782;
}

.argus-enabled #sidebarCollapse {
  display: none !important;
}

.argus-enabled .ig-hamburger {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(216, 203, 190, 0.9);
  background: rgba(255, 252, 248, 0.96);
  box-shadow: 0 8px 22px rgba(26, 14, 5, 0.08);
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
}

.argus-enabled .ig-hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #6e7782;
  transition: transform .2s ease, opacity .2s ease, background-color .2s ease;
}

.argus-enabled .ig-hamburger:hover {
  border-color: rgba(244, 123, 32, 0.4);
  background: #fffaf4;
}

.argus-enabled .ig-hamburger.is-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.argus-enabled .ig-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.argus-enabled .ig-hamburger.is-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.argus-enabled .sb-item,
.argus-enabled .sb-group-header,
.argus-enabled .sb-child,
.argus-enabled .sb-logo,
.argus-enabled .sb-logout-btn {
  text-decoration: none;
}

.argus-enabled .sb-logo,
.argus-enabled .sb-scroll,
.argus-enabled .sb-item,
.argus-enabled .sb-group-header,
.argus-enabled .sb-child,
.argus-enabled .sb-footer {
  position: relative;
  z-index: 2;
}

.argus-enabled .sb-group-header {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
}

.argus-enabled .sb-group.has-active > .sb-group-header,
.argus-enabled .sb-group.open > .sb-group-header {
  color: var(--ig-sidebar-text);
}

.argus-enabled .sb-group.open > .sb-group-header .sb-group-icon,
.argus-enabled .sb-group.has-active > .sb-group-header .sb-group-icon {
  color: var(--ig-orange);
}

.argus-enabled .sb-smart-search {
  margin: 18px 8px 0;
  padding: 16px 12px 18px;
  border-top: 1px solid var(--portal-sidebar-border);
  background: transparent;
}

.argus-enabled .sb-smart-search-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ig-sidebar-text);
}

.argus-enabled .sb-smart-search-title i {
  color: var(--ig-sidebar-text-muted);
}

.argus-enabled .sb-smart-search .input-group {
  border: 1px solid rgba(245, 200, 66, 0.3);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
}

.argus-enabled .sb-smart-search .input-group-text {
  border: 0;
  border-right: 1px solid rgba(26, 14, 5, 0.12);
  background: rgba(244, 123, 32, 0.12);
  color: #7d4b17;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.argus-enabled .sb-smart-search .form-control {
  min-height: 42px;
  border: 0;
  background: transparent;
  color: #2c190b;
  box-shadow: none;
}

.argus-enabled .sb-smart-search .form-control:focus {
  box-shadow: none;
}

.argus-enabled .sb-smart-search .form-control::placeholder {
  color: #9a8a7d;
}

.argus-enabled .sb-group.open + .sb-group .sb-group-badge,
.argus-enabled .sb-item + .sb-group .sb-group-badge {
  transition: opacity .2s ease, max-width .2s ease, padding .2s ease;
}

.argus-enabled .sb-user-role {
  text-transform: none;
}

.argus-enabled .sb-user-actions {
  margin-left: auto;
}

.argus-enabled .ig-topbar {
  padding: 0 26px;
}

.argus-enabled .ig-topbar-title {
  font-family: 'Rubik', sans-serif;
  font-size: 19px;
  color: var(--ig-text);
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.argus-enabled .ig-topbar-section {
  color: var(--ig-text);
}

.argus-enabled .ig-topbar-slash {
  color: #d8a26e;
  font-style: normal;
}

.argus-enabled .ig-topbar-title em {
  color: var(--ig-flame);
  font-style: normal;
}

.argus-enabled #navbarSupportedContent {
  margin-left: auto;
}

.argus-enabled #navbarSupportedContent .navbar-nav {
  align-items: center;
  gap: 14px;
}

.argus-enabled .topbar-smart-search {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.argus-enabled .topbar-font-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
}

.argus-enabled .topbar-font-btn {
  width: 38px;
  height: 38px;
  border: 1px solid #d9c4b0;
  border-radius: 12px;
  background: #f8f2eb;
  color: #8b6342;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transition: background .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
}

.argus-enabled .topbar-font-btn:hover,
.argus-enabled .topbar-font-btn:focus {
  background: #fff7ef;
  border-color: var(--ig-flame);
  color: var(--ig-flame);
  transform: translateY(-1px);
}

.argus-enabled .topbar-font-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(244, 123, 32, 0.14);
}

.argus-enabled .topbar-smart-search-form {
  margin: 0;
}

.argus-enabled .topbar-smart-search-input {
  flex-wrap: nowrap;
  align-items: stretch;
  min-width: 420px;
  min-height: 48px;
  height: 48px;
  border: 2px solid #e2d1c0;
  border-radius: 16px;
  overflow: hidden;
  background: #f8f2eb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.argus-enabled .topbar-smart-search-prefix {
  display: flex;
  align-items: stretch;
  flex: 0 0 120px;
  width: 120px;
  max-width: 120px;
  border-right: 1px solid rgba(226, 209, 192, 0.95);
}

.argus-enabled .topbar-smart-search-input .form-select {
  width: 100%;
  max-width: none;
  min-height: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #ab896b;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
  padding: 0 38px 0 18px;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  background-position: right 12px center;
  background-size: 14px 10px;
  text-align: left;
  text-align-last: left;
}

.argus-enabled .topbar-smart-search-input .form-select:focus,
.argus-enabled .topbar-smart-search-input .form-control:focus {
  box-shadow: none;
}

.argus-enabled .topbar-smart-search-input .form-control {
  min-height: 100%;
  height: 100%;
  border: 0;
  padding: 0 16px;
  border-radius: 0;
  background: transparent;
  color: #ab896b;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.argus-enabled .topbar-smart-search-input .form-control::placeholder {
  color: #ab896b;
  opacity: 1;
}

.argus-enabled .sb-scroll {
  padding-bottom: 18px;
  pointer-events: auto;
}

.argus-enabled .sb-footer {
  margin-top: auto;
  background: transparent;
}

.argus-enabled .ig-sidebar.collapsed .sb-smart-search {
  padding-left: 8px;
  padding-right: 8px;
}

.argus-enabled .ig-sidebar.collapsed .sb-smart-search-title span,
.argus-enabled .ig-sidebar.collapsed .sb-smart-search .input-group {
  display: none;
}

.argus-enabled .ig-sidebar.collapsed .sb-smart-search-title {
  justify-content: center;
  margin-bottom: 0;
}

.argus-enabled .ig-sidebar.collapsed .sb-user {
  justify-content: center;
}

.argus-enabled .ig-sidebar.collapsed .sb-user-actions {
  margin-left: 0;
}

.argus-enabled .argus-dashboard {
  padding-bottom: 40px;
}

.argus-enabled .argus-dashboard-toast {
  top: 12px;
  z-index: 5;
  border: 1px solid rgba(244, 123, 32, 0.22);
  background: linear-gradient(135deg, #fff7e8, #fff1dc) !important;
  color: var(--ig-text);
}

.argus-enabled .argus-dashboard .ig-page-header {
  margin-bottom: 0;
}

.argus-enabled .argus-dashboard-greeting-title {
  font-family: 'Rubik', sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--ig-text);
  line-height: 1.15;
}

.argus-enabled .argus-dashboard-greeting-name {
  color: var(--ig-flame);
  font-style: italic;
}

.argus-enabled .argus-dashboard-greeting-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: #a88769;
  font-size: 14px;
  font-weight: 500;
  flex-wrap: wrap;
}

.argus-enabled .argus-dashboard-greeting-sep {
  color: #c4a78d;
}

.argus-enabled .argus-dashboard-greeting-meta .fa-circle-info {
  font-size: 12px;
}

.argus-enabled .argus-dashboard .ig-page-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.argus-enabled .argus-dashboard .ig-page-sub {
  margin-top: 4px;
  font-size: 12px;
}

.argus-enabled .argus-dashboard-switcher {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.argus-enabled .argus-dashboard-switcher-actions {
  gap: 0;
  padding: 3px;
  border: 1px solid rgba(226, 205, 189, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.argus-enabled .argus-dashboard-switcher form {
  margin: 0;
}

.argus-enabled .argus-dashboard-switcher .ig-label {
  font-size: 11px;
  letter-spacing: .14em;
}

.argus-enabled .argus-dashboard-switcher .ig-page-btn {
  width: auto;
  min-width: 0;
  height: 34px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ig-text-muted);
  font-size: 12px;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
}

.argus-enabled .argus-dashboard-switcher .ig-page-btn:hover {
  background: rgba(255, 240, 228, 0.9);
  border-color: transparent;
  color: var(--ig-flame);
}

.argus-enabled .argus-dashboard-switcher .ig-page-btn.active {
  background: linear-gradient(135deg, var(--ig-flame), #ea8a2f);
  color: #fff;
  box-shadow: 0 8px 18px rgba(232, 93, 26, 0.22);
}

.argus-enabled .argus-dashboard-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  background: var(--ig-surface);
  border: 1.5px solid var(--ig-border);
  border-radius: var(--ig-radius-lg);
  padding: 20px 20px 16px;
  position: relative;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
  box-shadow: var(--ig-shadow-sm);
}

.argus-enabled .argus-dashboard-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.argus-enabled .argus-dashboard-hero-title {
  margin: 0;
  color: var(--ig-text);
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-style: italic;
}

.argus-enabled .argus-dashboard-hero-sub {
  margin: 8px 0 0;
  max-width: 500px;
  color: var(--ig-text-mid);
  font-size: 14px;
  line-height: 1.55;
}

.argus-enabled .argus-dashboard-hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.argus-enabled .argus-dashboard-hero-metric {
  /* transition: transform .2s, box-shadow .2s, border-color .2s;
  box-shadow: none; */
  background: var(--ig-surface);
  border: 1.5px solid var(--ig-border);
  border-radius: var(--ig-radius);
  padding: 20px 20px 16px;
  position: relative;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
  box-shadow: var(--ig-shadow-sm);
}

.argus-enabled .argus-dashboard-hero-metric:hover {
  transform: translateY(-2px);
  box-shadow: var(--ig-shadow);
}

.argus-enabled .argus-dashboard-hero-metric-label {
  display: block;
  margin-bottom: 6px;
  color: var(--ig-text-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.argus-enabled .argus-dashboard-hero-metric-value {
  color: var(--ig-text);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.argus-enabled .argus-panel-card {
  background: var(--ig-surface);
  border: 1.5px solid var(--ig-border);
  border-radius: var(--ig-radius-lg);
  overflow: hidden;
  box-shadow: var(--ig-shadow-sm);
}

.argus-enabled .argus-panel-card::before {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--ig-red), var(--ig-flame));
}

.argus-enabled .argus-panel-card.accent-amber::before {
  background: linear-gradient(90deg, var(--ig-flame), var(--ig-amber));
}

.argus-enabled .argus-panel-card.accent-gold::before {
  background: linear-gradient(90deg, var(--ig-amber), var(--ig-gold));
}

.argus-enabled .argus-panel-card.accent-red::before {
  background: linear-gradient(90deg, var(--ig-red), #d03010);
}

.argus-enabled .argus-panel-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(244, 123, 32, 0.25);
  border-radius: 999px;
  background: rgba(255, 240, 228, 0.75);
  color: var(--ig-flame);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  transition: all .15s;
}

.argus-enabled .argus-panel-link:hover,
.argus-enabled .argus-panel-link:focus {
  background: rgba(244, 123, 32, 0.16);
  color: var(--ig-red);
}

.argus-enabled .argus-stat-card {
  width: 100%;
  padding: 11px 10px;
  border: 1px solid rgba(226, 205, 189, 0.82);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(252, 246, 240, 0.95));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.argus-enabled .argus-stat-label {
  margin-bottom: 6px !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ig-text-muted) !important;
}

.argus-enabled .argus-stat-card h3 {
  margin: 0;
  padding: 0 !important;
  color: var(--ig-text);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px;
  line-height: 1;
}

.argus-enabled .argus-stat-action {
  padding: 0;
  color: inherit;
  text-decoration: none;
}

.argus-enabled .argus-stat-action:hover,
.argus-enabled .argus-stat-action:focus {
  color: var(--ig-flame);
}

.argus-enabled .argus-stat-action h3 {
  color: inherit;
}

.argus-enabled .argus-dashboard .table-responsive {
  border: 1px solid rgba(226, 205, 189, 0.75);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.argus-enabled .argus-dashboard .dt-container,
.argus-enabled .argus-dashboard .dataTables_wrapper {
  color: var(--ig-text-mid);
}

.argus-enabled .argus-dashboard .dt-layout-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.argus-enabled .argus-dashboard .dt-layout-table {
  margin-bottom: 0;
}

.argus-enabled .argus-dashboard .dt-layout-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

.argus-enabled .argus-dashboard .dt-layout-cell.dt-layout-start {
  justify-content: flex-start;
}

.argus-enabled .argus-dashboard .dt-layout-cell.dt-layout-end {
  margin-left: auto;
  justify-content: flex-end;
}

.argus-enabled .argus-dashboard .dt-length,
.argus-enabled .argus-dashboard .dt-search {
  margin: 0;
}

.argus-enabled .argus-dashboard .dt-length label,
.argus-enabled .argus-dashboard .dt-search label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--ig-text-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.argus-enabled .argus-dashboard .dt-input,
.argus-enabled .argus-dashboard .dt-length select {
  min-height: 34px;
  border: 1px solid rgba(226, 205, 189, 0.92);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ig-text);
  box-shadow: none;
}

.argus-enabled .argus-dashboard .dt-input {
  min-width: 180px;
  padding: 0 12px;
  font-size: 12px;
}

.argus-enabled .argus-dashboard .dt-button, .argus-enabled .argus-dashboard button.dt-button, .argus-enabled .argus-dashboard div.dt-button-collection button.dt-button {
  min-height: 34px;
  padding: 10px 12px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--ig-text-mid) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.argus-enabled .argus-dashboard .dt-button:hover,
.argus-enabled .argus-dashboard button.dt-button:hover,
.argus-enabled .argus-dashboard .dt-button.active,
.argus-enabled .argus-dashboard button.dt-button.active {
  border-color: rgba(244, 123, 32, 0.42) !important;
  background: rgba(255, 240, 228, 0.92) !important;
  color: var(--ig-flame) !important;
  text-decoration: none;
}

.argus-enabled .argus-dashboard .dt-buttons {
  display: flex;
  flex-wrap: wrap;
}

.argus-enabled .dt-length,
.argus-enabled .dt-search {
  margin: 0;
}

.argus-enabled .dt-length label,
.argus-enabled .dt-search label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--ig-text-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.argus-enabled .dt-input,
.argus-enabled .dt-length select {
  min-height: 34px;
  border: 1px solid rgba(226, 205, 189, 0.92);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ig-text);
  box-shadow: none;
}

.argus-enabled .dt-input {
  min-width: 180px;
  padding: 0 12px;
  font-size: 12px;
}

.argus-enabled .dt-container,
.argus-enabled .dataTables_wrapper {
  color: var(--ig-text-mid);
}

.argus-enabled .dt-layout-row {
  display: flex;
  flex-wrap: wrap;
}

.argus-enabled .dt-layout-table {
  margin-bottom: 0;
}

.argus-enabled .dt-layout-cell {
  display: flex;
  align-items: center;
}

.argus-enabled .dt-layout-cell.dt-layout-start {
  justify-content: flex-start;
}

.argus-enabled .dt-layout-cell.dt-layout-end {
  margin-left: auto;
  justify-content: flex-end;
}

.argus-enabled .dt-buttons {
  display: flex;
  flex-wrap: wrap;
}

.mono {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  letter-spacing: 0.04em;
  font-size: 115%;
}

.ig-code-label {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 20px;
  background: rgba(243, 240, 237, 0.96);
  color: var(--ig-text-mid);
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.ig-db-table {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 20px;
  background: rgba(232, 240, 254, 0.92);
  color: #1a56c4;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.argus-enabled .argus-dashboard .dt-search {
  margin-left: auto;
}

.argus-enabled .dt-search {
  margin-left: auto;
}

.argus-enabled .argus-dashboard tfoot th {
  color: var(--ig-text-mid);
  font-size: 14px;
  font-weight: 700;
  background: rgba(250, 241, 233, 0.94);
}

.argus-enabled .argus-dashboard .table {
  margin-bottom: 0;
}

.argus-enabled .argus-dashboard .table > :not(caption) > * > * {
  padding: 0.85rem 0.95rem;
  border-bottom-color: rgba(226, 205, 189, 0.72);
}

.argus-enabled .argus-dashboard .table > thead {
  background: linear-gradient(180deg, rgba(255, 250, 245, 0.98), rgba(250, 241, 233, 0.96));
}

.argus-enabled .argus-dashboard .table > thead th {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ig-text-muted);
  text-align: left;
  padding: 9px 14px;
  border-bottom: 1.5px solid var(--ig-border) !important;
  background: var(--ig-surface2);
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
}

.argus-enabled .argus-dashboard .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: rgba(248, 240, 233, 0.65);
}

.argus-enabled .argus-dashboard .table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: rgba(255, 240, 228, 0.9);
  color: var(--ig-text);
}

.argus-enabled .argus-dashboard .btn-link {
  color: var(--ig-flame);
}

.argus-enabled .argus-dashboard .btn-link:hover,
.argus-enabled .argus-dashboard .btn-link:focus {
  color: var(--ig-red);
}

@media (max-width: 768px) {
  div.dt-container div.dt-buttons,
  div.dt-container div.dt-search,
  div.dt-container div.dt-length,
  .dataTables_wrapper .dt-buttons,
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_length {
    display: none !important;
  }

  .argus-enabled .argus-dashboard-switcher {
    align-items: stretch;
  }

  .argus-enabled .argus-dashboard-switcher-actions {
    justify-content: stretch !important;
  }

  .argus-enabled .argus-dashboard-switcher-actions form {
    flex: 1 1 0;
  }

  .argus-enabled .argus-dashboard-switcher-actions .ig-page-btn {
    width: 100%;
    justify-content: center;
  }

  .argus-enabled .argus-dashboard-hero {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .argus-enabled .argus-dashboard-greeting-title {
    font-size: 22px;
  }

  .argus-enabled .argus-dashboard-greeting-meta {
    gap: 8px;
    font-size: 12px;
  }

  .argus-enabled .argus-dashboard-hero-title {
    font-size: 21px;
  }

  .argus-enabled .argus-dashboard-hero-sub {
    font-size: 12px;
  }

  .argus-enabled .argus-dashboard-hero-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .argus-enabled .argus-dashboard .card-header {
    padding: 14px 16px 11px;
    font-size: 15px;
  }

  .argus-enabled .argus-dashboard .card-body {
    padding: 14px 16px 16px;
  }

  .argus-enabled .argus-stat-card h3 {
    font-size: 20px;
  }

  .argus-enabled .argus-dashboard .dt-layout-row,
  .argus-enabled .argus-dashboard .dt-layout-cell,
  .argus-enabled .argus-dashboard .dt-buttons {
    width: 100%;
  }

  .argus-enabled .argus-dashboard .dt-layout-cell.dt-layout-end,
  .argus-enabled .argus-dashboard .dt-search {
    margin-left: 0;
    justify-content: flex-start;
  }

  .argus-enabled .argus-dashboard .dt-input {
    min-width: 0;
    width: 100%;
  }

  .argus-enabled .ig-hamburger {
    display: inline-flex !important;
  }

  .argus-enabled .ig-backdrop {
    z-index: 1038;
  }

  .argus-enabled .ig-topbar {
    justify-content: flex-start;
  }

  .argus-enabled .ig-topbar-title {
    flex: 0 1 auto;
    font-size: 16px;
    gap: 7px;
  }

  .argus-enabled #navbarSupportedContent {
    margin-left: auto;
  }

  .argus-enabled .topbar-smart-search {
    display: none;
  }

  .argus-enabled .topbar-font-controls {
    padding: 0;
  }

  .argus-enabled #content.ig-main,
  .argus-enabled #content.ig-main.expanded {
    margin-left: 0;
    width: 100%;
    height: auto;
    min-height: 100vh;
  }

  .argus-enabled #sidebar.ig-sidebar,
  .argus-enabled #sidebar.ig-sidebar.collapsed {
    min-width: min(280px, 85vw);
    max-width: min(280px, 85vw);
    width: min(280px, 85vw);
    transform: translateX(-100%) !important;
    margin-left: 0 !important;
    overflow: hidden;
    z-index: 1045;
  }

  .argus-enabled #sidebar.ig-sidebar.mobile-open,
  .argus-enabled #sidebar.ig-sidebar.collapsed.mobile-open {
    transform: translateX(0) !important;
  }
}

.ig-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  border-radius: var(--ig-radius);
  box-shadow: var(--ig-shadow-sm);
}

.ig-alert-text {
  flex: 1;
  font-size: 14px;
  color: var(--ig-text-mid);
}

.ig-alert-flame {
  background: linear-gradient(90deg, #fff3e6, #fffaf5);
  border: 1.5px solid #f5c085;
}

.dt-layout-start, .dt-layout-end {
  padding: 0px 30px;
}

.dt-type-numeric {
  font-weight: 500;
}

.form-control {
  width: 100%;
  height: 38px;
  background: var(--ig-surface);
  border: 1.5px solid var(--ig-border);
  border-radius: 8px;
  padding: 6px 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px;
  color: var(--ig-text);
  transition: border-color .18s, box-shadow .18s;
  outline: none;
}

textarea.form-control {
  height: auto;
  min-height: 96px;
  padding: 10px 12px;
  line-height: 1.45;
  resize: vertical;
}

input[type="file"].form-control {
  height: auto;
  min-height: 45px;
  padding: 0 8px 0 0;
  line-height: 1.3;
  overflow: hidden;
}

input[type="file"].form-control::file-selector-button {
  height: 43px;
  margin: 0 12px 0 0;
  padding: 0 14px;
  border: 0;
  border-right: 1.5px solid var(--ig-border);
  background: linear-gradient(135deg, var(--ig-surface2), #f4e5d7);
  color: var(--ig-text-mid);
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background .18s, color .18s;
}

input[type="file"].form-control:hover::file-selector-button {
  background: linear-gradient(135deg, #fff0e4, #f6dfc4);
  color: var(--ig-orange);
}

input[type="file"].form-control::-webkit-file-upload-button {
  height: 43px;
  margin: 0 12px 0 0;
  padding: 0 14px;
  border: 0;
  border-right: 1.5px solid var(--ig-border);
  background: linear-gradient(135deg, var(--ig-surface2), #f4e5d7);
  color: var(--ig-text-mid);
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background .18s, color .18s;
}

p.form-control {
  display: flex;
  align-items: center;
  min-height: 38px;
  height: auto;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.4;
}

p.form-control.form-control-sm {
  min-height: 31px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 0.875rem;
}

select.form-control:not([multiple]):not([size]),
select.form-select:not([multiple]):not([size]) {
  height: 38px;
  min-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}

.form-control:focus {
    border-color: var(--ig-flame);
    box-shadow: 0 0 0 3px rgba(244, 123, 32, .12);
}

th {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ig-text-muted);
  text-align: left;
  padding: 9px 14px;
  border-bottom: 1.5px solid var(--ig-border);
  background: var(--ig-surface2);
  white-space: nowrap;
}

tbody {
  border-bottom: 1.5px solid var(--ig-border);
}

.dt-info {
  font-size: 12px;
  color: var(--ig-text-muted);
}

div.dt-container div.dt-paging ul.pagination {
  gap: 6px;
  margin: 12px 0;
}

.page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.page-item {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  border: 1.5px solid var(--ig-border);
  background: var(--ig-surface);
  color: var(--ig-text-muted);
  font-family: 'DM Sans', sans-serif;
  transition: all .15s;
}

.page-item:hover {
  background: #fff0e4;
  color: var(--ig-flame);
  border-color: var(--ig-flame);
}

.page-link {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
  border: 1.5px solid var(--ig-border);
  background: var(--ig-surface);
  color: var(--ig-text-muted);
  font-family: 'DM Sans', sans-serif;
  transition: all .15s;
}

.page-link:hover {
  background: #fff0e4;
  color: var(--ig-flame);
  border-color: var(--ig-flame);
}

.page-item.active .page-link {
  background: var(--ig-flame);
  border-color: var(--ig-flame);
  color: #fff;
}

.card {
  background: var(--ig-surface);
  border: 1.5px solid var(--ig-border);
  border-radius: var(--ig-radius-lg);
  overflow: hidden;
  box-shadow: var(--ig-shadow-sm);
}

.card-header {
  border-bottom: 1.5px solid var(--ig-border);
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  background: #fff;
  padding: 15px 20px 12px;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  color: var(--ig-text);
  letter-spacing: 0.02em;
  font-weight: 500;
}

.select2-container--bootstrap-5 .select2-selection {
  width: 100%;
  min-height: 38px;
  background: var(--ig-surface);
  border: 1.5px solid var(--ig-border);
  border-radius: 8px;
  padding: 0 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px;
  color: var(--ig-text);
  transition: border-color .18s, box-shadow .18s;
  outline: none;
}

.select2-container--default .select2-selection--single,
.select2-container--bootstrap-5 .select2-selection--single {
  height: 38px;
  min-height: 38px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-right: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 0;
  /* padding: 0 32px 0 0; */
  line-height: 1.2;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
  height: 100%;
  margin-right: -6px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: var(--ig-flame);
  box-shadow: 0 0 0 3px rgba(244, 123, 32, .12);
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  padding: 8px 3px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  font-size: 14px;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  position: relative;
  padding: .35rem .75rem .35rem .65rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12px;
  min-height: 12px;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ig-text-muted) !important;
  font-size: 16px !important;
  font-weight: 700;
  text-indent: 0 !important;
  overflow: visible !important;
  opacity: 1 !important;
  line-height: 1;
  transform: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  color: var(--ig-red) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  display: inline-block;
  margin: 0;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  font-size: 14px;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  position: relative;
  padding: .35rem .75rem .35rem .65rem;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12px;
  min-height: 12px;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ig-text-muted) !important;
  font-size: 16px !important;
  font-weight: 700;
  text-indent: 0 !important;
  overflow: visible !important;
  opacity: 1 !important;
  line-height: 1;
  transform: none !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove::before {
  content: "\00d7";
  display: block;
  line-height: 1;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  color: var(--ig-red) !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  display: inline-block;
  margin: 0;
}

.select2-container--bootstrap-5 .select2-results__option--selected,
.select2-container--default .select2-results__option--selected {
  background: rgba(245, 166, 35, 0.18) !important;
  color: var(--ig-text) !important;
}

.select2-container--bootstrap-5 .select2-results__option--highlighted.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-results__option--highlighted[aria-selected="true"],
.select2-container--default .select2-results__option--highlighted.select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted[aria-selected="true"] {
  background: var(--ig-amber) !important;
  color: #fff !important;
}

label {
  font-size: 12px;
  font-weight: 600;
  color: var(--ig-text-mid);
  margin-bottom: 5px;
  display: block;
}

.btn-success {
  background: linear-gradient(135deg, #0a9e6e, #0dbf85);
  color: #fff;
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  box-shadow: 0 3px 12px rgba(10, 158, 110, .25);
  transition: transform .15s, box-shadow .15s;
}

.btn-success:hover, .btn-success:focus {
  transform: translateY(-1px);
  color: #fff;
  box-shadow: 0 5px 18px rgba(10, 158, 110, .38);
}

.btn-danger {
  background: linear-gradient(135deg, var(--ig-red), var(--ig-orange));
  color: #fff;
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  box-shadow: 0 3px 12px rgba(192, 39, 13, .25);
  transition: transform .15s, box-shadow .15s;
}

.btn-danger:hover {
  transform: translateY(-1px);
  color: #fff;
  box-shadow: 0 5px 18px rgba(192, 39, 13, .38);
}

.argus-action-menu .dropdown-item,
.argus-action-menu .dropdown-item > button,
.argus-action-menu .dropdown-item > a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 9px 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.argus-action-menu .dropdown-item > button,
.argus-action-menu .dropdown-item > a {
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  text-decoration: none;
  box-shadow: none;
}

.argus-action-menu .dropdown-item-icon {
  width: 14px;
  flex: 0 0 14px;
  text-align: center;
  color: var(--ig-text-muted);
  font-size: 12px;
}

.argus-action-menu .dropdown-item.text-danger,
.argus-action-menu .dropdown-item.text-danger > button,
.argus-action-menu .dropdown-item.text-danger > a {
  color: var(--ig-red) !important;
}

.argus-action-menu .dropdown-item.text-danger .dropdown-item-icon {
  color: currentColor;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--ig-text-muted);
  padding: 12px 20px;
  border-top: 1.5px solid var(--ig-border);
  background: var(--ig-surface2);
  gap: 8px;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}

.alert {
  align-items: center;
  box-shadow: var(--ig-shadow-sm);
  gap: 12px;
  padding: 13px 18px;
}

.alert-primary {
  background: rgb(239, 246, 255);
  border-width: 1.5px;
  border-style: solid;
  border-color: rgb(147, 197, 253);
  border-image: initial;
}

.alert-success {
  background: rgb(240, 253, 248);
  border-width: 1.5px;
  border-style: solid;
  border-color: rgb(134, 239, 204);
  border-image: initial;
}

.alert-info {
  background: linear-gradient(90deg, rgb(255, 243, 230), rgb(255, 250, 245));
  border-width: 1.5px;
  border-style: solid;
  border-color: rgb(245, 192, 133);
  border-image: initial;
}

.alert-danger {
  background: rgb(255, 241, 240);
  border-width: 1.5px;
  border-style: solid;
  border-color: rgb(252, 165, 165);
  border-image: initial;
}

.text-primary {
  color: var(--ig-text-muted) !important;
}

.argus-enabled .auth-field-remember {
  margin-bottom: 22px;
}

.argus-enabled .auth-remember-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding-left: 0;
  width: auto;
  cursor: pointer;
}

.argus-enabled .auth-remember-check .form-check-input {
  float: none;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--ig-flame);
}

.argus-enabled .auth-remember-check .form-check-label {
  margin: 0;
  color: #5f4633;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.argus-enabled .errors-report-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(226, 205, 189, 0.9);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.96), rgba(250, 242, 234, 0.92));
  box-shadow: var(--ig-shadow-sm);
}

.argus-enabled .errors-report-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(244, 123, 32, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #9a5a22;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background-color .15s ease, color .15s ease;
}

.argus-enabled .errors-report-link i {
  color: var(--ig-flame);
  font-size: 15px;
}

.argus-enabled .errors-report-link:hover,
.argus-enabled .errors-report-link:focus {
  border-color: rgba(244, 123, 32, 0.42);
  background: linear-gradient(180deg, rgba(255, 246, 236, 0.98), rgba(255, 239, 224, 0.95));
  color: var(--ig-red);
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(232, 93, 26, 0.12);
}

.argus-enabled .errors-report-link:focus {
  outline: none;
}

.argus-enabled .call-find-copy-cell {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.argus-enabled .call-find-copy-btn {
  padding: 0;
  border: 0;
  color: var(--ig-text-muted);
  text-decoration: none;
  line-height: 1;
}

.argus-enabled .call-find-copy-btn:hover,
.argus-enabled .call-find-copy-btn:focus {
  color: var(--ig-flame);
}

.argus-enabled .call-find-copy-btn.is-copied {
  color: #0a7a55;
}

.argus-enabled .call-find-copy-confirm {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.argus-enabled .call-find-agent,
.argus-enabled .cims-person-cell {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.daterangepicker {
  max-width: min(760px, calc(100vw - 24px));
  overflow: hidden;
}

.daterangepicker::before,
.daterangepicker::after {
  z-index: 1;
}

.daterangepicker .drp-calendar {
  max-width: 50%;
}

.daterangepicker .calendar-table {
  padding: 0;
  border: 0;
  background: transparent;
}

.daterangepicker table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.daterangepicker th,
.daterangepicker td {
  width: 36px;
  min-width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  vertical-align: middle;
}

.daterangepicker th {
  color: #9a7d65;
  white-space: nowrap;
}

.daterangepicker tbody {
  border-bottom: 0;
}

.daterangepicker .calendar-table .next,
.daterangepicker .calendar-table .prev {
  color: var(--ig-text);
}

.daterangepicker .calendar-table .month {
  color: #9a7d65;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: #fff3e8;
  color: var(--ig-flame);
}

.daterangepicker td.in-range {
  background: rgba(244, 123, 32, 0.12);
  color: var(--ig-text);
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background: var(--ig-flame);
  color: #fff;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: #b6a697;
}

.daterangepicker .drp-buttons {
  border-top-color: var(--ig-border);
}

.argus-enabled .cims-module-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}

.argus-enabled .cims-module-tabs .nav-item {
  margin: 0;
}

.argus-enabled .cims-module-tabs .cims-tab-nav,
.argus-enabled .cims-module-tabs .cims-modal-tab-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(226, 205, 189, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ig-text-mid);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transition: background-color .15s ease, border-color .15s ease, color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.argus-enabled .cims-module-tabs .cims-tab-nav i,
.argus-enabled .cims-module-tabs .cims-modal-tab-nav i {
  color: var(--ig-flame);
}

.argus-enabled .cims-module-tabs .cims-tab-nav:hover,
.argus-enabled .cims-module-tabs .cims-tab-nav:focus,
.argus-enabled .cims-module-tabs .cims-modal-tab-nav:hover,
.argus-enabled .cims-module-tabs .cims-modal-tab-nav:focus {
  border-color: rgba(244, 123, 32, 0.42);
  background: #fff7ef;
  color: var(--ig-flame);
  transform: translateY(-1px);
}

.argus-enabled .cims-module-tabs .nav-link.active,
.argus-enabled .cims-module-tabs .nav-link.active:hover,
.argus-enabled .cims-module-tabs .nav-link.active:focus {
  border-color: transparent;
  background: linear-gradient(135deg, var(--ig-flame), #ea8a2f);
  color: #fff;
  box-shadow: 0 10px 20px rgba(232, 93, 26, 0.18);
}

.argus-enabled .cims-module-tabs .nav-link.active i {
  color: #fff;
}

.argus-enabled .cims-module-content {
  margin-top: 14px;
  padding: 18px 20px 20px;
  border: 1.5px solid var(--ig-border);
  border-radius: var(--ig-radius-lg);
  background: var(--ig-surface);
  box-shadow: var(--ig-shadow-sm);
}

.argus-enabled .cims-module-content > .tab-pane {
  padding-top: 0;
}

.argus-enabled .modal .cims-module-tabs {
  gap: 12px;
  margin-top: 22px;
  padding: 14px 16px;
  border: 1.5px solid rgba(226, 205, 189, 0.85);
  border-radius: 22px 22px 0 0;
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.96), rgba(255, 247, 240, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.argus-enabled .modal .cims-module-content {
  margin-top: 0;
  border-top: 0;
  border-radius: 0 0 22px 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 252, 248, 0.96));
}

.argus-enabled table.cims-table,
.argus-enabled table.cims-modal-table {
  margin-bottom: 0 !important;
  border-top: 0 !important;
}

.argus-enabled .cims-table + .dt-container,
.argus-enabled .cims-modal-table + .dt-container {
  margin-top: 0;
}

.argus-enabled .cims-table + .dt-container .dt-layout-row:first-child,
.argus-enabled .cims-modal-table + .dt-container .dt-layout-row:first-child {
  margin-bottom: 14px;
}

.argus-enabled .cims-table + .dt-container .dt-layout-cell,
.argus-enabled .cims-modal-table + .dt-container .dt-layout-cell {
  gap: 10px;
}

.argus-enabled .cims-table + .dt-container .dt-buttons,
.argus-enabled .cims-modal-table + .dt-container .dt-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.argus-enabled .cims-table + .dt-container .dt-button,
.argus-enabled .cims-table + .dt-container button.dt-button,
.argus-enabled .cims-table + .dt-container div.dt-button-collection button.dt-button,
.argus-enabled .cims-modal-table + .dt-container .dt-button,
.argus-enabled .cims-modal-table + .dt-container button.dt-button,
.argus-enabled .cims-modal-table + .dt-container div.dt-button-collection button.dt-button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(226, 205, 189, 0.95) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--ig-text-mid) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

.argus-enabled .cims-table + .dt-container .dt-button:hover,
.argus-enabled .cims-table + .dt-container button.dt-button:hover,
.argus-enabled .cims-table + .dt-container .dt-button.active,
.argus-enabled .cims-table + .dt-container button.dt-button.active,
.argus-enabled .cims-modal-table + .dt-container .dt-button:hover,
.argus-enabled .cims-modal-table + .dt-container button.dt-button:hover,
.argus-enabled .cims-modal-table + .dt-container .dt-button.active,
.argus-enabled .cims-modal-table + .dt-container button.dt-button.active {
  border-color: rgba(244, 123, 32, 0.42) !important;
  background: rgba(255, 240, 228, 0.92) !important;
  color: var(--ig-flame) !important;
}

.argus-enabled .cims-table + .dt-container .dt-length label,
.argus-enabled .cims-table + .dt-container .dt-search label,
.argus-enabled .cims-modal-table + .dt-container .dt-length label,
.argus-enabled .cims-modal-table + .dt-container .dt-search label {
  color: var(--ig-text-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.argus-enabled .cims-table + .dt-container .dt-input,
.argus-enabled .cims-table + .dt-container .dt-length select,
.argus-enabled .cims-modal-table + .dt-container .dt-input,
.argus-enabled .cims-modal-table + .dt-container .dt-length select {
  min-height: 34px;
  border: 1px solid rgba(226, 205, 189, 0.92);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ig-text);
  box-shadow: none;
}

.argus-enabled .cims-table + .dt-container .table-responsive,
.argus-enabled .cims-modal-table + .dt-container .table-responsive {
  border: 1px solid rgba(226, 205, 189, 0.75);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.argus-enabled .cims-table.dataTable > thead th,
.argus-enabled .cims-modal-table.dataTable > thead th {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ig-text-muted);
  border-bottom: 1.5px solid var(--ig-border) !important;
  background: var(--ig-surface2);
}

.argus-enabled .cims-table.dataTable tbody td,
.argus-enabled .cims-modal-table.dataTable tbody td {
  padding: 0.85rem 0.95rem;
  border-bottom-color: rgba(226, 205, 189, 0.72) !important;
}

.argus-enabled .cims-table.dataTable tbody tr:hover td,
.argus-enabled .cims-modal-table.dataTable tbody tr:hover td {
  background: rgba(255, 240, 228, 0.72) !important;
}

.argus-enabled .cims-table.dataTable tfoot th,
.argus-enabled .cims-modal-table.dataTable tfoot th {
  padding: 0.9rem 0.95rem;
  font-size: 12px;
  font-weight: 700;
  color: var(--ig-text-muted);
  background: rgba(255, 247, 240, 0.96);
  border-top: 1.5px solid var(--ig-border) !important;
}

.argus-enabled .cims-table + .dt-container .cims-table-sumbar,
.argus-enabled .cims-modal-table + .dt-container .cims-table-sumbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  padding: 0.9rem 1rem;
  border-top: 1.5px solid rgba(226, 205, 189, 0.8);
  background: rgba(255, 247, 240, 0.96);
  color: var(--ig-text-mid);
  font-size: 12px;
}

.argus-enabled .cims-table + .dt-container .cims-table-sumbar-label,
.argus-enabled .cims-modal-table + .dt-container .cims-table-sumbar-label {
  font-weight: 700;
  color: var(--ig-text-muted);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.argus-enabled .cims-table + .dt-container .cims-table-sumbar-item,
.argus-enabled .cims-modal-table + .dt-container .cims-table-sumbar-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 767.98px) {
  .daterangepicker {
    max-width: calc(100vw - 16px);
  }

  .daterangepicker .drp-calendar {
    max-width: 100%;
  }

  .daterangepicker th,
  .daterangepicker td {
    width: 32px;
    min-width: 32px;
    height: 32px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .argus-enabled .errors-report-nav {
    gap: 8px;
    padding: 10px;
  }

  .argus-enabled .errors-report-link {
    width: 100%;
    justify-content: flex-start;
  }
}

.badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 9px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.form-check-input:checked {
  background-color: var(--ig-flame);
  border-color: var(--ig-flame);
}

.bg-primary {
  background: #f3f0ed !important;
  color: var(--ig-text-muted) !important;
}

.bg-secondary {
  background: #f3f0ed !important;
  color: var(--ig-text-muted) !important;
}

.bg-info {
  background: #e8f0fe !important;
  color: #1a56c4 !important;
}

.bg-warning {
  background: #fff5e0 !important;
  color: #a07000 !important;
}

.bg-danger {
  background: #fdecea !important;
  color: var(--ig-red) !important;
}

.bg-success {
  background: #e8fdf6 !important;
  color: #0a7a55 !important;
}

.gaia-contacts-kpi {
  min-height: 100%;
}

.gaia-contacts-kpi .ig-panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gaia-contacts-kpi-value {
  margin: 0 0 4px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.gaia-contacts-kpi-sub {
  margin: 0 0 18px;
  color: var(--ig-text-muted);
  font-size: 14px;
}

.gaia-contacts-chart-wrap {
  position: relative;
  height: 240px;
}

.rounded {
  border-radius: var(--ig-radius-lg) !important;
}

.btn-link {
  color: var(--ig-flame);
}

.form-select {
  width: 100%;
  height: 38px;
  background: var(--ig-surface);
  border: 1.5px solid var(--ig-border);
  border-radius: 8px;
  padding: 0 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px;
  color: var(--ig-text);
  transition: border-color .18s, box-shadow .18s;
  outline: none;
}

.form-select:focus {
  border-color: var(--ig-flame);
  box-shadow: 0 0 0 3px rgba(244, 123, 32, .12);
}

.daterangepicker .ranges li.active {
  background-color: var(--ig-amber);
  color: #fff;
}

.text-muted {
  color: var(--ig-text-mid) !important;
}

.btn-outline-secondary {
  border-color: var(--ig-flame);
  color: var(--ig-flame);
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus {
  border-color: var(--ig-flame);
  color: var(--ig-flame);
  background: #fff3e8;
}

.text-warning {
  color: var(--ig-amber) !important;
}

.btn-light {
  border-color: var(--ig-flame);
  color: var(--ig-flame);
  background: var(--ig-surface);
  border: 1.5px solid var(--ig-border-mid);
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  transition: all .15s;
}

.btn-check:active+.btn-light, .btn-check:checked+.btn-light, .btn-light.active, .btn-light:active, .show>.btn-light.dropdown-toggle {
  border-color: var(--ig-flame);
  color: var(--ig-flame);
  background: #fff3e8;
}

.border {
  border: 1px solid #ecddd0 !important;
}

.bg-light {
  background-color: var(--ig-surface2) !important;
}

.input-group-text {
  background-color: #f8f2eb;
  border: 1px solid var(--ig-border);
  color: #ab896b;
  font-weight: 700;
  font-size: 90%;
}

h1 {
  font-family: 'Rubik', sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--ig-text);
  line-height: 1.15;
}

.btn-outline-warning {
  background: var(--ig-surface);
  border: 1.5px solid var(--ig-border-mid);
  color: var(--ig-text-mid);
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  transition: all .15s;
}

.btn-outline-warning:hover {
  border-color: var(--ig-flame);
  color: var(--ig-flame);
  background: #fff3e8;
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  border-color: var(--ig-flame);
  color: var(--ig-flame);
  background: #fff3e8;
}

.btn-outline-dark {
  color: var(--ig-flame);
  border-color: var(--ig-flame);
}

.btn-outline-dark:hover {
  border-color: var(--ig-flame);
  color: var(--ig-flame);
  background: #fff3e8;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
  border: 1.5px solid var(--ig-border) !important;
  border-radius: 0 0 8px 8px !important;
}

.ck-reset_all :not(.ck-reset_all-excluded *), .ck.ck-reset_all {
  border-color: var(--ig-border) !important;
}

.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
  border: 1.5px solid var(--ig-flame) !important;
  border-radius: 0 0 8px 8px !important;
  border-color: var(--ig-flame) !important;
  box-shadow: 0 0 0 3px rgba(244, 123, 32, .12) !important;
}
