/**
 * First2Host NoC — product chrome ported from Website/index.php .noc-window.
 * Bootstrap is the modal/tab engine only. This file is the visual language.
 */
html.noc-f2h-root,
body.noc-f2h {
  color-scheme: dark;
  --navy-950: #031436;
  --navy-925: #04183f;
  --navy-900: #041a44;
  --navy-850: #08265a;
  --navy-800: #0b2f6d;
  --navy-750: #0d387c;
  --surface: rgba(9, 24, 70, .76);
  --surface-strong: rgba(10, 31, 86, .94);
  --surface-soft: rgba(17, 48, 116, .52);
  --text: #f8fbff;
  --text-soft: #c7d6ed;
  --muted: #8fa5c8;
  --line: rgba(88, 145, 242, .22);
  --line-strong: rgba(72, 164, 255, .50);
  --blue: #1267ff;
  --blue-2: #2e86ff;
  --royal: #3158ff;
  --cyan: #3edfff;
  --cyan-soft: #8cecff;
  --green: #50efbd;
  --amber: #ffcc68;
  --danger: #ff657a;
  --shadow-xl: 0 38px 110px rgba(0, 0, 0, .48);
  --shadow-lg: 0 24px 70px rgba(0, 0, 0, .36);
  --shadow-md: 0 14px 42px rgba(0, 0, 0, .28);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --ease: cubic-bezier(.22, .8, .2, 1);
  --noc-rail: 234px;
}

html.noc-f2h-root[data-theme="light"],
body.noc-f2h[data-bs-theme="light"],
body.noc-f2h[data-theme-version="light"] {
  color-scheme: light;
  --navy-950: #edf4ff;
  --navy-925: #f3f7ff;
  --navy-900: #f7faff;
  --navy-850: #eef5ff;
  --navy-800: #e7f0ff;
  --navy-750: #dbe9ff;
  --surface: rgba(255, 255, 255, .78);
  --surface-strong: rgba(255, 255, 255, .96);
  --surface-soft: rgba(222, 235, 255, .72);
  --text: #0b1247;
  --text-soft: #334567;
  --muted: #647597;
  --line: rgba(32, 75, 161, .15);
  --line-strong: rgba(28, 105, 237, .38);
  --blue: #1166f4;
  --blue-2: #2583ff;
  --royal: #3b4ff0;
  --cyan: #008fb8;
  --cyan-soft: #01a4c8;
  --green: #07855c;
  --amber: #916000;
  --danger: #c83d55;
  --shadow-xl: 0 34px 90px rgba(38, 77, 142, .20);
  --shadow-lg: 0 22px 62px rgba(38, 77, 142, .16);
  --shadow-md: 0 12px 38px rgba(38, 77, 142, .13);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html.noc-f2h-root,
body.noc-f2h {
  margin: 0;
  min-height: 100%;
}

body.noc-f2h {
  --bs-primary: var(--blue);
  --bs-primary-rgb: 18, 103, 255;
  --primary: var(--blue);
  --bs-body-color: var(--text);
  --bs-body-bg: transparent;
  --bs-border-color: var(--line);
  --bs-secondary-color: var(--muted);
  --bs-tertiary-bg: rgba(4, 17, 53, .42);
  --bs-emphasis-color: var(--text);
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(18, 103, 255, .16), transparent 28rem),
    radial-gradient(circle at 88% 8%, rgba(62, 223, 255, .06), transparent 32rem),
    linear-gradient(180deg, #04183f 0%, #031436 58%, #020b24 100%);
  font-size: 16px;
  line-height: 1.45;
  font-family: "Segoe UI Variable Display", "Segoe UI", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

html.noc-f2h-root[data-theme="light"] body.noc-f2h {
  background:
    radial-gradient(circle at 4% 3%, rgba(14, 115, 255, .11), transparent 30rem),
    radial-gradient(circle at 92% 8%, rgba(66, 119, 255, .10), transparent 38rem),
    linear-gradient(180deg, #f9fbff 0%, #eef5ff 62%, #e8f1ff 100%);
}

body.noc-f2h::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  opacity: .28;
  background-image:
    linear-gradient(rgba(67, 132, 236, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(67, 132, 236, .08) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

body.noc-f2h a { color: #50a4ff; }
body.noc-f2h a:hover { color: var(--cyan-soft); }

body.noc-f2h .chatbox,
body.noc-f2h .main-profile,
body.noc-f2h .page-title,
body.noc-f2h #addTaskmodal,
body.noc-f2h .custom-offcanvas,
body.noc-f2h #noc-header-notifications,
body.noc-f2h .pulse-css,
body.noc-f2h .noc-server-detail-rack-thumb,
body.noc-f2h img[src*="dell-poweredge"],
body.noc-f2h img[src*="avatar-noc-robot"],
body.noc-f2h .nav-header,
body.noc-f2h .jsvectormap,
body.noc-f2h .noc-dash__map-card,
body.noc-f2h #noc-dash-map,
body.noc-f2h #dedicatedReachabilityMap {
  display: none !important;
}

.noc-window {
  display: grid;
  grid-template-columns: var(--noc-rail) minmax(0, 1fr);
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html.noc-f2h-root[data-theme="light"] .noc-window {
  background: transparent;
  border-color: transparent;
}

.noc-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 40;
  display: flex;
  flex-direction: column;
  width: var(--noc-rail);
  height: 100vh;
  min-height: 0;
  padding: 24px 10px 216px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  border-right: 1px solid rgba(88, 145, 242, .12);
  background: linear-gradient(180deg, rgba(4, 20, 54, .92), rgba(2, 12, 36, .96));
}

.noc-sidebar::-webkit-scrollbar { display: none; }

.noc-sidebar::before { display: none; }

.noc-sidebar::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 265px;
  pointer-events: none;
  opacity: .78;
  background: url("../images/noc/noc-orbital-horizon.png") -52px bottom / 400px auto no-repeat;
  filter: saturate(1.08) drop-shadow(0 0 22px rgba(38, 160, 255, .22));
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .42) 24%, #000 48%, #000 100%);
}

.noc-brand,
.noc-sidebar-nav,
.noc-sidebar-note,
.noc-support { position: relative; z-index: 1; }

.noc-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 11px;
  min-height: 32px;
  margin: 0 10px 30px;
  color: var(--text);
  text-decoration: none;
}

.noc-brand:hover { color: var(--text); }

.noc-emblem {
  width: auto;
  height: 20px;
  max-width: 108px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(71, 176, 255, .22));
}

.noc-brand-divider {
  display: none;
}

.noc-brand-product {
  display: grid;
  color: #2aa8ff;
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -.02em;
  line-height: 1.05;
  white-space: nowrap;
}

.noc-sidebar-nav {
  display: grid;
  gap: 4px;
}

.noc-sidebar-nav a,
.noc-sidebar-nav .noc-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 43px;
  padding: 10px 12px;
  border: 0;
  border-radius: 10px;
  color: #9fb3d6;
  background: transparent;
  font-size: 13.5px;
  line-height: 1.35;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.noc-sidebar-nav svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  opacity: .82;
}

