
.security-twin-page[data-v-b8f7751e] {
  height: calc(100vh - 64px);
  min-height: 560px;
  background: #f5f7fa;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.security-twin-header[data-v-b8f7751e] {
  min-height: 64px;
  padding: 10px 20px 0;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 24px;
}
.security-twin-header h2[data-v-b8f7751e] {
  margin: 0;
  color: #1f2933;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.security-twin-header p[data-v-b8f7751e] {
  margin: 2px 0 12px;
  color: #6b7280;
  font-size: 13px;
}
.security-twin-tabs[data-v-b8f7751e] {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.security-twin-frame[data-v-b8f7751e] {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  background: #fff;
}
.security-twin-iframe[data-v-b8f7751e] {
  display: block;
  width: 100%;
  height: 100%;
}
.security-twin-iframe.is-hidden[data-v-b8f7751e] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  pointer-events: none;
}
.security-topology[data-v-b8f7751e] {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(#e6ebf2 1px, transparent 1px),
    linear-gradient(90deg, #e6ebf2 1px, transparent 1px),
    #f8fafc;
  background-size: 24px 24px;
  overflow: auto;
}
.security-topology-node-type.is-video[data-v-b8f7751e] {
  fill: #4f83cc;
}
.security-topology-node-type.is-alarm[data-v-b8f7751e] {
  fill: #d76b5b;
}
.security-topology-node-type.is-access[data-v-b8f7751e] {
  fill: #48a06a;
}
.security-topology-node-type.is-network[data-v-b8f7751e] {
  fill: #8a72c7;
}
.security-topology-node-type.is-default[data-v-b8f7751e] {
  fill: #94a3b8;
}
.security-topology-svg[data-v-b8f7751e] {
  display: block;
  min-width: 100%;
  min-height: 100%;
}
.security-topology-edge-track[data-v-b8f7751e] {
  fill: none;
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 4;
  stroke-linecap: square;
  stroke-linejoin: miter;
}
.security-topology-edge[data-v-b8f7751e] {
  fill: none;
  stroke: #5f86bd;
  stroke-width: 2;
  stroke-linecap: square;
  stroke-linejoin: miter;
  opacity: 1;
}
.security-topology-edge-label-bg[data-v-b8f7751e] {
  fill: rgba(248, 250, 252, 0.94);
  stroke: rgba(214, 222, 233, 0.85);
  stroke-width: 1;
}
.security-topology-edge-label[data-v-b8f7751e] {
  fill: #58708b;
  font-size: 10px;
  font-weight: 400;
  text-anchor: middle;
}
.security-topology-node-shell[data-v-b8f7751e] {
  fill: #ffffff;
  stroke: #b8c6d8;
  stroke-width: 1;
  filter: drop-shadow(2px 2px 0 rgba(108, 142, 191, 0.14));
}
.security-topology-node-type[data-v-b8f7751e] {
  pointer-events: none;
}
.security-topology-node-name[data-v-b8f7751e] {
  fill: #1f2d3d;
  font-size: 13px;
  font-weight: 600;
  text-anchor: middle;
}
.security-topology-node-sub[data-v-b8f7751e] {
  fill: #536b85 !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  text-anchor: middle;
}
.security-topology-node-meta[data-v-b8f7751e] {
  fill: #8a9aac;
  font-size: 10px;
  font-weight: 400;
  text-anchor: middle;
}
.security-topology-port-dot[data-v-b8f7751e] {
  fill: #c7d0dd;
  stroke: #ffffff;
  stroke-width: 1.2;
}
.security-topology-port-dot.is-connected[data-v-b8f7751e] {
  fill: #5f86bd;
}
.security-topology-port-text[data-v-b8f7751e] {
  fill: #506780;
  font-size: 10px;
  font-weight: 400;
  text-anchor: start;
}
.security-twin-loading[data-v-b8f7751e] {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.security-twin-empty[data-v-b8f7751e] {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  color: #6b7280;
  font-size: 14px;
}

