
.nomnoml[data-v-d8ed1f3a] {
  height: 100%;
  overflow: auto;
}

.nomnoml text {
  cursor: pointer;
}
@keyframes shining-info {
from {
    stroke-width: 1px;
    stroke-opacity: 0.2;
    stroke: #000;
    -webkit-text-stroke-color: #000;
}
to {
    stroke-width: 1px;
    stroke-opacity: 0.8;
    stroke: #000;
    -webkit-text-stroke-color: #000;
}
}
@keyframes shining-node {
from {
    stroke-opacity: 0.2;
    stroke: #33322e;
    -webkit-text-stroke-color: #33322e;
}
to {
    stroke-opacity: 1;
    stroke: #33322e;
    -webkit-text-stroke-color: #33322e;
}
}
.nomnoml .highlight-info:not(.active) text {
  animation: shining-info 0.6s alternate infinite;
  -webkit-animation: shining-info 0.6s alternate infinite;
  -moz-animation: shining-info 0.6s alternate infinite;
}
.nomnoml .highlight-note:not(.active) {
  animation: shining-info 0.6s alternate infinite;
  -webkit-animation: shining-info 0.6s alternate infinite;
  -moz-animation: shining-info 0.6s alternate infinite;
}
.nomnoml .highlight-node:not(.active) g:first-child {
  animation: shining-node 0.6s alternate infinite;
  -webkit-animation: shining-node 0.6s alternate infinite;
  -moz-animation: shining-node 0.6s alternate infinite;
}
.nomnoml g[data-id].active text,
.nomnoml tspan[data-id].active {
  stroke-width: 1px;
  stroke-opacity: 0.8;
  stroke: #000;
  -webkit-text-stroke-color: #000;
}
.nomnoml g.node.active {
  animation: shining-node 0.6s alternate infinite;
  -webkit-animation: shining-node 0.6s alternate infinite;
  -moz-animation: shining-node 0.6s alternate infinite;
}

.container {
  width: 100vw;
  height: 100vh;
  background-color: #efefef;
  overflow: hidden;
  position: relative;
}
.draggable {
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
  transform-origin: 0 0; /* 设置缩放原点为左上角 */
}

.dock-selector[data-v-419ca8ac] {
  display: inline-block;
}
[data-v-419ca8ac] .p-dock-item {
  padding: 0;
}
[data-v-419ca8ac] .p-dock-item-content > div {
  padding: 0.5rem;
}

.p-dock {
  opacity: 0.4;
  transition: 0.5s;
}
.p-dock:hover {
  opacity: 1;
}
.p-dock .p-dock-item {
  transition: 0.5s;
}
.p-dock .p-dock-item:hover {
  scale: 1.2;
}
.toolbar-drawer {
  width: 40%;
}
.toolbar-drawer .datasource {
  font-weight: bold;
}
.toolbar-drawer .datasource .datasource-item {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-template-rows: 1fr;
  margin: 5px 0;
  line-height: 1.5rem;
  font-size: 1rem;
  border-radius: 5px;
}
.toolbar-drawer .datasource .datasource-item :hover {
  cursor: pointer;
  background-image: linear-gradient(to bottom, white, rgb(228, 250, 255), white);
}
.toolbar-drawer .datasource .datasource-item label {
  padding-left: 5px;
}
.root-fieldset {
  opacity: 0.7;
  white-space: pre-line;
  position: absolute;
  right: 4rem;
  top: 0;
  width: 30%;
  transition: opacity 0.5s ease-out;
}
.root-fieldset:hover {
  opacity: 1;
}
.root-fieldset .note::before {
  content: '';
  display: inline-block;
  height: 1rem;
  width: 0.5rem;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
  background-color: #4441ff;
}