.noc-sidebar-nav a:hover,
.noc-sidebar-nav .noc-nav-link:hover {
  color: #fff;
}

.noc-sidebar-nav a.active,
.noc-sidebar-nav .noc-nav-link.active {
  color: #fff;
  background: linear-gradient(90deg, rgba(46, 134, 255, .55), rgba(18, 103, 255, .18));
  box-shadow: 0 0 32px rgba(38, 160, 255, .32), inset -2px 0 0 #28c7ff, inset 0 1px 0 rgba(255, 255, 255, .12);
}

.noc-nav-link[data-noc-subnav-toggle]::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  opacity: .55;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .18s ease, opacity .18s ease;
}

.noc-nav-group.is-open > .noc-nav-link[data-noc-subnav-toggle]::after {
  opacity: .85;
  transform: rotate(225deg) translate(-1px, -1px);
}

.noc-subnav {
  display: none;
  gap: 2px;
  padding: 4px 0 6px 10px;
}

.noc-nav-group.is-open .noc-subnav {
  display: grid;
}

.noc-subnav a {
  padding: 7px 10px;
  font-size: 13px;
}

.noc-server-subnav {
  padding: 3px 0 7px 18px;
}

.noc-server-subnav a {
  position: relative;
  min-width: 0;
  min-height: 31px;
  padding: 6px 9px 6px 17px;
  border-radius: 7px;
  color: #8096ba;
  font-size: 12.5px;
  font-weight: 500;
}

.noc-server-subnav a::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(104, 145, 206, .45);
  transform: translateY(-50%);
}

.noc-server-subnav a:hover,
.noc-server-subnav a.active {
  color: #ddecff;
  background: rgba(19, 89, 185, .13);
}

.noc-server-subnav a.active {
  background: transparent;
  box-shadow: none;
}

.noc-server-subnav a.active::before {
  background: #42d5ff;
  box-shadow: 0 0 9px rgba(66, 213, 255, .75);
}

.noc-server-shortcut span {
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.noc-server-shortcut small { display: none; }

.noc-support {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 22px;
  display: block;
  padding: 12px 14px;
  border: 1px solid rgba(66, 142, 244, .30);
  border-radius: 10px;
  color: var(--text-soft);
  background: linear-gradient(145deg, rgba(4, 25, 69, .79), rgba(5, 19, 51, .72));
  box-shadow: 0 14px 38px rgba(0, 8, 32, .30), inset 0 1px 0 rgba(255, 255, 255, .06);
  backdrop-filter: blur(12px);
  font-size: 13px;
  line-height: 1.3;
}

.noc-support strong {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-size: 12px;
  font-weight: 650;
}

.noc-support small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.noc-support strong i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(80, 239, 189, .8);
  animation: noc-pulse 1.8s var(--ease) infinite;
}

.noc-sidebar-note {
  margin-top: auto;
  color: var(--muted);
  font-size: 13px;
}

.noc-main {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  background: transparent;
}

.noc-toolbar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px 30px 0 27px;
}

.noc-rail-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(71, 150, 255, .38);
  border-radius: 10px;
  color: var(--text);
  background: rgba(4, 17, 53, .30);
}

.noc-rail-toggle .hamburger {
  display: grid;
  gap: 4px;
  width: 16px;
}

.noc-rail-toggle .line {
  display: block;
  height: 2px;
  background: var(--text);
}

.noc-header-search {
  flex: 0 1 322px;
  width: min(322px, 100%);
  position: relative;
}

.noc-header-search__group {
  overflow: hidden;
  border: 1px solid rgba(90, 165, 247, .22);
  border-radius: 10px;
  background: rgba(4, 17, 53, .42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

#noc-header-search,
.noc-header-search .form-control {
  min-height: 38px;
  border: 0;
  border-radius: 0;
  color: var(--text);
  background: transparent;
  box-shadow: none;
}

.noc-header-search__group > .input-group-text,
.noc-header-search__group > .form-control {
  border: 0 !important;
  box-shadow: none !important;
}

.noc-header-search__group > .input-group-text {
  padding-left: 16px;
  background: transparent;
  color: var(--muted);
}

.noc-header-search__dropdown {
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  margin-top: 6px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface-strong);
  box-shadow: var(--shadow-md);
}

.noc-header-search__opt {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 8px 10px;
  border: 0;
  border-radius: 8px;
  color: var(--text);
  background: transparent;
  text-align: left;
}

.noc-header-search__opt:hover,
.noc-header-search__opt[aria-selected="true"] {
  background: rgba(35, 105, 226, .22);
}

.noc-header-search__opt-meta,
.noc-header-search__state,
.noc-header-search__section-label {
  color: var(--muted);
  font-size: 13px;
}

.noc-toolbar-end {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.noc-theme-btn,
.dz-theme-mode {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(71, 150, 255, .38);
  border-radius: 10px;
  color: var(--text);
  background: rgba(4, 17, 53, .30);
  text-decoration: none;
}

body.noc-f2h[data-bs-theme="dark"] #icon-light,
body.noc-f2h[data-bs-theme="light"] #icon-dark {
  display: none;
}

.noc-user-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 4px 12px 4px 6px;
  border: 1px solid rgba(71, 150, 255, .38);
  border-radius: 12px;
  background: rgba(4, 17, 53, .30);
  text-decoration: none;
}

.noc-header-avatar {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #0e76ff, #2650d8);
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 0 16px rgba(18, 103, 255, .35);
}

.header-info span,
.header-info small {
  display: block;
  color: var(--text);
  line-height: 1.2;
}

.header-info small {
  color: var(--muted);
  font-size: 13px;
}

.content-body {
  flex: 1 1 auto;
  min-height: 0;
  margin: 0;
  padding: 18px 27px 24px;
  overflow: auto;
  background: transparent;
}

.noc-app-footer {
  padding: 0 27px 18px;
}

.noc-app-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.dropdown-menu {
  border: 1px solid var(--line) !important;
  border-radius: 14px !important;
  background: var(--surface-strong) !important;
  box-shadow: var(--shadow-lg) !important;
  color: var(--text) !important;
}

.dropdown-item {
  color: var(--text-soft) !important;
  border-radius: 8px;
}

.dropdown-item:hover {
  color: var(--text) !important;
  background: rgba(35, 105, 226, .22) !important;
}

.dropdown-divider { border-color: var(--line); }

.noc-main-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.noc-main-head small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.noc-main-head h3 {
  margin: 4px 0 2px;
  color: var(--text);
  font-size: 27px;
  line-height: 1.22;
  font-weight: 750;
  letter-spacing: -.03em;
}

