:root {
	font-family: Inter;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;

	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

.container {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.container--site-monitor {
  padding-top: 0;
  gap: 0;
  min-height: 0;
}

.pagePadding {
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pagePadding-flush {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}.center {
  margin: auto;
  text-align: center;
  padding-top: 208px;
}

.no-padding-center {
  margin: auto;
  text-align: center;
}.nav-bar {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #e0e0e0;
  gap: 16px;
  height: 64px;
  display: flex;
  --nav-bar-height: 64px;
}

.ziosk-logo {
  align-items: center;
  display: flex;
  gap: 12px;
  position: relative;
}

.logo {
  padding-left: 12px;
  align-items: center;
  display: flex;
}

.app-menu-section-heading {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  color: #666666;
  width: 334px;
}

.app-menu {
  width: 334px;
}

.app-menu-text {
  display: flex;
  flex-direction: column;
  white-space: normal;
  gap: 2px;
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border: 0.5px solid var(--mui-palette-divider);
  border-radius: 4px;
  margin-right: 16px;
}

.nav-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.admin-app-link {
  color: #212121;
  text-decoration: none;
  display: contents;
}

.material-symbols-outlined.icon-padding {
  padding: 8px;
}

.customer-selection {
  margin: auto;
}

.user-menu {
  margin-left: auto;
}

.hidden-customer-selector {
  display: none;
  visibility: hidden;
  margin: auto;
}

.show-customer-selector {
  display: block;
  visibility: visible;
  margin: auto;
}.material-symbols-outlined.dark {
  color: #212121;
}

.dark {
  color: #212121;
}

.medium {
  color: #666666;
}

.primary {
  color: #1966D2;
}

.valid {
  color: #00C853;
}

.invalid {
  color: #DB9E32;
}

.teal {
  color: #00695C;
}

.material-symbols-outlined.primary {
  color: #1966D2;
}

.material-symbols-outlined.error {
  color: #B00020;
}

.material-symbols-outlined.filled {
  font-variation-settings: "FILL" 1;
}

.material-symbols-outlined {
  font-variation-settings: "opsz" 48;
}

span.size30 {
  font-size: 30px;
}

span.size92 {
  font-size: 92px;
}

span.size32 {
  font-size: 32px;
}

span.size36 {
  font-size: 36px;
}

span.size48 {
  font-size: 48px;
}

span.size28 {
  font-size: 28px;
}

span.size24 {
  font-size: 24px;
}

span.size20 {
  font-size: 20px;
}

span.size16 {
  font-size: 16px;
}

span.size10 {
  font-size: 10px;
}.header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 48px;
  padding: 0px 24px;
}

.header-title {
  align-items: center;
  display: inline-flex;
}

.cursor-pointer {
  cursor: pointer;
}.venueManagerContainer {
  --vertical-padding: 24px;
  padding-left: 135px;
  padding-right: 135px;
  display: flex;
  flex-direction: row;
  height: calc(100vh - 64px - 30px - 48px - 24px);
  gap: 15px;
}
.venueManagerContainer .header {
  height: 64px;
}
.venueManagerContainer .leftSide {
  width: 332px;
  float: left;
}
.venueManagerContainer .leftSide > .infoPanel {
  text-align: left;
  align-content: center;
  height: 100%;
}
.venueManagerContainer .rightSide {
  width: calc(100% - 332px);
  float: right;
  height: 100%;
  border: 1px solid #E0E0E0;
}
.venueManagerContainer .rightSide > .table {
  height: 100%;
}
.venueManagerContainer .rightSide > .table [role=rowgroup] {
  width: inherit;
}
.venueManagerContainer .rightSide > .table .MuiDataGrid-virtualScroller {
  overflow-x: hidden;
  max-height: calc(100vh - 230px);
}
.venueManagerContainer .rightSide > .table [role=row]:not([data-id*=auto-generated-row-]) {
  overflow: hidden;
  padding: 6px;
  width: calc(100% - 18px);
  background-color: transparent;
}
.venueManagerContainer .rightSide > .table :has(.MuiDataGrid-pinnedColumns--right) .MuiDataGrid-pinnedColumns--right > [role=row]:not([data-id*=auto-generated-row-]) {
  padding-left: 0;
}
.venueManagerContainer .rightSide > .table > .areas [role=rowgroup] {
  width: 100% !important;
}
.venueManagerContainer .rightSide > .table > .areas [data-id*=auto-generated-row-] {
  width: 100% !important;
}
.venueManagerContainer .rightSide > .table > .areas [data-id*=auto-generated-row-] > [data-field*=tree_data_group] {
  flex: 1;
  max-width: unset !important;
}
.venueManagerContainer .rightSide > .table > .areas [data-id*=auto-generated-row-] > :not([data-field*=tree_data_group]):not([data-field*=check]) {
  min-width: unset !important;
}
.venueManagerContainer .rightSide > .table > .areas :not([data-id*=auto-generated-row-])[role=row] span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.venueManagerContainer .rightSide > .table > .areas .left-content [role=row]:not([data-id*=auto-generated-row-]) .MuiDataGrid-treeDataGroupingCellToggle {
  display: none;
}
.venueManagerContainer .leftSide > .buttons, .venueManagerContainer .rightSide > .buttons {
  bottom: var(--vertical-padding);
  padding-top: 24px;
  gap: 8px;
  display: flex;
}
.venueManagerContainer .leftSide > .buttons.right, .venueManagerContainer .rightSide > .buttons.right {
  float: right;
}
.venueManagerContainer .no-border {
  border: none !important;
}
.venueManagerContainer .appear-on-hover {
  opacity: 0;
}
.venueManagerContainer .appear-on-hover:hover {
  opacity: 1;
}
.venueManagerContainer .m-auto {
  margin: auto;
}
.venueManagerContainer .middle-ellipses::before, .venueManagerContainer .middle-ellipses::after {
  display: inline-block;
  white-space: pre;
  overflow: hidden;
  max-width: inherit;
}
.venueManagerContainer .middle-ellipses::before {
  content: attr(data-content-start)attr(data-content-start);
  text-overflow: ellipsis;
  max-width: 45%;
}
.venueManagerContainer .middle-ellipses::after {
  content: attr(data-content-end);
  text-overflow: "";
  direction: rtl;
  max-width: 40%;
}
.venueManagerContainer .areas, .venueManagerContainer .table-numbers {
  height: 100%;
}
.venueManagerContainer .areas > .left-content, .venueManagerContainer .table-numbers > .left-content {
  width: 362px;
  float: left;
  height: 100%;
}
.venueManagerContainer .areas > .right-content, .venueManagerContainer .table-numbers > .right-content {
  width: calc(100% - 363px);
  float: right;
}
.venueManagerContainer .areas > .right-content > .header, .venueManagerContainer .table-numbers > .right-content > .header {
  border-bottom: 1px solid #E0E0E0;
}
.venueManagerContainer div.MuiDataGrid-actionsCell:has(> button) > button {
  opacity: 0;
  margin-right: 8px;
}
.venueManagerContainer div.MuiDataGrid-actionsCell:has(> button) > button:hover {
  opacity: 1;
}
.venueManagerContainer div.MuiDataGrid-actionsCell:has(> button) > button[aria-expanded=true] {
  opacity: 1;
  background-color: #E3F3FF;
  color: #1966D2;
}

.appear-on-hover {
  opacity: 0;
}

.appear-on-hover:hover {
  opacity: 1;
}.add-permissions-dialog-content {
  overflow-Y: auto;
}

.add-permissions-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
}

.add-permissions-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.add-permissions-select-group {
  width: 100%;
  padding-top: 9px;
}

.add-permissions-datagrid {
  height: 510px;
  overflow: auto;
  padding-top: 16px;
}

.add-permissions-selected {
  display: flex;
  width: 100%;
  height: 518px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
}

.add-permissions-selected-title {
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.add-permissions-selected-table {
  height: 474px;
  width: 680px;
  overflow: auto;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
}.dragging {
  opacity: 0.5;
}.add-user-page {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 100%;
  gap: 16px;
}

.add-user-box {
  border: 1px solid #E0E0E0;
  padding: 20px;
  height: 623px;
  border-radius: 4px;
  overflow: overlay;
}

.add-user-form-box {
  width: 561px;
}

.added-user-box {
  width: 517px;
  overflow-y: auto;
}

.added-user-table-heading {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}

.last-updated-text {
  color: rgba(102, 102, 102, 0.8705882353);
  text-align: right;
}

.helper-text-spacing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.last-updated-spacing {
  align-items: center;
  display: flex;
}

.info-icon-spacing {
  padding-left: 4px;
}

.search-bar-padding {
  padding-top: 28px;
}

.roles-added-users-box {
  width: 420px;
}

.roles-box {
  width: 690px;
  overflow-y: auto;
}

.roles-added-users-table {
  padding-top: 36px;
  display: grid;
}

.roles-added-users-table-heading {
  color: #666666;
  padding: 8px;
}

.roles-search-bar {
  padding: 36px 0px 12px 0px;
}

.roles-view-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.roles-table {
  width: 632px;
}

.manage-user-roles-box {
  width: 560px;
}

.manage-user-edit-roles-search-bar {
  display: flex;
  gap: 12px;
  padding-top: 19px;
}

.manage-user-form-flex-display {
  display: flex;
  height: 840px;
  flex-direction: column;
}p {
  user-select: none;
}.add-permission-groups-dialog-content {
  overflow-Y: auto;
}

.add-permission-groups-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
}

.add-permission-groups-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.add-permission-groups-select-group {
  width: 100%;
  padding-top: 9px;
}

.add-permission-groups-datagrid {
  height: 510px;
  overflow: auto;
  padding-top: 16px;
}

.add-permission-groups-selected {
  display: flex;
  width: 100%;
  height: 518px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
}

.add-permission-groups-selected-title {
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.add-permission-groups-selected-table {
  height: 474px;
  width: 680px;
  overflow: auto;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
}.network-operations-center-page .alerts-toolbar {
  align-items: flex-start;
}
.network-operations-center-page .alerts-toolbar-main {
  min-width: 0;
}
.network-operations-center-page .alert-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.network-operations-center-page .portal-chip-groups {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}
.network-operations-center-page .portal-chip-group {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
  overflow-x: clip;
}
.network-operations-center-page .portal-chip-group-label {
  color: var(--color-text-muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.network-operations-center-page .portal-chip-row {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 0;
}
.network-operations-center-page .alert-filter-reset-banner {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  color: var(--color-text-muted);
  font-size: 0.84rem;
}
.network-operations-center-page .alerts-layout {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
  gap: 0.85rem;
  align-items: start;
}
.network-operations-center-page .alerts-primary {
  min-width: 0;
  overflow-x: auto;
}
.network-operations-center-page .alerts-table-scroll {
  overflow-x: auto;
  padding: 0 0.45rem 0.25rem 0;
  max-width: 100%;
}
.network-operations-center-page .alerts-pagination {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.network-operations-center-page .alerts-pagination-summary {
  color: var(--color-text-muted);
  font-size: 0.84rem;
}
.network-operations-center-page .alerts-pagination-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.network-operations-center-page table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.55rem;
}
.network-operations-center-page .alerts-table {
  width: max-content;
  min-width: 100%;
}
.network-operations-center-page th,
.network-operations-center-page td {
  border-bottom: 1px solid var(--color-border-default);
  text-align: left;
  padding: 0.72rem 0.5rem;
  font-size: 0.88rem;
  vertical-align: top;
}
.network-operations-center-page th {
  color: var(--color-text-muted);
  font-size: 0.8rem;
  white-space: nowrap;
}
.network-operations-center-page .alerts-header-action,
.network-operations-center-page .alerts-cell-action {
  text-align: right;
  padding-right: 0.8rem;
}
.network-operations-center-page .alerts-cell-severity,
.network-operations-center-page .alerts-cell-venue,
.network-operations-center-page .alerts-cell-createdAt,
.network-operations-center-page .alerts-cell-action {
  white-space: nowrap;
}
.network-operations-center-page .alerts-cell-site,
.network-operations-center-page .alerts-cell-title,
.network-operations-center-page .alerts-cell-detail {
  min-width: 8.5rem;
}
.network-operations-center-page .alerts-header-detail,
.network-operations-center-page .alerts-cell-detail {
  width: 20rem;
  color: var(--color-text-secondary);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.4;
}
.network-operations-center-page .alerts-cell-action {
  min-width: 8.75rem;
}
.network-operations-center-page .alerts-site-id-cell {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.network-operations-center-page .alerts-copy-site-id-button {
  width: 1.5rem;
  height: 1.5rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--color-text-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
.network-operations-center-page .alerts-copy-site-id-button:hover {
  background: var(--layer-surface-hover);
  color: var(--color-text-primary);
}
.network-operations-center-page .alerts-copy-site-id-button:focus-visible {
  outline: 2px solid var(--color-link-default);
  outline-offset: 2px;
}
.network-operations-center-page .alerts-copy-site-id-button svg {
  width: 0.95rem;
  height: 0.95rem;
}
.network-operations-center-page .alerts-copy-site-id-button-copied {
  color: var(--color-success);
}
.network-operations-center-page .alerts-action-menu-trigger {
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--color-border-default);
  border-radius: 999px;
  background: var(--color-bg-elevated);
  color: var(--color-text-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.16rem;
  padding: 0;
  cursor: pointer;
}
.network-operations-center-page .alerts-action-menu-trigger:hover {
  background: var(--layer-surface-hover);
  color: var(--color-text-primary);
}
.network-operations-center-page .alerts-action-menu-trigger:focus-visible {
  outline: 2px solid var(--color-link-default);
  outline-offset: 2px;
}
.network-operations-center-page .alerts-action-menu-dot {
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 999px;
  background: currentColor;
}
.network-operations-center-page .alerts-empty-cell {
  color: var(--color-text-muted);
}
.network-operations-center-page .clickable-alert-row {
  cursor: pointer;
}
.network-operations-center-page .clickable-alert-row:hover td {
  background: var(--layer-surface-hover);
}
.network-operations-center-page .selected-alert-row td {
  background: var(--layer-surface-pressed);
}
.network-operations-center-page .alerts-header-selection,
.network-operations-center-page .alerts-cell-selection {
  width: 3rem;
  min-width: 3rem;
  text-align: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.network-operations-center-page .column-controls {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.45rem;
  margin-bottom: 0.55rem;
}
.network-operations-center-page .column-control-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.network-operations-center-page .column-control-item > div:first-child {
  flex: 1 1 auto;
}
.network-operations-center-page .column-control-actions {
  display: flex;
  gap: 0.2rem;
  flex-shrink: 0;
}
.network-operations-center-page .alert-detail-panel {
  border: 1px solid var(--color-border-default);
  border-radius: 10px;
  background: var(--color-bg-elevated);
  padding: 0.8rem;
  min-width: 0;
  position: sticky;
  top: 0.75rem;
}
.network-operations-center-page .alert-detail-header {
  display: flex;
  justify-content: space-between;
  gap: 0.65rem;
  align-items: flex-start;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--color-border-default);
}
.network-operations-center-page .alert-detail-header h3 {
  margin: 0;
  font-size: 0.95rem;
}
.network-operations-center-page .alert-detail-id {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  color: var(--color-text-muted);
  line-height: 1.45;
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, SFMono-Regular, Menlo, monospace;
}
.network-operations-center-page .alert-detail-body {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 0.85rem;
  min-width: 0;
}
.network-operations-center-page .alert-detail-body h4 {
  margin: 0;
}
.network-operations-center-page .alert-detail-overview {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.network-operations-center-page .incident-detail-badges {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.network-operations-center-page .alert-detail-severity {
  margin: 0;
}
.network-operations-center-page .alert-detail-summary {
  margin: 0;
  color: var(--color-text-secondary);
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.network-operations-center-page .alert-detail-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
}
.network-operations-center-page .detail-item {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}
.network-operations-center-page .detail-item span {
  font-size: 0.88rem;
  overflow-wrap: anywhere;
}
.network-operations-center-page .detail-item-full {
  grid-column: 1/-1;
}
.network-operations-center-page .detail-item strong,
.network-operations-center-page .detail-timeline strong {
  font-size: 0.77rem;
  font-weight: 700;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.network-operations-center-page .detail-label {
  font-weight: 800 !important;
  color: var(--color-text-primary) !important;
}
.network-operations-center-page .alert-detail-empty {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.88rem;
}
.network-operations-center-page .detail-timeline {
  margin-top: 0.15rem;
}
.network-operations-center-page .detail-timeline ul {
  margin: 0.3rem 0 0;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
}
.network-operations-center-page .detail-timeline li {
  font-size: 0.84rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.network-operations-center-page .detail-timeline li span:first-child {
  color: var(--color-text-muted);
  margin-right: 0.35rem;
}
.network-operations-center-page .incident-detail-form,
.network-operations-center-page .incident-note-form {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.network-operations-center-page .incident-workspace-layout {
  align-items: start;
}
.network-operations-center-page .incident-queues-stack {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.network-operations-center-page .incident-queue-section {
  border: 1px solid var(--color-border-default);
  border-radius: 10px;
  background: var(--color-bg-elevated);
  padding: 0.8rem;
}
.network-operations-center-page .incident-queue-section-head {
  margin-bottom: 0.7rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.network-operations-center-page .incident-queue-section-head .monitor-panel-title {
  margin-bottom: 0.18rem;
}
.network-operations-center-page .incident-queue-section-collapsed .incident-queue-section-head {
  margin-bottom: 0;
}
.network-operations-center-page .incident-queue-collapse-toggle {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.network-operations-center-page .incident-queue-collapse-chevron {
  display: inline-block;
  margin-top: 0.2rem;
  color: var(--color-text-muted);
  font-size: 0.85rem;
  line-height: 1;
  transition: transform 0.15s ease;
}
.network-operations-center-page .incident-queue-collapse-chevron-expanded {
  transform: rotate(90deg);
}
.network-operations-center-page .incident-queue-collapse-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.network-operations-center-page .incident-queue-collapse-copy .monitor-panel-title {
  display: block;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.2;
}
.network-operations-center-page .incident-review-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  flex-wrap: wrap;
}
.network-operations-center-page .incident-review-selection-summary {
  color: var(--color-text-muted);
  font-size: 0.84rem;
  white-space: nowrap;
}
.network-operations-center-page .incident-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.network-operations-center-page .incident-detail-error {
  margin: 0;
  color: var(--color-critical);
  font-size: 0.85rem;
}
.network-operations-center-page .incident-problem-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.network-operations-center-page .incident-problem-card {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  border: 1px solid var(--color-border-default);
  border-radius: 8px;
  padding: 0.65rem 0.75rem;
  background: var(--color-bg-surface);
}
.network-operations-center-page .incident-problem-card span {
  font-size: 0.84rem;
  color: var(--color-text-secondary);
}
.network-operations-center-page .incident-problem-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.65rem;
  flex-wrap: wrap;
}
.network-operations-center-page .incident-problem-inline {
  margin-top: 0.25rem;
  color: var(--color-text-muted);
  font-size: 0.8rem;
}

@media (max-width: 1080px) {
  .network-operations-center-page .alerts-layout {
    grid-template-columns: 1fr;
  }
  .network-operations-center-page .alert-detail-panel {
    position: static;
  }
}
@media (max-width: 720px) {
  .network-operations-center-page .alerts-table {
    min-width: 780px;
  }
  .network-operations-center-page .incident-review-toolbar {
    width: 100%;
    justify-content: flex-start;
  }
  .network-operations-center-page .alert-detail-meta-grid {
    grid-template-columns: 1fr;
  }
}.network-operations-center-page .health-panel {
  margin-top: 0;
}
.network-operations-center-page .health-grid {
  margin-top: 0.65rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.65rem;
}
.network-operations-center-page .health-meta {
  font-size: 0.82rem;
  color: var(--color-text-muted);
}
.network-operations-center-page .health-error {
  margin: 0.55rem 0 0;
  color: var(--color-critical);
  font-size: 0.84rem;
}
.network-operations-center-page .health-card-message {
  margin: -0.1rem 0 0;
  color: var(--color-critical);
  font-size: 0.84rem;
}
.network-operations-center-page .health-card {
  border: 1px solid var(--color-border-default);
  border-radius: 10px;
  background: var(--color-bg-elevated);
  padding: 0.7rem;
}
.network-operations-center-page .health-card h3 {
  margin: 0;
  font-size: 0.84rem;
  color: var(--color-text-muted);
}
.network-operations-center-page .health-chart-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.network-operations-center-page .health-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.network-operations-center-page .health-card-heading {
  min-width: 0;
}
.network-operations-center-page .health-card-heading p {
  margin: 0.22rem 0 0;
  color: var(--color-text-muted);
  font-size: 0.78rem;
}
.network-operations-center-page .health-card-header-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6rem;
}
.network-operations-center-page .health-card-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  flex-wrap: wrap;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--color-border-default);
}
.network-operations-center-page .health-card-stats {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}
.network-operations-center-page .health-card-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.15rem;
}
.network-operations-center-page .health-card-stat span {
  color: var(--color-text-muted);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.network-operations-center-page .health-card-stat strong {
  margin: 0;
  font-size: 1.15rem;
}
.network-operations-center-page .health-chart-content {
  min-height: 300px;
  position: relative;
  background: #292929;
  border-radius: 8px;
  padding: 0.35rem;
}
.network-operations-center-page .health-chart-content .health-card-empty,
.network-operations-center-page .health-chart-content .health-drilldown-empty {
  color: #6b7280;
}
.network-operations-center-page .health-chart-content .health-card-error {
  color: #b91c1c;
}
.network-operations-center-page .health-chart-content-loading > :not(.health-chart-loading-overlay) {
  opacity: 0.35;
  transition: opacity 0.2s ease;
}
.network-operations-center-page .health-chart-loading-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  border-radius: 10px;
  background: color-mix(in srgb, var(--color-bg-surface) 84%, transparent);
  backdrop-filter: blur(2px);
  color: var(--color-text-secondary);
  font-size: 0.88rem;
  font-weight: 500;
  text-align: center;
  padding: 1rem;
}
.network-operations-center-page .health-card-error,
.network-operations-center-page .health-card-empty,
.network-operations-center-page .health-drilldown-empty {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color-text-muted);
  font-size: 0.9rem;
}
.network-operations-center-page .health-card-error {
  color: var(--color-critical);
}
.network-operations-center-page .health-card-detail {
  margin-top: 0.1rem;
}
.network-operations-center-page .health-card-detail .health-drilldown-panel {
  margin-top: 0;
}
.network-operations-center-page .health-card-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  align-items: center;
  color: var(--color-text-muted);
  font-size: 0.78rem;
}
.network-operations-center-page .health-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.network-operations-center-page .health-legend-swatch {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  display: inline-block;
  flex-shrink: 0;
}
.network-operations-center-page .health-legend-line {
  width: 20px;
  height: 0;
  border-top: 2px solid currentColor;
  display: inline-block;
}
.network-operations-center-page .health-legend-line-actual {
  color: #1d4ed8;
  border-top-style: solid;
}
.network-operations-center-page .health-legend-line-baseline {
  color: #10b981;
  border-top-style: dashed;
}
.network-operations-center-page .health-legend-line-warning {
  color: #d97706;
  border-top-style: dashed;
}
.network-operations-center-page .health-legend-line-critical {
  color: #dc2626;
  border-top-style: dashed;
}
.network-operations-center-page .health-legend-line-total {
  color: #6b7280;
  border-top-style: dashed;
}
.network-operations-center-page .health-legend-line-payment {
  color: #3b82f6;
  border-top-style: solid;
}
.network-operations-center-page .health-legend-line-wifi {
  color: #f97316;
  border-top-style: solid;
}
.network-operations-center-page .health-legend-line-version {
  color: #8b5cf6;
  border-top-style: solid;
}
.network-operations-center-page .health-legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
}
.network-operations-center-page .health-legend-dot-warning {
  background: #d97706;
}
.network-operations-center-page .health-legend-dot-critical {
  background: #dc2626;
}
.network-operations-center-page .health-legend-note {
  color: var(--color-text-secondary);
}
.network-operations-center-page .chart-tooltip {
  background: var(--color-bg-surface);
  border: 1px solid var(--color-border-default);
  border-radius: 8px;
  padding: 0.55rem 0.7rem;
  min-width: 180px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.0705882353);
  font-size: 0.78rem;
}
.network-operations-center-page .chart-tooltip p {
  margin: 0.16rem 0;
  color: var(--color-text-secondary);
}
.network-operations-center-page .chart-tooltip-title {
  color: var(--color-text-primary) !important;
  font-weight: 700;
  margin-bottom: 0.35rem !important;
}
.network-operations-center-page .chart-tooltip-primary {
  color: #3b82f6 !important;
}
.network-operations-center-page .chart-tooltip-primary-wifi {
  color: #f97316 !important;
}
.network-operations-center-page .chart-tooltip-primary-version {
  color: #8b5cf6 !important;
}
.network-operations-center-page .chart-tooltip-priority {
  font-weight: 700;
}
.network-operations-center-page .chart-tooltip-threshold {
  font-weight: 600;
}
.network-operations-center-page .chart-tooltip-threshold-warning {
  color: #d97706 !important;
}
.network-operations-center-page .chart-tooltip-threshold-critical {
  color: #dc2626 !important;
}
.network-operations-center-page .chart-tooltip-trend {
  margin-left: 0.4rem;
  font-weight: 600;
}
.network-operations-center-page .chart-tooltip-trend-positive {
  color: var(--color-success);
}
.network-operations-center-page .chart-tooltip-trend-negative {
  color: var(--color-critical);
}
.network-operations-center-page .health-drilldown-panel {
  margin-top: 0.75rem;
}
.network-operations-center-page .health-drilldown-header p {
  margin: 0.18rem 0 0;
  color: var(--color-text-muted);
  font-size: 0.82rem;
}
.network-operations-center-page .health-drilldown-empty {
  min-height: 120px;
}
.network-operations-center-page .health-drilldown-table-wrapper {
  margin-top: 0.7rem;
  overflow: auto;
}
.network-operations-center-page .health-drilldown-table th,
.network-operations-center-page .health-drilldown-table td {
  white-space: nowrap;
}
.network-operations-center-page .fleet-rollup-range-control {
  min-width: min(100%, 220px);
}
.network-operations-center-page .active-device-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  flex-wrap: wrap;
  width: 100%;
}
.network-operations-center-page .active-device-toolbar-history,
.network-operations-center-page .active-device-toolbar-compare {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  min-width: 0;
}
.network-operations-center-page .active-device-toolbar-history {
  flex: 0 1 auto;
}
.network-operations-center-page .active-device-toolbar-compare {
  flex: 1 1 360px;
  justify-content: flex-end;
}
.network-operations-center-page .health-compare-slot-selectors {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.network-operations-center-page .health-compare-slot-select {
  font-size: 0.8rem;
  padding: 4px 8px;
  border: 1px solid var(--color-border-default);
  border-radius: 4px;
  background: var(--color-surface, #fff);
  color: var(--color-text-body, #111);
  cursor: pointer;
}
.network-operations-center-page .health-compare-arrow {
  color: var(--color-text-muted);
  font-size: 0.9rem;
}
.network-operations-center-page .health-compare-same-slot-warning {
  font-size: 0.78rem;
  color: var(--color-warning, #b45309);
}
.network-operations-center-page .health-compare-summary {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0.6rem 0 0.2rem;
  font-size: 0.82rem;
}
.network-operations-center-page .health-compare-badge {
  padding: 2px 8px;
  border-radius: 9999px;
  font-weight: 500;
}
.network-operations-center-page .health-compare-badge-online {
  background: #dcfce7;
  color: #15803d;
}
.network-operations-center-page .health-compare-badge-offline {
  background: #fee2e2;
  color: #b91c1c;
}
.network-operations-center-page .health-compare-badge-neutral {
  background: #f3f4f6;
  color: #4b5563;
}
.network-operations-center-page .health-compare-section {
  margin-top: 0.6rem;
}
.network-operations-center-page .health-compare-section-label {
  margin: 0 0 0.25rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.network-operations-center-page .health-compare-toggle {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.82rem;
  color: var(--color-link, #2563eb);
  cursor: pointer;
  text-decoration: underline;
}
.network-operations-center-page .health-compare-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  vertical-align: middle;
}
.network-operations-center-page .health-compare-indicator-online {
  background: #16a34a;
}
.network-operations-center-page .health-compare-indicator-offline {
  background: #dc2626;
}
.network-operations-center-page .health-compare-indicator-neutral {
  background: #9ca3af;
}.network-operations-center-page {
  color: var(--color-text-primary);
}
.network-operations-center-page .app {
  width: min(1720px, 100%);
  margin: 0 auto;
  padding: 1rem clamp(0.75rem, 1.8vw, 1.25rem) 2.5rem;
  overflow-x: clip;
}
.network-operations-center-page .dashboard-layout {
  display: grid;
  grid-template-columns: minmax(212px, 230px) minmax(0, 1fr);
  gap: clamp(0.75rem, 1.5vw, 1rem);
  align-items: start;
}
.network-operations-center-page .dashboard-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  overflow-x: clip;
}
.network-operations-center-page .dashboard-stage {
  opacity: 0;
  transform: translateY(16px);
  animation: dashboard-stage-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.network-operations-center-page .dashboard-stage-sidebar {
  animation-delay: 0.08s;
}
.network-operations-center-page .dashboard-stage-topbar {
  animation-delay: 0.16s;
}
.network-operations-center-page .dashboard-stage-kpis {
  animation-delay: 0.24s;
}
.network-operations-center-page .dashboard-stage-incidents {
  animation-delay: 0.26s;
}
.network-operations-center-page .dashboard-stage-fleet-rollup {
  animation-delay: 0.3s;
}
.network-operations-center-page .dashboard-stage-alerts {
  animation-delay: 0.36s;
}
.network-operations-center-page .dashboard-stage-health {
  animation-delay: 0.44s;
}
.network-operations-center-page .filters-panel {
  background: var(--color-sidenav-bg);
  border: 1px solid var(--color-sidenav-border);
  border-radius: 12px;
  padding: 0.9rem 0.8rem;
  position: sticky;
  top: 0.75rem;
  color: var(--color-sidenav-text);
  min-height: 0;
}
.network-operations-center-page .filters-panel h2 {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-sidenav-muted);
}
.network-operations-center-page .filters-panel-fields {
  margin-top: 0.2rem;
}
.network-operations-center-page .filters-panel-inline {
  align-items: flex-end;
}
.network-operations-center-page .filters-panel-inline > :first-child {
  flex: 1 1 auto;
}
.network-operations-center-page .filters-panel-inline > :last-child {
  flex: 0 0 auto;
  white-space: nowrap;
}
.network-operations-center-page .filters-panel-mode {
  margin-bottom: 0.8rem;
}
.network-operations-center-page .filters-panel-actions {
  margin-top: 0.75rem;
  display: flex;
  justify-content: flex-end;
}
.network-operations-center-page .filters-panel-note {
  margin: 0.75rem 0 0;
  color: var(--color-sidenav-muted);
  font-size: 0.82rem;
}
.network-operations-center-page .topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: start;
  gap: 1rem;
}
.network-operations-center-page .topbar-copy {
  min-width: 0;
}
.network-operations-center-page .topbar-overline {
  margin: 0 0 0.35rem;
  color: var(--color-text-muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.network-operations-center-page .topbar h1 {
  margin: 0;
  font-size: 1.7rem;
}
.network-operations-center-page .topbar-copy > p:not(.topbar-overline) {
  margin: 0.4rem 0 0;
  color: var(--color-text-muted);
  max-width: 780px;
}
.network-operations-center-page .topbar-settings-button {
  border: 1px solid var(--color-border-default);
  background: var(--color-bg-surface);
  color: var(--color-text-primary);
  border-radius: 8px;
  height: 36px;
  padding: 0 0.9rem 0 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.network-operations-center-page .topbar-settings-button svg {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
}
.network-operations-center-page .topbar-settings-button:hover {
  background: var(--layer-fill-neutral-hover);
  border-color: var(--color-brand-default);
}
.network-operations-center-page .topbar-settings-button:focus-visible {
  outline: 2px solid var(--color-brand-default);
  outline-offset: 2px;
}
.network-operations-center-page .topbar-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-self: end;
  width: min(520px, 100%);
  min-width: 0;
}
.network-operations-center-page .topbar-controls {
  display: flex;
  justify-content: flex-end;
}
.network-operations-center-page .topbar-metrics {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
  align-items: stretch;
  min-width: 0;
}
.network-operations-center-page .topbar-metric {
  background: var(--color-bg-surface);
  border: 1px solid var(--color-border-default);
  border-radius: 12px;
  padding: 0.8rem 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.network-operations-center-page .topbar-metric-label {
  color: var(--color-text-muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.network-operations-center-page .topbar-metric-value {
  font-size: 1.05rem;
  line-height: 1.3;
}
.network-operations-center-page .topbar-metric-caption {
  color: var(--color-text-muted);
  font-size: 0.82rem;
}
.network-operations-center-page .kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}
.network-operations-center-page .card {
  background: var(--color-bg-surface);
  border: 1px solid var(--color-border-default);
  border-radius: 12px;
  padding: 0.85rem;
}
.network-operations-center-page .card h3 {
  margin: 0;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}
.network-operations-center-page .card strong {
  margin-top: 0.45rem;
  display: block;
  font-size: 1.35rem;
}
.network-operations-center-page .card span {
  color: var(--color-text-muted);
  font-size: 0.8rem;
}
.network-operations-center-page .panel {
  background: var(--color-bg-surface);
  border: 1px solid var(--color-border-default);
  border-radius: 12px;
  padding: 0.8rem;
  overflow: hidden;
}
.network-operations-center-page .resizeable {
  resize: vertical;
  overflow: auto;
  min-height: 250px;
  min-width: 0;
  max-width: 100%;
}
.network-operations-center-page .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.network-operations-center-page .monitor-panel-title {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.2;
}
.network-operations-center-page a {
  color: var(--color-link-default);
}
.network-operations-center-page a:active {
  color: var(--color-link-pressed);
}

@keyframes dashboard-stage-in {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1080px) {
  .network-operations-center-page .app {
    padding-inline: 0.75rem;
  }
  .network-operations-center-page .dashboard-layout {
    grid-template-columns: 1fr;
  }
  .network-operations-center-page .filters-panel {
    position: static;
  }
  .network-operations-center-page .topbar {
    grid-template-columns: 1fr;
  }
  .network-operations-center-page .topbar-actions {
    justify-self: stretch;
    width: 100%;
  }
  .network-operations-center-page .topbar-controls {
    justify-content: flex-start;
  }
}
@media (max-width: 720px) {
  .network-operations-center-page .topbar-metrics {
    grid-template-columns: 1fr;
  }
  .network-operations-center-page .topbar-settings-button {
    width: 100%;
  }
  .network-operations-center-page .kpis {
    grid-template-columns: 1fr;
  }
}.network-operations-center-page .noc-settings-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.network-operations-center-page .noc-settings-header h1 {
  margin: 0;
  font-size: 1.7rem;
}
.network-operations-center-page .noc-settings-header p {
  margin: 0.4rem 0 0;
  color: var(--color-text-muted);
}
.network-operations-center-page .noc-settings-layout {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
}
.network-operations-center-page .noc-settings-nav {
  background: var(--color-sidenav-bg);
  border: 1px solid var(--color-sidenav-border);
  border-radius: 12px;
  padding: 0.8rem;
  position: sticky;
  top: 0.75rem;
}
.network-operations-center-page .noc-settings-nav-title {
  margin: 0 0 0.65rem;
  color: var(--color-sidenav-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.network-operations-center-page .noc-settings-nav-item {
  width: 100%;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: var(--color-sidenav-text);
  padding: 0.55rem 0.6rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.network-operations-center-page .noc-settings-nav-item > span {
  font-weight: 600;
}
.network-operations-center-page .noc-settings-nav-item > small {
  color: var(--color-sidenav-muted);
  line-height: 1.3;
}
.network-operations-center-page .noc-settings-nav-item:hover {
  background: var(--layer-fill-neutral-hover);
}
.network-operations-center-page .noc-settings-nav-item.is-active {
  border-color: var(--color-brand-default);
  background: var(--layer-surface-hover);
}
.network-operations-center-page .noc-settings-detail {
  background: var(--color-bg-surface);
  border: 1px solid var(--color-border-default);
  border-radius: 12px;
  padding: 0.85rem;
  min-height: 420px;
}
.network-operations-center-page .noc-snooze-settings {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.network-operations-center-page .noc-snooze-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.network-operations-center-page .noc-snooze-search-field {
  flex: 1 1 460px;
}
.network-operations-center-page .noc-snooze-alert {
  margin: 0;
}
.network-operations-center-page .noc-snooze-grid-shell {
  border: 1px solid var(--color-border-default);
  border-radius: 12px;
  overflow: hidden;
}
.network-operations-center-page .noc-snooze-editor {
  border: 1px solid var(--color-border-default);
  border-radius: 12px;
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: var(--color-bg-elevated);
}
.network-operations-center-page .noc-snooze-editor-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.network-operations-center-page .noc-snooze-window-editor {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.network-operations-center-page .noc-snooze-window-title {
  margin: 0;
  font-weight: 700;
}
.network-operations-center-page .noc-snooze-editor-actions {
  display: flex;
  justify-content: flex-end;
}
.network-operations-center-page .noc-snooze-status {
  border-radius: 999px;
  padding: 0.15rem 0.55rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.network-operations-center-page .noc-snooze-status-active {
  background: rgba(34, 197, 94, 0.18);
  color: #16a34a;
}
.network-operations-center-page .noc-snooze-status-expired {
  background: rgba(239, 68, 68, 0.16);
  color: #dc2626;
}
.network-operations-center-page .noc-snooze-status-scheduled {
  background: rgba(59, 130, 246, 0.16);
  color: #2563eb;
}
.network-operations-center-page .noc-snooze-status-not-set {
  background: rgba(148, 163, 184, 0.24);
  color: #475569;
}
.network-operations-center-page .noc-threshold-settings {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.network-operations-center-page .noc-threshold-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.network-operations-center-page .noc-threshold-search-field {
  flex: 1 1 460px;
}
.network-operations-center-page .noc-threshold-alert {
  margin: 0;
}
.network-operations-center-page .noc-threshold-grid-shell {
  border: 1px solid var(--color-border-default);
  border-radius: 12px;
  overflow: hidden;
}
.network-operations-center-page .noc-threshold-editor {
  border: 1px solid var(--color-border-default);
  border-radius: 12px;
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: var(--color-bg-elevated);
}
.network-operations-center-page .noc-threshold-editor-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}
.network-operations-center-page .noc-threshold-editor-header p {
  margin: 0;
}
.network-operations-center-page .noc-threshold-editor-helper {
  color: var(--color-text-muted);
  margin-top: 0.2rem !important;
}
.network-operations-center-page .noc-threshold-metric-field {
  max-width: 320px;
}
.network-operations-center-page .noc-threshold-fields-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(118px, 1fr));
  gap: 0.65rem;
}
.network-operations-center-page .noc-threshold-enabled-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.8rem;
}
.network-operations-center-page .noc-threshold-editor-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.65rem;
  flex-wrap: wrap;
}
.network-operations-center-page .noc-threshold-summary-cell {
  white-space: normal;
  line-height: 1.35;
}

@media (max-width: 1080px) {
  .network-operations-center-page .noc-settings-layout {
    grid-template-columns: 1fr;
  }
  .network-operations-center-page .noc-settings-nav {
    position: static;
  }
}
@media (max-width: 720px) {
  .network-operations-center-page .noc-settings-header {
    flex-direction: column;
    align-items: stretch;
  }
  .network-operations-center-page .noc-snooze-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .network-operations-center-page .noc-snooze-search-field {
    flex-basis: auto;
  }
  .network-operations-center-page .noc-threshold-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .network-operations-center-page .noc-threshold-search-field {
    flex-basis: auto;
  }
  .network-operations-center-page .noc-threshold-fields-grid {
    grid-template-columns: 1fr 1fr;
  }
  .network-operations-center-page .noc-threshold-editor-actions {
    justify-content: stretch;
  }
  .network-operations-center-page .noc-threshold-editor-actions > button {
    flex: 1 1 100%;
  }
}