body {
  background: var(--bs-body-bg);
}

#FamilyChart {
  border: 1px solid rgba(236, 234, 230, 0.12);
  border-radius: 12px;
  overflow: hidden;
}

#admin-panel {
  max-height: 100vh;
  overflow-y: auto;
}

.card_main {
  font-family: 'Inter', sans-serif;
}

.f3 div.card-rect {
  padding: 8px 10px;
  font-size: 15px;
  line-height: 1.35;
  white-space: normal;
  word-break: break-word;
}

.f3 div.card-rect div:first-child {
  font-weight: 600;
}

.f3 div.card-rect div:last-child {
  font-size: 12px;
  opacity: 0.75;
}

.f3 path.link {
  stroke-width: 2px !important;
}