.noc-main-head h3 span,
#noc-server-detail-status-badge:not(.noc-status-lamp) {
  margin-left: 8px;
  padding: 4px 8px !important;
  border-radius: 999px !important;
  color: var(--green) !important;
  background: rgba(30, 160, 112, .15) !important;
  font-size: 12.5px !important;
  font-weight: 700;
  line-height: 1.25;
  vertical-align: middle;
}

#noc-server-detail-status-badge.bg-warning,
#noc-server-detail-status-badge.bg-info {
  color: var(--amber) !important;
  background: rgba(255, 204, 104, .14) !important;
}

#noc-server-detail-status-badge.bg-danger,
#noc-server-detail-status-badge.bg-dark {
  color: var(--danger) !important;
  background: rgba(255, 101, 122, .14) !important;
}

.noc-main-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.45;
}

.noc-main-head .noc-actions-btn,
.noc-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(71, 150, 255, .38);
  border-radius: 10px;
  color: #fff !important;
  background: linear-gradient(135deg, #0e76ff, #2650d8);
  font-weight: 750;
  text-decoration: none;
}

.noc-action-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 21px 0 16px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(12, 42, 104, .40);
}

.noc-action-bar button,
.noc-action-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 47px;
  padding-inline: 9px;
  border: 1px solid rgba(62, 128, 226, .27);
  border-radius: 9px;
  color: var(--text-soft);
  background: rgba(4, 17, 53, .30);
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  transition: transform .18s var(--ease), border-color .18s var(--ease), background .18s var(--ease);
}

.noc-action-bar button svg,
.noc-action-bar a svg {
  width: 17px;
  height: 17px;
  color: #59a7ff;
}

.noc-action-bar button.danger svg,
.noc-action-bar a.danger svg {
  color: var(--danger);
}

.noc-action-bar button:hover,
.noc-action-bar a:hover {
  transform: translateY(-2px);
  border-color: rgba(90, 170, 255, .55);
  color: var(--text);
}

.noc-tabs-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 18px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(4, 17, 53, .28);
}

.noc-tabs-rail .nav-link {
  padding: 8px 12px !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: var(--muted) !important;
  background: transparent !important;
  font-size: 14px;
  font-weight: 650;
}

.noc-tabs-rail .nav-link.active {
  color: #fff !important;
  background: linear-gradient(90deg, rgba(35, 105, 226, .55), rgba(34, 94, 190, .14)) !important;
  box-shadow: inset 3px 0 0 #3ca2ff;
}

.noc-card-grid,
.noc-server-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.noc-list-message {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 14px;
}

.noc-card-grid article,
.noc-glass,
.content-body .card,
.noc-server-glass {
  min-height: 0;
  padding: 18px;
  border: 1px solid rgba(62, 128, 226, .24) !important;
  border-radius: 13px !important;
  background: linear-gradient(155deg, rgba(15, 49, 117, .58), rgba(5, 19, 58, .66)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
  backdrop-filter: blur(14px);
  animation: noc-card-in .55s var(--ease) both;
}

.noc-card-grid article:nth-child(2) { animation-delay: .05s; }
.noc-card-grid article:nth-child(3) { animation-delay: .1s; }
.noc-card-grid article:nth-child(4) { animation-delay: .15s; }
.noc-card-grid article:nth-child(5) { animation-delay: .2s; }
.noc-card-grid article:nth-child(6) { animation-delay: .25s; }

.noc-card-grid h4,
.content-body .card .card-title,
.content-body .card h4 {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 750;
}

.noc-card-grid dl { margin: 0; }

.noc-card-grid dl div,
.noc-dl-row,
.noc-dash__statline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.45;
}

.noc-card-grid dd,
.noc-dl-row dd,
.noc-card-grid .si-value,
.noc-dash__statline-value {
  margin: 0;
  color: var(--text-soft);
  font-weight: 600;
  text-align: right;
}

.noc-dl-row dt { margin: 0; }

.noc-card-grid .good,
[data-noc-status-copy].good { color: var(--green); }

.noc-card-grid a,
.noc-card-grid button.noc-card-link {
  display: inline-block;
  margin-top: 11px;
  padding: 0;
  border: 0;
  color: #50a4ff;
  background: none;
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
}

.usage {
  height: 6px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(71, 128, 210, .18);
  overflow: hidden;
}

.usage i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #126dff, #38d7ff);
}

.activity-card {
  grid-column: span 2;
  min-height: 120px !important;
}

.activity-card > div,
.noc-activity-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 13px 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.45;
}

.activity-card span,
.noc-activity-row span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.activity-card small,
.noc-activity-row small {
  color: var(--muted);
  font-size: 13px;
  white-space: nowrap;
}

.good-dot,
.warn-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 9px rgba(80, 239, 189, .7);
  animation: noc-pulse 1.8s var(--ease) infinite;
}

.warn-dot {
  background: var(--amber);
  box-shadow: 0 0 9px rgba(255, 204, 104, .6);
}

@keyframes noc-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .45; }
}

@keyframes noc-card-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  color: #fff !important;
  background: linear-gradient(135deg, #0e76ff, #2650d8) !important;
  border-color: transparent !important;
  box-shadow: 0 9px 24px rgba(0, 77, 226, .22);
}

.btn-light,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-warning,
.btn-outline-danger,
.btn-sm {
  min-height: 36px;
  color: var(--text-soft) !important;
  background: rgba(4, 17, 53, .30) !important;
  border: 1px solid rgba(62, 128, 226, .27) !important;
}

.btn-outline-danger { color: var(--danger) !important; }
.btn-danger {
  background: linear-gradient(135deg, #ff657a, #c83d55) !important;
  border: 0 !important;
}

.alert-primary,
.alert {
  color: var(--text-soft);
  background: rgba(12, 42, 104, .4);
  border: 1px solid var(--line);
}

.modal-content {
  color: var(--text);
  background: linear-gradient(160deg, #081b51, #05143f);
  border: 1px solid rgba(66, 145, 255, .42);
  border-radius: 16px;
}

.modal-header,
.modal-footer { border-color: var(--line) !important; }

.btn-close { filter: invert(1) grayscale(1); }

html.noc-f2h-root[data-theme="light"] .btn-close { filter: none; }

.form-control,
.form-select,
.form-control-lg {
  color: var(--text) !important;
  background: rgba(4, 17, 53, .42) !important;
  border-color: rgba(62, 128, 226, .27) !important;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--line-strong) !important;
  box-shadow: 0 0 0 .2rem rgba(18, 103, 255, .18) !important;
}

.form-label,
.form-check-label { color: var(--text-soft); }

.table {
  --bs-table-bg: transparent;
  --bs-table-color: var(--text);
  --bs-table-border-color: var(--line);
  --bs-table-striped-bg: rgba(15, 49, 117, .28);
  color: var(--text);
}

.table > :not(caption) > * > * {
  background: transparent;
  color: var(--text-soft);
  border-color: var(--line);
  font-size: 14.5px;
}

.accordion-item {
  background: linear-gradient(155deg, rgba(15, 49, 117, .58), rgba(5, 19, 58, .66));
  border: 1px solid rgba(62, 128, 226, .24);
  border-radius: 13px !important;
  overflow: hidden;
  margin-bottom: 8px;
}

.accordion-button {
  color: var(--text);
  background: transparent;
  font-size: 15px;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background: rgba(35, 105, 226, .22);
}

.accordion-body {
  color: var(--text-soft);
  font-size: 14.5px;
}

.progress {
  background: rgba(71, 128, 210, .18);
}

.progress-bar {
  background: linear-gradient(90deg, #126dff, #38d7ff);
}

.text-muted,
.text-body-secondary,
.small.text-muted {
  color: var(--muted) !important;
}

.text-body {
  color: var(--text) !important;
}

.bg-body-secondary {
  background: rgba(4, 17, 53, .42) !important;
}

.badge.bg-secondary {
  color: var(--text-soft);
  background: rgba(4, 17, 53, .45) !important;
}

.badge.bg-danger {
  background: var(--danger) !important;
}

.noc-dash__hero { margin-bottom: 18px; }

.noc-dash__hero-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.noc-dash__hero h1,
.noc-dash__hero-greet h1 {
  margin: 0 0 6px;
  font-size: 28px;
  letter-spacing: -.04em;
}

.noc-dash__hero-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text-soft);
  background: rgba(4, 17, 53, .30);
  font-size: 14px;
}

.noc-dash__kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.noc-dash__kpi {
  display: flex;
  gap: 12px;
  min-height: 110px;
  padding: 16px;
  border: 1px solid rgba(62, 128, 226, .24);
  border-radius: 13px;
  background: linear-gradient(155deg, rgba(15, 49, 117, .58), rgba(5, 19, 58, .66));
  text-decoration: none;
  color: inherit;
}

.noc-dash__kpi-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: #59a7ff;
  background: rgba(4, 17, 53, .35);
}

.noc-dash__kpi-label {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.noc-dash__kpi-value {
  margin: 4px 0 0;
  font-size: 22px;
  font-weight: 750;
}

.noc-dash__kpi-meta {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.noc-dash__card,
.noc-dash-panel {
  border: 1px solid rgba(62, 128, 226, .24);
  border-radius: 13px;
  background: linear-gradient(155deg, rgba(15, 49, 117, .58), rgba(5, 19, 58, .66));
  padding: 16px;
}

.noc-dash__card-title,
.noc-dash-panel h4 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 16px;
  font-weight: 750;
}

.noc-dash-panel a {
  display: inline-block;
  margin-top: 8px;
  color: #50a4ff;
  font-size: 14px;
  text-decoration: none;
}

.noc-dash-panels {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 12px;
  margin: 0 0 18px;
}

.noc-dash__dc-boxes--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.noc-dash__dc-box {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(62, 128, 226, .24);
  border-radius: 10px;
  color: inherit;
  background: rgba(4, 17, 53, .30);
  text-align: left;
  text-decoration: none;
}

.noc-dash__dc-box__name {
  color: var(--text);
  font-size: 15px;
  font-weight: 700;
}

.noc-dash__dc-box__meta,
.noc-dash__dc-box__hint {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.noc-dash__dc-box__status-badge {
  margin-left: 8px;
  color: var(--green);
  font-size: 13px;
}

.noc-dash__empty { color: var(--muted); font-size: 14.5px; }

.noc-dash__chip {
  display: inline-flex;
  padding: 2px 8px;
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(62, 223, 255, .12);
  font-size: 13px;
}

.noc-dash__skel {
  height: 14px;
  margin: 8px 0;
  border-radius: 999px;
  background: rgba(71, 128, 210, .16);
}

.noc-upsell-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 18px 0;
}

.noc-upsell-row a {
  display: block;
  padding: 16px;
  border: 1px solid rgba(62, 128, 226, .24);
  border-radius: 13px;
  background: linear-gradient(155deg, rgba(15, 49, 117, .58), rgba(5, 19, 58, .66));
  color: inherit;
  text-decoration: none;
  transition: transform .18s var(--ease);
}

.noc-upsell-row a span {
  color: #50a4ff;
  font-size: 14px;
}

.noc-upsell-row small {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.noc-upsell-row strong {
  display: block;
  margin: 4px 0 8px;
  font-size: 16px;
}

.noc-dedicated-plans { margin: 8px 0 22px; }

.noc-dedicated-head {
  display: grid;
  gap: 3px;
  margin-bottom: 11px;
}

.noc-dedicated-head span {
  color: var(--text);
  font-size: 14px;
  font-weight: 820;
}

.noc-dedicated-head small {
  color: var(--muted);
  font-size: 14px;
}

.noc-plan-list { display: grid; gap: 7px; }

.noc-plan-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 18px;
  grid-template-areas: "name price arrow" "spec price arrow";
  align-items: center;
  gap: 3px 12px;
  padding: 13px 14px;
  border: 1px solid rgba(82, 151, 246, .20);
  border-radius: 12px 20px 12px 20px;
  color: var(--text);
  background: linear-gradient(145deg, rgba(20, 60, 138, .32), rgba(4, 17, 53, .56));
  text-decoration: none;
  transition: transform .2s var(--ease), border-color .2s var(--ease), background .2s var(--ease);
}

.noc-plan-row:nth-child(2) { border-radius: 20px 12px 20px 12px; }
.noc-plan-row:nth-child(3) { border-radius: 18px 18px 9px 18px; }

.noc-plan-row:hover {
  transform: translateX(5px);
  border-color: rgba(78, 163, 255, .48);
  color: var(--text);
  background: linear-gradient(145deg, rgba(25, 76, 169, .45), rgba(4, 18, 57, .62));
}

.noc-plan-name { grid-area: name; display: grid; gap: 1px; }
.noc-plan-name small {
  color: #72dfff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.noc-plan-name strong { color: #fff; font-size: 15.5px; }
.noc-plan-spec { grid-area: spec; color: #8fa9cf; font-size: 13.5px; }
.noc-plan-price {
  grid-area: price;
  display: flex;
  align-items: baseline;
  gap: 3px;
  white-space: nowrap;
}
.noc-plan-price strong { color: #fff; font-size: 18px; }
.noc-plan-price small { color: var(--muted); font-size: 12.5px; }
.noc-plan-row > svg { grid-area: arrow; width: 17px; height: 17px; color: #55cfff; }
.noc-all-plans {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  color: #67b9ff;
  font-size: 14.5px;
  font-weight: 800;
  text-decoration: none;
}

html.noc-f2h-root[data-theme="light"] .noc-plan-row { background: rgba(255, 255, 255, .68); }
html.noc-f2h-root[data-theme="light"] .noc-plan-name strong,
html.noc-f2h-root[data-theme="light"] .noc-plan-price strong { color: var(--text); }

.noc-server-glass h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 750;
  letter-spacing: -.02em;
  text-transform: none;
}

.noc-server-glass a {
  color: #50a4ff;
  font-size: 14px;
  text-decoration: none;
}

.noc-server-glass small,
.noc-server-glass p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.45;
}

.noc-server-glass:hover { transform: translateY(-3px); }

.noc-server-card-ha-banner {
  margin: -18px -18px 14px;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(62, 223, 255, .22);
  color: var(--cyan);
  background: rgba(62, 223, 255, .08);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

#noc-servers-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(4, 17, 53, .28);
}

#noc-servers-filter-bar[hidden] {
  display: none !important;
}

#noc-servers-filter-bar [data-noc-filter] {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(62, 128, 226, .27);
  border-radius: 9px;
  color: var(--text-soft);
  background: rgba(4, 17, 53, .30);
}

#noc-servers-filter-bar [data-noc-filter].active {
  color: #fff;
  background: linear-gradient(90deg, rgba(35, 105, 226, .55), rgba(34, 94, 190, .14));
  box-shadow: inset 3px 0 0 #3ca2ff;
}

.dedicated-noc-net-ip,
.dedicated-kvm-ipmi__card,
.dedicated-mgmt-noc__os,
.dedicated-mgmt-noc__action,
.dedicated-mgmt-noc__ribbon {
  border: 1px solid rgba(62, 128, 226, .24) !important;
  border-radius: 13px !important;
  background: linear-gradient(155deg, rgba(15, 49, 117, .58), rgba(5, 19, 58, .66)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.widget-timeline2 .timeline,
.widget-timeline2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-timeline2 .timeline-panel,
.widget-timeline2 li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 11px 0;
  color: var(--text-soft);
  font-size: 14px;
}

.widget-timeline2 .timeline-media {
  width: 6px;
  height: 6px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 9px rgba(80, 239, 189, .7);
}

.widget-timeline2 .timeline-media i { display: none; }

.si-row,
.si-label,
.si-value { font-size: 14.5px; }

.si-ha {
  margin-top: 10px;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
}

.si-ha-ribbon { display: none !important; }

#server-information-card.noc-workspace,
.noc-workspace {
  padding: 0;
  border: 0 !important;
  background: none !important;
  box-shadow: none;
  backdrop-filter: none;
  min-height: 0;
}

.noc-overview-extra {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 12px;
}

.noc-server-api-health { margin-left: auto; }

body.noc-f2h-login {
  display: grid;
  place-items: center;
  padding: 24px;
}

body.noc-f2h-login .noc-window { display: none; }

.noc-login-card {
  width: min(440px, 100%);
  padding: 32px 28px;
  border: 1px solid rgba(66, 145, 255, .42);
  border-radius: 24px;
  background: linear-gradient(160deg, #081b51, #05143f);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 32px 90px rgba(0, 0, 0, .44);
}

.noc-login-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  text-decoration: none;
  color: var(--text);
}

.noc-login-brand img {
  height: 28px;
  width: auto;
}

.noc-login-card h1 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -.03em;
}

.show-pass {
  cursor: pointer;
  color: var(--muted);
}

@media (max-width: 1100px) {
  .noc-card-grid,
  .noc-server-list-grid,
  .noc-dash__kpi-grid,
  .noc-upsell-row,
  .noc-overview-extra,
  .noc-dash-panels {
    grid-template-columns: 1fr 1fr;
  }
  .activity-card { grid-column: 1 / 3; }
}

@media (max-width: 900px) {
  .noc-window {
    grid-template-columns: 1fr;
  }

  .noc-main { grid-column: 1; }

  .noc-rail-toggle { display: inline-flex; }

  .noc-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 40;
    width: 228px;
    transform: translateX(-120%);
    border-radius: 0;
    border: 0;
    border-right: 1px solid rgba(88, 145, 242, .12);
    transition: transform .25s var(--ease);
  }

  .noc-window.is-nav-open .noc-sidebar {
    transform: none;
  }

  .noc-action-bar { grid-template-columns: 1fr 1fr; }
  .noc-main-head { align-items: flex-start; flex-wrap: wrap; }
}

@media (max-width: 640px) {
  .noc-card-grid,
  .noc-server-list-grid,
  .noc-dash__kpi-grid,
  .noc-upsell-row,
  .noc-overview-extra,
  .noc-dash-panels,
  .noc-dash__dc-boxes--grid {
    grid-template-columns: 1fr;
  }
  .activity-card { grid-column: 1; }
  .noc-toolbar,
  .content-body,
  .noc-app-footer {
    padding-inline: 14px;
  }
  .noc-plan-row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "name price" "spec spec";
  }
  .noc-plan-row > svg { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  body.noc-f2h *,
  body.noc-f2h *::before,
  body.noc-f2h *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* —— Server workspace: match the attached NoC mockup —— */
.noc-actions-btn {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  color: #fff !important;
  background: linear-gradient(135deg, #0e76ff, #2650d8);
  box-shadow: 0 8px 22px rgba(18, 103, 255, .32);
  font-weight: 750;
}

body.noc-server-page {
  background:
    radial-gradient(850px 420px at 57% -12%, rgba(23, 75, 190, .15), transparent 67%),
    radial-gradient(circle at 7% 100%, rgba(38, 160, 255, .14), transparent 28rem),
    linear-gradient(180deg, #000620 0%, #000a2d 48%, #000927 100%);
}

.noc-server-page .content-body {
  position: relative;
  z-index: 1;
  padding: 0 30px 28px 27px;
}

.noc-server-canvas {
  max-width: none;
  margin: 0;
}

.noc-server-context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 38px;
  margin-bottom: 5px;
}

.noc-server-context > .dropdown {
  transform: translateY(10px);
}

.noc-crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--muted);
  font-size: 12.5px;
}

.noc-crumb a { color: var(--muted); text-decoration: none; }
.noc-crumb a:hover { color: var(--cyan-soft); }

.noc-server-hero {
  display: grid;
  grid-template-columns: minmax(0, 2.35fr) minmax(330px, 1fr);
  align-items: stretch;
  gap: 16px;
  min-height: 132px;
  margin: 18px 0 10px;
  padding: 0;
}

.noc-server-identity-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 42%);
  align-items: center;
  min-width: 0;
  min-height: 132px;
  overflow: hidden;
  padding: 12px 18px 12px 22px;
  border: 1px solid rgba(43, 111, 220, .34);
  border-radius: 12px;
  background:
    radial-gradient(ellipse at 79% 58%, rgba(24, 93, 218, .18), transparent 41%),
    radial-gradient(ellipse at 88% 88%, rgba(20, 168, 229, .06), transparent 32%),
    linear-gradient(140deg, #020b24 0%, #031640 58%, #031133 100%);
  box-shadow:
    inset 0 1px 0 rgba(116, 177, 255, .08),
    inset 0 -1px 0 rgba(10, 58, 145, .18),
    0 16px 42px rgba(0, 0, 0, .22);
}

.noc-server-hero__identity { min-width: 0; }

.noc-server-hero__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.noc-server-hero__title h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(27px, 2.15vw, 31px);
  line-height: 1.1;
  font-weight: 750;
  letter-spacing: -.04em;
  word-break: break-word;
}

.noc-status-lamp,
#noc-server-detail-status-badge.noc-status-lamp {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 !important;
  padding: 5px 11px !important;
  border: 1px solid rgba(80, 239, 189, .22);
  border-radius: 999px !important;
  color: var(--green) !important;
  background: rgba(80, 239, 189, .12) !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.noc-status-lamp::before,
#noc-server-detail-status-badge.noc-status-lamp::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(80, 239, 189, .9);
}

.noc-status-lamp.bg-warning::before,
.noc-status-lamp.bg-info::before { background: var(--amber); box-shadow: 0 0 10px rgba(255, 204, 104, .7); }
.noc-status-lamp.bg-danger::before,
.noc-status-lamp.bg-dark::before { background: var(--danger); box-shadow: 0 0 10px rgba(255, 101, 122, .7); }

.noc-status-lamp--quiet {
  padding: 0 !important;
  border: 0;
  background: transparent !important;
}

.noc-server-hero__meta {
  margin: 8px 0 0;
  color: var(--text-soft);
  font-size: 15px;
}

.noc-server-hero__id {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  opacity: .65;
}

.noc-rack-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 106px;
  align-self: end;
}

.noc-rack-visual::before {
  content: "";
  position: absolute;
  width: 78%;
  height: 62%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(34, 133, 255, .38), rgba(18, 74, 210, .12) 43%, transparent 70%);
  filter: blur(14px);
}

.noc-rack-visual img {
  position: relative;
  width: 100%;
  max-width: 390px;
  height: 106px;
  object-fit: cover;
  object-position: 50% 54%;
  filter: saturate(1.08) drop-shadow(0 16px 28px rgba(0, 30, 90, .45));
}

.noc-server-page .noc-server-api-health {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  min-width: 0;
  max-width: none;
  min-height: 132px;
  padding: 18px 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.noc-server-page .noc-server-api-health__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.noc-server-page .noc-server-api-health__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 9px;
  border: 1px solid rgba(80, 239, 189, .22);
  border-radius: 999px;
  color: var(--green);
  background: rgba(80, 239, 189, .12);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.noc-server-page .noc-server-api-health__pill i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
}

.noc-server-page .noc-server-api-health__pill--ok { color: var(--green); }
.noc-server-page .noc-server-api-health__pill--warn {
  color: var(--amber);
  border-color: rgba(255, 204, 104, .28);
  background: rgba(255, 204, 104, .12);
}
.noc-server-page .noc-server-api-health__pill--bad {
  color: var(--danger);
  border-color: rgba(255, 101, 122, .28);
  background: rgba(255, 101, 122, .12);
}
.noc-server-page .noc-server-api-health__pill--muted {
  color: var(--muted);
  border-color: rgba(88, 145, 242, .2);
  background: rgba(8, 28, 72, .4);
}

.noc-server-page .noc-server-api-health__value {
  color: #fff;
  font-size: 28px;
  font-weight: 750;
  letter-spacing: -.04em;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}

.noc-server-page .noc-server-api-health__sub {
  max-width: 190px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.45;
}

.noc-server-page .noc-server-api-health__body {
  display: grid;
  grid-template-columns: minmax(120px, .8fr) minmax(120px, 1.2fr);
  align-items: end;
  gap: 8px;
}

.noc-server-page .noc-server-api-health__chart {
  width: 100%;
  height: 58px;
}

.noc-control-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  margin: 0 0 10px;
  border: 1px solid rgba(101, 190, 255, .14);
  border-radius: 12px;
  background: rgba(6, 22, 58, .42);
}

.noc-control-tile {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-areas: "icon title" "icon copy";
  align-items: center;
  column-gap: 12px;
  row-gap: 1px;
  width: 100%;
  min-height: 70px;
  padding: 12px 20px;
  border: 0;
  border-radius: 0;
  color: var(--text);
  background: transparent;
  box-shadow: none;
  appearance: none;
  font: inherit;
  cursor: pointer;
  text-align: left;
}

.noc-control-tile + .noc-control-tile {
  border-left: 1px solid rgba(88, 145, 242, .16);
}

.noc-control-tile:hover {
  color: var(--text);
  background: rgba(18, 103, 255, .10);
}

.noc-control-tile__icon {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 0;
  color: #3596f6;
  background: transparent;
}

.noc-control-tile__icon svg {
  width: 32px;
  height: 32px;
}

.noc-control-tile strong {
  grid-area: title;
  font-size: 15px;
  font-weight: 750;
}

.noc-control-tile .card-body,
.noc-control-tile p {
  grid-area: copy;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 500;
}

.noc-control-tile--danger .noc-control-tile__icon {
  color: var(--danger);
  background: transparent;
}

.noc-control-tile--danger .noc-control-tile__icon svg {
  width: 35px;
  height: 35px;
}

.noc-infra-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 28px;
  margin: 0 0 14px;
  padding: 0 14px;
  border: 1px solid rgba(88, 145, 242, .12);
  border-width: 1px 0;
  border-bottom: 1px solid rgba(88, 145, 242, .14);
  background: linear-gradient(90deg, rgba(10, 38, 88, .42), rgba(8, 29, 72, .14) 72%, transparent);
}

.noc-infra-tabs .nav-link {
  position: relative;
  padding: 13px 1px 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--muted) !important;
  background: transparent !important;
  font-size: 14.5px;
  font-weight: 600;
  box-shadow: none !important;
  transition: color .18s ease;
}

.noc-infra-tabs .nav-link::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -1px;
  left: 50%;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #247bff, #3edfff);
  box-shadow: 0 0 14px rgba(62, 223, 255, .48);
  transition: right .18s ease, left .18s ease;
}

.noc-infra-tabs .nav-link:hover {
  color: #d8e8ff !important;
}

.noc-infra-tabs .nav-link.active {
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
}

.noc-infra-tabs .nav-link.active::after {
  right: 0;
  left: 0;
}

.noc-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 16px;
  margin-bottom: 10px;
}

.noc-module,
.noc-task-rail,
.noc-metrics-board {
  border: 1px solid rgba(101, 190, 255, .15);
  border-radius: 12px;
  background: rgba(7, 28, 72, .48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.noc-module {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 16px 18px 14px;
}

.noc-module h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 750;
}

.noc-module-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 0;
  color: #67e2ff;
  background: transparent;
}

.noc-module-icon svg {
  width: 22px;
  height: 22px;
}

.noc-module dl { margin: 0; }

.noc-module dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 5px 0;
  color: #8296b8;
  font-size: 13px;
}

.noc-module dt { font-weight: 400; }

.noc-module dd {
  margin: 0;
  color: #bdc9df;
  font-size: 13.5px;
  font-weight: 500;
  text-align: right;
}

.noc-module .good { color: #46d7b2; font-weight: 550; }

.noc-module a,
.noc-module button.noc-card-link {
  display: inline-block;
  margin-top: 9px;
  padding: 0;
  border: 0;
  color: #50a4ff;
  background: none;
  font-size: 13.5px;
  text-decoration: none;
}

.noc-server-page .noc-task-rail a,
.noc-server-page .noc-overview-extra .card a,
.noc-server-page .tab-pane .card a {
  text-decoration: none !important;
}

.noc-module > a:last-child,
.noc-module > button.noc-card-link:last-child {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 9px;
}

.noc-module-state { margin: 8px 0 0; }

.noc-metric-rail {
  display: grid;
  gap: 6px;
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
}

.noc-module > .noc-metric-rail {
  margin-top: auto;
}

.noc-metric-rail > span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.noc-metric-rail strong {
  color: #768aa9;
  font-size: 11.5px;
  font-weight: 450;
}

.noc-metric-rail--unavailable i::after {
  display: none;
}

.noc-metric-rail i {
  display: block;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(80, 135, 210, .16);
}

.noc-metric-rail i::after {
  content: "";
  display: block;
  width: calc(var(--p, 0) * 1%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #187cff, #55ddff);
}

.noc-health-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 6px;
  padding: 11px 16px;
  border: 1px solid rgba(88, 145, 242, .14);
  border-radius: 10px;
  background: rgba(4, 20, 58, .54);
}

.noc-health-strip > .noc-health-item {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 0 20px;
  border-right: 1px solid rgba(88, 145, 242, .14);
}

.noc-health-strip > .noc-health-item:first-child { padding-left: 12px; }
.noc-health-strip > .noc-health-item:last-child { border-right: 0; }

.noc-health-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  color: var(--green);
  background: rgba(35, 215, 166, .08);
}

.noc-health-icon svg {
  width: 18px;
  height: 18px;
}

.noc-health-copy {
  display: block;
  min-width: 0;
}

.noc-health-copy strong,
.noc-health-copy small {
  display: block;
  line-height: 1.25;
}

.noc-health-copy strong {
  overflow: hidden;
  color: #f2f6ff;
  font-size: 12.5px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.noc-health-copy small {
  margin-top: 2px;
  color: #8296b8;
  font-size: 11px;
  font-weight: 400;
}

.noc-overview-floor {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 16px;
  align-items: stretch;
}

.noc-task-rail,
.noc-metrics-board {
  min-height: 212px;
  padding: 14px 18px;
}

.noc-floor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.noc-floor-head h2 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 750;
}

.noc-live-flag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.noc-live-flag i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(80, 239, 189, .9);
  animation: noc-pulse 1.8s var(--ease) infinite;
}

.noc-task-rail .noc-card-link { margin-top: 0; }

.noc-floor-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.noc-task-refresh {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid rgba(73, 170, 255, .20);
  border-radius: 8px;
  color: #55b9ff;
  background: rgba(25, 105, 220, .10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  cursor: pointer;
  transition: border-color .18s ease, color .18s ease, background .18s ease, transform .18s ease;
}

.noc-task-refresh svg {
  width: 17px;
  height: 17px;
}

.noc-task-refresh:hover,
.noc-task-refresh:focus-visible {
  border-color: rgba(62, 223, 255, .42);
  color: #8deaff;
  background: rgba(25, 125, 255, .18);
  outline: none;
  transform: rotate(18deg);
}

.noc-server-page #dedicated-overview-tasks-sub {
  color: var(--muted);
  font-size: 12.5px;
}

.noc-task-row em {
  color: var(--green);
  font-style: normal;
  font-weight: 700;
}

.noc-gauge-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.noc-gauge { text-align: center; }

.noc-gauge__dial {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 5px;
}

.noc-gauge__dial svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.noc-gauge__halo {
  fill: none;
  stroke: var(--ring, #3edfff);
  stroke-width: 8;
  opacity: .12;
}

.noc-gauge__track,
.noc-gauge__arc {
  fill: none;
  stroke-width: 5;
}

.noc-gauge__track { stroke: rgba(88, 145, 242, .16); }

.noc-gauge__arc {
  stroke: var(--ring, #3edfff);
  stroke-linecap: round;
  stroke-dasharray: calc(3.016 * var(--p, 0)) 301.6;
  filter: drop-shadow(0 0 6px var(--ring, #3edfff));
}

.noc-gauge__readout {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 6px;
}

.noc-gauge__readout strong {
  color: #fff;
  font-size: 23px;
  font-weight: 750;
  line-height: 1;
}

.noc-gauge--unavailable .noc-gauge__readout strong {
  color: #768aa9;
  font-weight: 500;
}

.noc-gauge__readout span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #c9d7ed;
  font-size: 11.5px;
  font-weight: 550;
}

.noc-gauge__readout span svg {
  width: 15px;
  height: 15px;
  color: #8ca3c8;
}

.noc-gauge__spec {
  margin: 0;
  color: var(--muted);
  font-size: 12.5px;
}

.noc-ipv4-order-modal {
  overflow: hidden;
  border: 1px solid rgba(70, 163, 255, .30) !important;
  border-radius: 18px !important;
  color: #eaf2ff;
  background:
    radial-gradient(circle at 82% 0, rgba(20, 117, 255, .17), transparent 36%),
    linear-gradient(145deg, #071a46, #041235 72%) !important;
  box-shadow: 0 32px 90px rgba(0, 5, 24, .62), inset 0 1px 0 rgba(255, 255, 255, .07) !important;
}

.noc-ipv4-order-modal .modal-header {
  padding: 22px 24px 18px;
  border-bottom: 1px solid rgba(88, 145, 242, .14) !important;
}

.noc-ipv4-order-modal .modal-header h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.noc-ipv4-order-modal .modal-header p {
  margin-top: 3px;
  color: #91a6c8;
  font-size: 13px;
}

.noc-ipv4-order-modal .btn-close {
  filter: invert(1) grayscale(1);
  opacity: .65;
}

.noc-ipv4-modal-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(62, 223, 255, .26);
  border-radius: 12px;
  color: #56dcff;
  background: linear-gradient(145deg, rgba(30, 128, 255, .20), rgba(19, 213, 255, .08));
  box-shadow: 0 0 28px rgba(34, 151, 255, .13), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.noc-ipv4-modal-icon svg {
  width: 25px;
  height: 25px;
}

.noc-ipv4-order-modal .modal-body { padding: 20px 24px 18px; }

.noc-ipv4-flow {
  display: grid;
  grid-template-columns: auto minmax(28px, 1fr) auto minmax(28px, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #7286a8;
  font-size: 11.5px;
  font-weight: 600;
}

.noc-ipv4-flow span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.noc-ipv4-flow b {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 1px solid rgba(91, 139, 208, .22);
  border-radius: 50%;
  color: #8ca0c0;
  font-size: 10.5px;
}

.noc-ipv4-flow .is-current { color: #cfe6ff; }
.noc-ipv4-flow .is-current b {
  border-color: rgba(62, 223, 255, .45);
  color: #041235;
  background: #51ddff;
  box-shadow: 0 0 14px rgba(62, 223, 255, .32);
}

.noc-ipv4-flow > i { height: 1px; background: rgba(91, 139, 208, .18); }

.noc-ipv4-picker {
  padding: 17px;
  border: 1px solid rgba(94, 169, 255, .16);
  border-radius: 14px;
  background: rgba(7, 31, 76, .52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.noc-ipv4-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.noc-ipv4-section-head h6 { margin: 0; color: #fff; font-size: 15px; font-weight: 700; }
.noc-ipv4-section-head p { margin: 3px 0 0; color: #8499ba; font-size: 12.5px; }

.noc-ipv4-availability {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #4fe0b2;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.noc-ipv4-availability i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4fe0b2;
  box-shadow: 0 0 9px rgba(79, 224, 178, .75);
}

.noc-ipv4-blurb {
  margin: 13px 0 14px;
  color: #9badca;
  font-size: 12.5px;
  line-height: 1.55;
}

.noc-ipv4-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.noc-ipv4-loading {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 68px;
  color: #93a7c7;
  font-size: 13px;
}

.noc-ipv4-option {
  min-height: 72px;
  padding: 11px 12px;
  border: 1px solid rgba(88, 145, 242, .16) !important;
  border-radius: 11px;
  color: #dbe8fb;
  background: rgba(9, 39, 91, .64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
  transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.noc-ipv4-option:hover,
.noc-ipv4-option:focus-visible {
  border-color: rgba(62, 223, 255, .40) !important;
  color: #fff;
  background: rgba(14, 63, 135, .74);
  box-shadow: 0 8px 24px rgba(0, 8, 34, .16), inset 0 1px 0 rgba(255, 255, 255, .05);
  outline: none;
  transform: translateY(-1px);
}

.noc-ipv4-option.is-selected {
  border-color: #42d5ff !important;
  background: linear-gradient(135deg, rgba(24, 112, 236, .32), rgba(20, 197, 232, .12));
  box-shadow: 0 0 0 1px rgba(66, 213, 255, .12), 0 0 24px rgba(31, 147, 255, .12);
}

.noc-ipv4-option .avatar {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  color: #5addff !important;
  background: rgba(39, 139, 255, .13) !important;
}

.noc-ipv4-option h6 { color: #eef5ff; font-size: 13.5px; font-weight: 650 !important; }
.noc-ipv4-option .text-muted { color: #879bbc !important; }
.noc-ipv4-option .badge { color: #6fe7ff; background: rgba(32, 153, 255, .14) !important; }
.noc-ipv4-option .fa-chevron-right { color: #5f769c !important; }

.noc-ipv4-selection {
  margin-top: 12px;
  padding: 15px 17px;
  border: 1px solid rgba(72, 216, 179, .20);
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(21, 95, 105, .18), rgba(7, 35, 73, .46));
}

.noc-ipv4-selection__summary {
  display: grid;
  grid-template-columns: 34px minmax(0, 1.4fr) minmax(100px, .7fr) minmax(160px, 1fr);
  align-items: center;
  gap: 13px;
}

.noc-ipv4-selection__summary > div { display: grid; gap: 2px; min-width: 0; }
.noc-ipv4-selection__summary small { color: #8195b7; font-size: 10.5px; text-transform: uppercase; letter-spacing: .05em; }
.noc-ipv4-selection__summary strong { overflow: hidden; color: #edf5ff; font-size: 12.5px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }

.noc-ipv4-selection__check {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  color: #45dfb0;
  background: rgba(44, 207, 159, .11);
}

.noc-ipv4-selection__check svg { width: 17px; height: 17px; }

.noc-ipv4-delivery-note {
  margin: 13px 0 11px;
  padding-top: 11px;
  border-top: 1px solid rgba(93, 160, 223, .12);
  color: #92a7c7;
  font-size: 12px;
  line-height: 1.5;
}

.noc-ipv4-ack { color: #b7c6dd; font-size: 12px; }
.noc-ipv4-ack .form-check-input { border-color: rgba(94, 169, 255, .34); background-color: rgba(5, 22, 57, .7); }

.noc-ipv4-order-modal .modal-footer {
  padding: 15px 24px 20px;
  border-top: 1px solid rgba(88, 145, 242, .12) !important;
}

.noc-ipv4-order-modal .modal-footer .btn {
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 650;
}

.noc-ipv4-order-modal .modal-footer .btn-light {
  border: 1px solid rgba(90, 145, 215, .18);
  color: #aebed8;
  background: rgba(7, 29, 67, .56);
}

.noc-ipv4-order-modal .modal-footer .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(78, 184, 255, .38);
  background: linear-gradient(135deg, #1675f5, #0755ce);
  box-shadow: 0 8px 24px rgba(11, 91, 218, .24), inset 0 1px 0 rgba(255, 255, 255, .16);
}

.noc-ipv4-order-modal .modal-footer .btn-primary svg { width: 15px; height: 15px; }

.noc-server-page .noc-overview-extra .card {
  border: 1px solid rgba(101, 190, 255, .15) !important;
  border-radius: 12px !important;
  background: rgba(7, 28, 72, .48) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05) !important;
  padding: 20px !important;
}

.noc-server-page .noc-overview-extra .card-header {
  padding: 0 0 8px !important;
  background: transparent !important;
}

@media (max-width: 1100px) {
  .noc-module-grid,
  .noc-overview-floor,
  .noc-gauge-row { grid-template-columns: 1fr 1fr; }
  .noc-server-hero { grid-template-columns: minmax(0, 1fr) minmax(200px, 260px); }
  .noc-server-page .noc-server-api-health { grid-column: 1 / -1; }
  .noc-health-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 12px; }
  .noc-health-strip > .noc-health-item { border-right: 0; }
}

@media (max-width: 760px) {
  .noc-module-grid,
  .noc-overview-floor,
  .noc-gauge-row,
  .noc-control-rail { grid-template-columns: 1fr; }
  .noc-server-hero { grid-template-columns: 1fr; }
  .noc-control-tile + .noc-control-tile { border-left: 0; border-top: 1px solid rgba(88, 145, 242, .16); }
  .noc-health-strip { grid-template-columns: 1fr; }
  .noc-health-strip > .noc-health-item,
  .noc-health-strip > .noc-health-item:first-child { padding-left: 0; }
  .noc-ipv4-flow { grid-template-columns: 1fr; gap: 7px; }
  .noc-ipv4-flow > i { display: none; }
  .noc-ipv4-options { grid-template-columns: 1fr; }
  .noc-ipv4-selection__summary { grid-template-columns: 34px 1fr; }
  .noc-ipv4-selection__summary > div:nth-of-type(n+2) { grid-column: 2; }
}
