.dl text {
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 12pt;
}
.dl text.h1 {
  font-weight: 600;
}
.dl svg {
  stroke-width: 0;
  cursor: move;
}
.dl rect {
  stroke-width: 1pt;
}
.dl circle {
  fill: #ccc;
  stroke: #f49f76;
  stroke-opacity: 0.5;
  stroke-width: 1pt;
}
.dl g a {
  cursor: pointer;
}
.dl .group.z0 rect {
  fill: transparent;
  stroke-width: 0;
}
.dl .group.z1 rect {
  fill: transparent;
  stroke-dasharray: 4;
}
.dl .group rect {
  fill: #ccc;
  fill-opacity: 0.2;
  stroke: #888;
}
.dl .group.session rect {
  fill: #90cde7;
  fill-opacity: 1;
}
.dl .resource rect {
  stroke: #333;
  fill: #fff;
}
.dl .resource text {
  font-weight: normal;
}
.dl .resource text.active {
  fill: #ed5c17;
}
.dl g.active rect {
  stroke-width: 1.5px;
  stroke: #f49f76;
}
.dl g.active text {
  fill: #ed5c17;
}
.dl path {
  stroke-width: 1px;
}
.dl path.link {
  stroke: #ccc;
  fill: none;
  marker-end: url(#end);
}
.dl path.link.active {
  stroke: #f49f76;
  stroke-width: 1.5px;
  marker-end: url(#end-active);
}
.dl path.link.metadata {
  stroke: #ed5c17;
  stroke-width: 3px;
  marker-end: url(#end-active);
}
.dl path.link.metadata:hover {
  stroke: #f49f76;
  stroke-width: 3px;
  marker-end: url(#end-active);
  cursor: pointer;
}
.dl path.link.metadata.active {
  stroke: #f49f76;
  stroke-width: 3px;
  marker-end: url(#end-active);
}

div.selectedFilters {
  margin-top: 10px;
  display: flex;
}
div.selectedFilters > div.appliedFilters {
  font-weight: bold;
  margin-right: 5px;
  line-height: 1.8em;
}
div.selectedFilters > a.resetFilters {
  cursor: pointer;
  margin-left: 10px;
  line-height: 1.8em;
}
.ui.form .fields.date.filter {
  margin-top: 10px;
}
.ui.form .fields.date.filter .ui.input input[name="range"] {
  width: 16em;
}

.vis-network:focus {
  outline: none;
}

.subscription-header .button {
  float: right;
  margin-top: 0.65em !important;
}
.subscription-table .icon {
  color: #555;
  margin-right: 0.45em;
}
.subscription-form-radio-group .icon,
.subscriptions-checkbox-filters .icon {
  color: #555;
}
.subscription-form-radio-group .radio + .radio,
.subscriptions-checkbox-filters .radio + .radio {
  margin-left: 2em;
}
.subscription-form-radio-group .radio:after,
.subscriptions-checkbox-filters .radio:after {
  display: none;
}
.subscription-form-radio-group .radio + .radio {
  margin-left: 2em;
}
.subscription-form-radio-group .radio:after {
  display: none;
}
.subscriptions-checkbox-filters .checkbox + .checkbox {
  margin-left: 2em;
}
.subscription-form-checkbox-group .icon {
  color: #555;
}
.subscription-form-checkbox-group .checkbox + .checkbox {
  margin-left: 2em;
}
.subscription-form-checkbox-group .checkbox:after {
  display: none;
}

.notifications-dropdown .item {
  width: 400px;
}
.notifications-loading {
  min-height: 60px;
}
.notification-item h4,
.notification-item p {
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.notification-item p {
  line-height: 2.5em;
}
.notification-item time {
  font-size: 0.857em;
  opacity: 0.7;
  float: right;
  line-height: 2;
}
.label.notifications-counter {
  height: 0;
  margin: 10px -25px !important;
  z-index: 1;
}


:root {
  --td-graph-theme-primary: #002057;
}

.fix-dropdown-selector .ui.floating.dropdown {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: 0;
  width: 100%;
  background: #ffffff;
  border: 1px solid #d4d4d5;
  border-radius: 4px;
  padding: 0.5em 2.1em 0.5em 1em;
  min-height: 2.71428571em;
  transition: border-color 0.1s ease, box-shadow 0.1s ease;
}
.fix-dropdown-selector .ui.floating.dropdown .dropdown.icon {
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translateY(-50%);
}
.fix-dropdown-selector .ui.floating.dropdown .menu.transition {
  width: 100%;
}
.fix-dropdown-selector .ui.floating.dropdown.visible {
  z-index: 100;
}
.fix-dropdown-selector .ui.floating.dropdown:hover,
.fix-dropdown-selector .ui.floating.dropdown:focus {
  border-color: #85b7d9;
}
.no-padding {
  padding: 0 !important;
}
.cursor-pointer {
  cursor: pointer;
}
.hierarchyNodeFinderTreeSelector .scrolling.menu.transition {
  overflow-x: hidden;
}
.hierarchyNodeFinderTreeSelector .scrolling.menu.transition .item:first-child {
  margin-top: 1.5rem;
}
.hierarchyNodeFinderTreeSelector .scrolling.menu.transition .item.selected {
  color: #ed5c17;
  font-weight: 1000 !important;
}
.hierarchyNodeFinderTreeSelector .scrolling.menu.transition .item.ascendant {
  font-weight: 700;
}
.hierarchyNodeFinderTreeSelector .scrolling.menu.transition .item {
  line-height: 2em;
  cursor: pointer;
}
.hierarchyNodeFinderTreeSelector .scrolling.menu.transition .item .item-content {
  display: flex;
}
.hierarchyNodeFinderTreeSelector .scrolling.menu.transition .item span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hierarchyNodeFinderTreeSelector .notDropdownInput {
  position: "sticky";
  top: 0;
  z-index: 1;
  background-color: #FFFFFF;
}
.hierarchyNodeFinderTreeSelector .notDropdownSelector {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 650px;
}
.lang-manager-button {
  position: relative;
  left: 5px;
}
.lang-manager-delete {
  cursor: pointer;
}
.nodeOpenActions {
  margin-left: 7.5px !important;
  border: 1px solid rgba(34, 36, 38, 0.15) !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ui.dropdown .menu > .disabled.item {
  opacity: 1;
}
.originLabel {
  font-size: 0.75em;
  vertical-align: super;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  padding: 0.1rem 0.2rem 0.1rem 0.2rem;
  margin: 0 0.3rem 0 0.3rem;
  white-space: nowrap;
}
.originLabel.originIcon {
  font-size: 1em;
  border-color: transparent;
  padding: 0;
  margin: 0;
}
.aiLabel {
  border-color: teal;
  color: teal;
}
.suggestedLabel {
  border-color: olivedrab;
  color: olivedrab;
}
.userLabel {
  border-color: forestgreen;
  color: forestgreen;
}
.defaultLabel {
  border-color: dodgerblue;
  color: dodgerblue;
}
:root {
  /* Local fallback until @truedat/core publishes this asset. */
  --td-graph-theme-primary: #002057;
  /* Graph palette - Relations Graph (React Flow) */
  --td-graph-bg: #f7f8fa;
  --td-graph-node-bg: #ffffff;
  --td-graph-node-border: #d0d5e0;
  --td-graph-node-text: #151a24;
  --td-graph-node-hover-border: #2f3443;
  --td-graph-node-shadow: 0 2px 6px rgba(21, 26, 36, 0.08);
  --td-graph-node-hover-shadow: 0 6px 18px rgba(21, 26, 36, 0.14);
  --td-graph-node-active-bg: var(--td-graph-theme-primary);
  --td-graph-node-active-text: #ffffff;
  --td-graph-node-active-shadow: 0 4px 14px rgba(237, 92, 23, 0.35);
  --td-graph-edge-stroke: #a2a9b8;
  --td-graph-edge-label-text: #3a4150;
  --td-graph-edge-label-bg: #f7f8fa;
  --td-graph-handle-bg: #b0b8c8;
  --td-graph-handle-border: #ffffff;
  --td-graph-accent: var(--td-graph-theme-primary);
  --td-graph-depth-disabled: #bdbdbd;
  --td-graph-depth-inactive: #c9c9c9;
  --td-graph-border: #d4d4d5;
  --td-graph-border-radius: 10px;
  /* Lineage Graph (SVG) */
  --td-lineage-accent: var(--td-graph-theme-primary);
  --td-lineage-accent-light: #0042b3;
  --td-lineage-group-fill: #ccc;
  --td-lineage-group-border: #888;
  --td-lineage-group-fill-opacity: 0.2;
  --td-lineage-resource-fill: #ffffff;
  --td-lineage-resource-border: #333;
  --td-lineage-process-fill: #90cde7;
  --td-lineage-link-inactive: #ccc;
  --td-lineage-metadata-inactive: #eed2d2;
}
.td-graph-container {
  height: var(--td-graph-container-height, 640px);
}
.td-graph-container .react-flow {
  background: var(--td-graph-bg, #f7f8fa);
}
.td-graph-container .react-flow__controls {
  margin: 8px;
  border-radius: 12px;
  overflow: hidden;
}
.ui.modal.td-graph-modal > .content {
  padding: 0;
}
.td-graph-edge-label {
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  pointer-events: none;
  white-space: nowrap;
  z-index: 1000;
}
.markdown-editor {
  width: 100%;
  height: 100%;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.markdown-editor:focus-within {
  outline: none;
}
.markdown-editor:focus-within .markdown-editor-toolbar.ui.menu {
  border: 1px solid #85b7d9;
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}
.markdown-editor:focus-within .markdown-editor-content {
  border-color: #85b7d9;
}
.markdown-editor .markdown-editor-toolbar.ui.menu {
  background-color: #f3f4f5 !important;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem 0.28571429rem 0 0;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15) !important;
  flex-shrink: 0;
}
.markdown-editor .markdown-editor-toolbar.ui.menu .item {
  cursor: pointer;
}
.markdown-editor .markdown-editor-content {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  min-height: 120px;
  box-sizing: border-box;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-top: none;
  border-radius: 0 0 0.28571429rem 0.28571429rem;
  padding: 8px 10px;
}
.markdown-editor .markdown-editor-content > div {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.markdown-editor .markdown-editor-content .tiptap {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  flex: 1;
}
.markdown-editor .markdown-editor-content .tiptap:focus {
  outline: none;
  box-shadow: none;
}
.ui .form .markdown-editor .field {
  margin-bottom: 0;
}
.ui .form .ui[class*="top attached"].menu {
  margin-top: 0;
}
.ui.dropdown.domain-search-filter .item-content > .toggle-children {
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4d4d5;
  border-radius: 999px;
  padding: 1px 6px;
  min-height: 20px;
  background: #f8f8f9;
  cursor: pointer;
  line-height: 1;
  font-size: 11px;
  appearance: none;
}
.ui.dropdown.domain-search-filter .item-content > .toggle-children > .toggle-children-content {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.ui.dropdown.domain-search-filter .item-content > .toggle-children > .toggle-children-content > i.icon {
  margin: 0;
  font-size: 0.95em;
}

.ai-action-edit-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ai-action-edit-header-active {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 15px;
  align-items: center;
}
.ai-action-edit-form-actions {
  margin-top: 10px;
}
.translation-modal dl {
  margin-left: 20px;
}
.assistant-container {
  position: fixed;
  bottom: calc(1.5rem + 10px);
  right: calc(1.5rem + 10px);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease, background 0.2s ease 0s, color 0.2s ease 0s;
}
.assistant-container--closed {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #013c54;
  border: 2px solid #013c54;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease, background 0.2s ease 0.3s, color 0.2s ease 0.3s;
}
.assistant-container--closed:hover {
  animation: assistant-aurora-halo 0.65s ease-in 1 forwards;
  width: 5.15rem;
  height: 5.15rem;
}
.assistant-container--open {
  width: 33vw;
  min-width: 400px;
  height: 80vh;
  border-radius: 1rem;
  background: #fff;
  color: inherit;
  transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease, background 0.2s ease 0s, color 0.2s ease 0s;
}
.assistant-content--fade-out {
  opacity: 0;
  transition: opacity 0.15s ease-out;
}
.assistant-content--fade-in {
  opacity: 0;
  animation: assistant-fade-in 0.15s ease-out forwards;
}
@keyframes assistant-fade-in {
  to {
    opacity: 1;
  }
}
@keyframes assistant-think-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes assistant-aurora-halo {
  0% {
    box-shadow: 0 0 0 rgba(1, 60, 84, 0), 0 0 0 rgba(1, 60, 84, 0), 0 2px 8px rgba(0, 0, 0, 0.2);
  }
  20% {
    box-shadow: 8px 0 14px rgba(1, 60, 84, 0.55), 0 0 22px rgba(1, 60, 84, 0.2), 0 2px 8px rgba(0, 0, 0, 0.2);
  }
  40% {
    box-shadow: 0 8px 14px rgba(1, 60, 84, 0.55), 0 0 22px rgba(1, 60, 84, 0.2), 0 2px 8px rgba(0, 0, 0, 0.2);
  }
  60% {
    box-shadow: -8px 0 14px rgba(1, 60, 84, 0.55), 0 0 22px rgba(1, 60, 84, 0.2), 0 2px 8px rgba(0, 0, 0, 0.2);
  }
  80% {
    box-shadow: 0 -8px 14px rgba(1, 60, 84, 0.55), 0 0 22px rgba(1, 60, 84, 0.2), 0 2px 8px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 18px rgba(1, 60, 84, 0.75), 0 0 28px rgba(1, 60, 84, 0.4), 0 2px 8px rgba(0, 0, 0, 0.2);
  }
}
.assistant-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.15s ease-out;
}
.assistant-bubble .ui.icon {
  margin: 0;
  font-size: 1.5rem;
}
.assistant-bubble__logo {
  display: block;
  width: 70%;
  height: 70%;
  object-fit: contain;
}
.assistant-chat {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.assistant-chat__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: #013c54;
  color: #fff;
}
.assistant-chat__action {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0;
  border: none;
  border-radius: 0.25rem;
  background: transparent;
  color: inherit;
  font-size: 0.875rem;
  cursor: pointer;
}
.assistant-chat__action .ui.icon {
  margin: 0;
  font-size: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
.assistant-chat__action--new-chat {
  font-weight: 600;
  cursor: default;
}
.assistant-chat__action--close {
  margin-left: auto;
  padding: 0.25rem;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: transparent;
}
.assistant-chat__action--close:hover,
.assistant-chat__action--close:focus,
.assistant-chat__action--close:active {
  background: transparent;
}
.assistant-chat__topic {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
  font-family: monospace;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 12rem;
}
.assistant-chat__messages-wrapper {
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.assistant-chat__waiting {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.78);
  pointer-events: none;
}
.assistant-chat__waiting-spinner {
  box-sizing: border-box;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 3px solid rgba(1, 60, 84, 0.12);
  border-top-color: #013c54;
  animation: assistant-think-spin 0.85s linear infinite;
}
.assistant-chat__messages {
  flex: 1;
  padding: 1rem;
  overflow: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.assistant-chat__messages-end {
  flex-shrink: 0;
  width: 100%;
  min-height: 1px;
  pointer-events: none;
}
.assistant-chat__scroll-to-bottom {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #013c54;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.assistant-chat__scroll-to-bottom .ui.icon {
  margin: 0 !important;
  vertical-align: middle;
}
.assistant-chat__scroll-to-bottom i.chevron.down.icon {
  margin: 0 !important;
  vertical-align: middle;
}
.assistant-chat__message {
  max-width: 85%;
  padding: 0.4rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
  word-break: break-word;
}
.assistant-chat__message--user {
  align-self: flex-end;
}
.assistant-chat__message--agent {
  align-self: flex-start;
}
.assistant-chat__message--request {
  background: #ed5c17;
  color: #fff;
}
.assistant-chat__message--response {
  background: #e8e8e8;
  color: #333;
}
.assistant-chat__message--log {
  background: transparent;
  color: #666;
  font-style: italic;
  font-size: 0.8125rem;
}
.assistant-chat__message--error {
  background: #fff0f0;
  color: #9b1c1c;
  border: 1px solid #f5c6c6;
  font-size: 0.8125rem;
}
.assistant-chat__message-source {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 0.65;
  margin-bottom: 0.2rem;
}
.assistant-chat__message-content .markdown-reader h1 {
  font-size: 1.05rem;
}
.assistant-chat__message-content .markdown-reader h2 {
  font-size: 1rem;
}
.assistant-chat__message-content .markdown-reader h3 {
  font-size: 0.95rem;
}
.assistant-chat__message-content .markdown-reader h4,
.assistant-chat__message-content .markdown-reader h5,
.assistant-chat__message-content .markdown-reader h6 {
  font-size: 0.9rem;
}
.assistant-chat__input-row {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.625rem;
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  background: #f4f6f8;
}
.assistant-chat__input-row--expanded {
  border-radius: 1.125rem;
}
.assistant-chat__input-row--expanded .assistant-chat__input {
  border-radius: 0.875rem;
}
.assistant-chat__input {
  flex: 1;
  min-height: 2.25rem;
  padding: 0.35rem 0.75rem;
  border: none;
  border-radius: 1rem;
  background: transparent;
  font-size: 0.875rem;
  line-height: 1.4;
  outline: none;
  resize: none;
  overflow-y: hidden;
}
.assistant-chat__input:focus {
  border-color: #2185d0;
}
.assistant-chat__input:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.assistant-chat__send {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  min-width: 2.25rem;
  min-height: 2.25rem;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: #013c54;
  color: #fff;
  cursor: pointer;
}
.assistant-chat__send .ui.icon {
  margin: 0;
}
.assistant-chat__send i.arrow.up.icon {
  margin: 0 !important;
  vertical-align: middle;
}
.assistant-chat__send:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.assistant-chat__footer {
  padding: 0.75rem 1rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
}
.assistant-chat__disclaimer {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #8e8e8e;
  text-align: center;
}
.thinking-block {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.thinking-section {
  border: 1px solid rgba(1, 60, 84, 0.18);
  border-radius: 0.5rem;
  overflow: hidden;
}
.thinking-section__header {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.65rem;
  background: rgba(1, 60, 84, 0.07);
  color: #013c54;
  font-weight: 600;
  font-size: 0.775rem;
  cursor: pointer;
  border: none;
  width: 100%;
  text-align: left;
}
.thinking-section__header i.arrow.up.icon {
  margin: 0 !important;
  vertical-align: middle;
}
.thinking-section__label {
  flex: 1;
}
.thinking-section__spinner {
  margin-left: auto;
  opacity: 0.55;
}
.thinking-section__spinner-dot {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  border: 2px solid rgba(1, 60, 84, 0.25);
  border-top-color: #013c54;
  animation: assistant-think-spin 0.9s linear infinite;
}
.thinking-section__body {
  max-height: 9rem;
  overflow-y: auto;
  padding: 0.4rem 0.65rem;
  background: #f7f9fa;
  border-top: 1px solid rgba(1, 60, 84, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.thinking-section__item {
  word-break: break-word;
  line-height: 1.45;
  font-family: monospace;
  /* Same layout as --2 (rallita + sangría); text and rail in red. */
}
.thinking-section__item--1 {
  font-size: 0.775rem;
  color: #4a4a4a;
}
.thinking-section__item--2 {
  font-size: 0.75rem;
  color: #666;
  padding-left: 0.75rem;
  border-left: 2px solid rgba(1, 60, 84, 0.2);
}
.thinking-section__item--3 {
  font-size: 0.75rem;
  color: #9b1c1c;
  padding-left: 0.75rem;
  border-left: 2px solid rgba(155, 28, 28, 0.28);
}
.thinking-section__item--3 .thinking-section__item-source {
  color: #9b1c1c;
  opacity: 0.75;
}
.thinking-section__item-source {
  font-weight: 600;
  color: #013c54;
  opacity: 0.65;
}

.contracted ul.csv-bulk-upload-error {
  max-height: 100px;
  overflow: hidden;
}
.contracted ul.csv-bulk-upload-error {
  background: -webkit-linear-gradient(#000000, rgba(0, 0, 0, 0));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fade-up {
  background: -webkit-linear-gradient(#000000, rgba(0, 0, 0, 0));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.alert-exporter-in-table {
  padding: 3px;
  margin: 5px;
}
.alert-exporter-in-table:hover {
  padding: 2px;
  border: 1px solid blue;
}
.grant-cart-user-selector-label-spaced {
  margin-right: 1em;
}
.grant-requests-bulk-actions {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media (min-width: 768px) {
  .ui.container.grant-requests-bulk-approval-form {
    width: 400px;
  }
}
.grant-requests-bulk-role-selector {
  margin-right: 5px;
}
.grant-requests-bulk-label-results {
  margin-top: 20px;
  width: 100%;
  text-align: right;
}
.grant-requests-approve-actions {
  text-align: right;
  margin-bottom: 10px;
}
.implementations-table-overflow {
  overflow-y: auto;
  width: 100%;
}
.ui.selection.dropdown.reference-dataset {
  margin-bottom: 15px;
}
.structure-alias-name-selector {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
}
.structure-alias-name-selector.hidden {
  display: none;
}
.structures-grant-request-view {
  display: flex;
}
.structures-grant-request-view.stackable-children {
  flex-direction: column;
  word-break: break-all;
}
.structures-grant-request-view.side-by-side-children {
  flex-direction: row-reverse;
  word-break: inherit;
}
.ui.segment.structures-grant-request-table-container {
  min-width: 0;
  width: 100%;
}
.ui.segment.structures-grant-request-table-container.stackable {
  margin: 0 14px 14px 0;
}
.ui.segment.structures-grant-request-table-container.side-by-side {
  margin: 0 28px 14px 0;
}
.ui.segment.structure-grant-cart {
  margin: 0 14px 14px 0;
  min-width: 300px;
}
.tab-overflow {
  display: flex;
  flex-wrap: wrap;
}
.structure-table-overflow {
  overflow-y: auto;
}
.structure-cell-overflow {
  text-overflow: ellipsis;
  max-width: 21rem;
  overflow: hidden;
  white-space: pre;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui.popup.popup-tag .ui.header .sub.header,
.ui.popup.popup-tag p {
  max-width: 500px;
  word-wrap: break-word;
}
.ui.container.link-structure-tag-form {
  width: 500px;
}
.ui.container.link-structure-tag-form .menu .description {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.concepts-links-approvals-status-selector .checkbox {
  margin-left: 25px;
}
.concepts-links-approvals-status-selector .checkbox:first-child {
  margin-left: 0;
}
.concepts-links-bulk-label-results {
  margin-top: 20px;
  width: 100%;
  text-align: right;
}
.relation-graph-wrapper .slider-with-filter__panel {
  position: absolute;
  top: 44px;
  right: 8px;
  z-index: 2;
}
.slider-with-filter__panel {
  width: 104px;
  min-height: 220px;
  background: #ffffff9a;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 12px;
  border: 1px solid #F3F4F6;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03), 0 16px 40px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  overflow: visible;
  position: relative;
}
.slider-with-filter__header-area {
  position: relative;
  width: 100%;
  height: 44px;
  overflow: visible;
  flex-shrink: 0;
}
.slider-with-filter__tab {
  position: absolute;
  top: 13px;
  right: 8px;
  width: 88px;
  height: 24px;
  background: #FFF7F2;
  border: 1px solid #FFE4D1;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 8px;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.slider-with-filter__tab-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  min-width: 20px;
  margin-left: auto;
  flex-shrink: 0;
}
.slider-with-filter__chips-bar {
  position: absolute;
  top: 25px;
  right: 102px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 8px;
  background: #ffffffe0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid #FFE4D1;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  transform-origin: right center;
  transform: translateY(-50%);
}
.slider-with-filter__chips-list {
  display: flex;
  align-items: center;
  gap: 6px;
}
.slider-with-filter__filtro-label {
  font-family: 'Funnel Sans', Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #ed5c17;
  flex-shrink: 0;
}
.slider-with-filter__badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 14px;
  margin-left: -4px;
  flex-shrink: 0;
  pointer-events: none;
}
.slider-with-filter__badge-text {
  font-family: 'Funnel Sans', Inter, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #111111;
  line-height: 1;
}
.slider-with-filter__chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0 4px;
}
.slider-with-filter__clear {
  position: absolute;
  left: 50%;
  bottom: -36px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  flex-shrink: 0;
  opacity: 0.72;
  padding: 4px 8px;
  background: #fff;
  border: 1px solid #FFE4D1;
  border-radius: 9999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  white-space: nowrap;
  z-index: 1;
}
.slider-with-filter__clear:hover {
  opacity: 1;
}
.slider-with-filter__clear-label {
  font-family: 'Funnel Sans', Inter, sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #999;
  white-space: nowrap;
}
.slider-with-filter__chip-text {
  font-family: 'Funnel Sans', Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--td-chip-color, #666);
}
.slider-with-filter__prof-pill {
  width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: 5px;
}
.slider-with-filter__prof-label {
  font-family: 'Funnel Sans', Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #ed5c17;
  line-height: 1;
}
.slider-with-filter__slider-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 4px 8px;
}
.audit-event-via {
  color: #1e70bf;
  display: inline-block;
  font-weight: 700;
  margin-right: 0em;
  vertical-align: baseline;
}
.concept-forms-tab .ui.attached.menu {
  margin-bottom: 10px;
}
.concept-forms-tab .ui.form {
  padding-left: 10px;
  padding-right: 10px;
}
.concept-forms-actions {
  margin-top: 10px;
}
.contracted ul.bulk-upload-error {
  max-height: 100px;
  overflow: hidden;
}
.contracted ul.bulk-upload-error {
  background: -webkit-linear-gradient(#000000, rgba(0, 0, 0, 0));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fade-up {
  background: -webkit-linear-gradient(#000000, rgba(0, 0, 0, 0));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.alert-exporter-in-table {
  padding: 3px;
  margin: 5px;
}
.alert-exporter-in-table:hover {
  padding: 2px;
  border: 1px solid blue;
}
.ui.header .content.taxonomy-domains-domaincards-header-content {
  display: flex;
  justify-content: space-between;
}
.taxonomy-domains-breadcrumb {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 0;
}
.ui.buttons.taxonomy-domains-breadcrumb-control {
  margin-right: 15px;
}
.ui.grid > .row.taxonomy-domains-content {
  padding-top: 0;
}
.taxonomy-domains-grid-animation {
  transition: width 0.2s linear;
}

.hierarchyNode {
  opacity: 1 !important;
}
.hierarchyNode input {
  text-overflow: ellipsis !important;
}
.field-description-popup {
  width: max-content;
  max-width: 80vw !important;
}
.list > .item > .header.dynamic-field-header {
  margin-bottom: 10px;
}
.list > .item > .header.dynamic-field-header i {
  visibility: hidden;
}
.list > .item > .header.editable-dynamic-field-header {
  cursor: pointer;
}
.list > .item > .header.editable-dynamic-field-header i {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  margin-left: 5px;
  visibility: hidden;
}
.list > .item > .header.editable-dynamic-field-header:hover i {
  visibility: visible;
}
.editable-dynamic-field-buttons {
  padding: 8px;
}
.editable-dynamic-field-button-shake {
  animation: shake 1s;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.hidden-secret-value {
  font-family: 'Courier New', Courier, monospace;
  color: #888;
}
.identifier-value {
  font-family: 'Courier New', Courier, monospace;
  font-size: medium;
}
.default-value {
  white-space: pre-wrap;
}
.attached-tab.ui.menu.attached.top {
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.attached-segment.ui.attached.segment.bottom {
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 1em;
}
ul.wtree {
  list-style-type: none;
  padding: 0;
}
.wtree li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wtree li {
  list-style-type: none;
  margin: 10px 0 10px 19px;
  position: relative;
}
.wtree li:before {
  content: "";
  position: absolute;
  top: -13px;
  left: -19px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 20px;
  height: 33px;
}
.wtree li:after {
  position: absolute;
  content: "";
  top: 5px;
  top: 19px;
  left: -19px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 20px;
  height: 100%;
}
.wtree li:last-child:after {
  display: none;
}
.wtree li.add_node div {
  display: flex;
  flex-direction: row;
  align-items: self-start;
}
.wtree .ui.horizontal.list > .item:first-child,
.wtree .ui.horizontal.list > .item:last-child {
  padding-top: 0;
  padding-bottom: 0;
}
.wtree li .li_trash {
  position: absolute;
  left: -28px;
  top: 11px;
  z-index: 1;
}
.description_wrapper {
  overflow: hidden;
  margin-left: 10px;
  width: 100%;
}
.description_wrapper .description {
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  transition: color 100ms ease-in-out;
}
.description_wrapper .description:hover {
  color: #000000;
}
.description_wrapper .description.disabled {
  cursor: text;
}
.actions_wrapper {
  display: flex;
  flex-direction: column;
  float: right;
}

/*******************************
     User Global Variables
*******************************/
/*-------------------
     Fonts
--------------------*/
/*-------------------
    Base Sizes
--------------------*/
/*-------------------
    Brand Colors
--------------------*/
/*--------------------------
    Rule Summary Colors
--------------------------*/
.ui[class*="very basic"].table.condition-summary:not(.sortable):not(.striped) tr.validation-population-condition td {
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
.ui[class*="very basic"].table.condition-summary:not(.sortable):not(.striped) tr td {
  word-break: break-all;
}
.wrap-content {
  white-space: normal !important;
  word-wrap: break-word;
}
.rule-summary-wrapper {
  box-sizing: border-box;
  min-width: 200px;
}
.rule-summary:hover {
  height: 18px;
  border-radius: 9px;
  margin: 0px auto;
}
.rule-summary:hover > span > span {
  color: white;
}
.rule-summary {
  display: flex;
  height: 8px;
  width: 100%;
  border-radius: 4px;
  margin: 5px auto;
  transition: all 100ms ease-in-out;
  overflow: hidden;
}
.rule-summary span:first-child {
  margin-left: 0px;
}
.rule-summary span:last-child {
  margin-right: 0px;
}
.rule-summary span {
  margin: 1px;
  cursor: default;
  color: transparent;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  white-space: pre;
}
.rule-summary .over-goal-color {
  background-color: #6dd400;
}
.rule-summary .under-goal-color {
  background-color: #f7b500;
}
.rule-summary .under-minimum-color {
  background-color: #e42135;
}
.rule-summary .not-executed-color {
  background-color: #555;
}
.rule-summary .failed-color {
  background-color: #e42135;
}
.rule-summary .empty-dataset-color {
  background-color: #DCDDDE;
}
.pointer span {
  cursor: pointer;
}
.rule-result-date {
  margin-right: 5px;
}
.ui.segment.execution-details-remediation {
  margin-top: 1rem;
}
.new-remedation-container {
  padding-top: 1rem;
}
.ui.button.button-edit-remediation {
  float: right;
  margin-left: 5px;
}
.ui.actions.remediation {
  float: right;
  padding: 2rem;
}
.join_type {
  display: inline-flex;
  left: 25%;
}
.join_type .circle {
  display: flex;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid black;
  z-index: 1;
}
.join_type .circle.fill {
  background: orange;
}
.join_type .circle.fill.white {
  background: white;
}
.join_type .circle-left {
  display: block;
  overflow: hidden;
  position: relative;
}
.join_type .circle-center {
  top: -2px;
  right: calc(-75% + 2px);
  position: absolute;
}
.join_type .circle-right {
  overflow: hidden;
  position: relative;
  right: 25%;
  z-index: 0;
}
.join_type .circle.fill {
  background: #ed5c17 !important;
}

.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0 !important;
}
.flex-center {
  display: flex;
  align-items: center;
}
.flex-center-gap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.flex-justify-center {
  display: flex;
  justify-content: center;
  width: 100%;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.expression-container {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.shape-selector-trigger {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  font-family: monospace;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shape-icon {
  font-size: 12px;
  font-weight: bold;
  font-family: monospace;
}
.function-params-label {
  display: flex;
  flex: 1;
  justify-content: right;
}
.param-label-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 4px 0;
}
.param-label-description {
  font-style: italic;
  color: gray;
  font-size: 13;
  padding-left: 5px;
}
ul.function-tree {
  list-style-type: none;
  padding: 0;
  margin-left: 2.18em;
  margin-top: -0.2em;
  transition: max-height 0.3s ease-out;
}
.function-tree li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.function-tree li {
  list-style-type: none;
  margin: 10px 0 10px 10px;
  position: relative;
}
.function-tree li:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 20px;
  height: 15px;
  height: 30px;
}
.function-tree li:after {
  position: absolute;
  content: "";
  top: 5px;
  top: 19px;
  left: -20px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 20px;
  height: 100%;
}
.function-tree li:last-child:after {
  display: none;
}
.clause-and-group {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 5px;
  height: 32px;
}
.condition-row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.condition-operator-trigger {
  margin-right: 15px;
  margin-left: 15px;
  padding: 6.5px;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 4px;
  min-width: 50px;
  text-align: center;
}
.vertical-space {
  margin: 10px 0px 5px 0px;
}
.queryable-label {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 32px;
}
.delete-expression-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.join_type {
  display: inline-flex;
  left: 25%;
}
.join_type .circle {
  display: flex;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid black;
  z-index: 1;
}
.join_type .circle.fill {
  background: orange;
}
.join_type .circle.fill.white {
  background: white;
}
.join_type .circle-left {
  display: block;
  overflow: hidden;
  position: relative;
}
.join_type .circle-center {
  top: -2px;
  right: calc(-75% + 2px);
  position: absolute;
}
.join_type .circle-right {
  overflow: hidden;
  position: relative;
  right: 25%;
  z-index: 0;
}
.error-popup {
  white-space: normal;
  background: #ffffff !important;
  border: 1px solid #E0B4B4 !important;
  color: #9F3A38 !important;
  padding: 0.5833em 0.833em !important;
  font-size: 0.85714286rem !important;
  font-weight: 700 !important;
}
.select-field-dropdown {
  padding: 0.36em 1em !important;
  display: flex !important;
  align-items: center;
}
.join-type-dropdown {
  padding: 0.57em 1em !important;
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  transform: rotateZ(0deg);
  min-width: 14em;
  min-height: 2.71428571em;
  background: #ffffff;
  color: #0d0d0d;
  box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.join-type-dropdown-menu {
  overflow-x: hidden;
  overflow-y: auto;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0px !important;
  width: auto;
  outline: none;
  margin: 0px -1px;
  min-width: calc(100% + 2px);
  width: calc(100% + 2px);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  transition: opacity 0.1s ease;
}
.join-type-dropdown-item {
  display: flex !important;
  align-items: center;
}
.float-right {
  float: right;
}
.text-align-left {
  text-align: left;
}
.display-flex {
  display: flex;
}
.clause-viewer-function {
  padding-left: 8px;
  margin-top: 2px;
}
.divider-compact {
  font-size: smaller !important;
  margin: 5px !important;
}
.no-margin {
  margin: 0px !important;
}
.font-big {
  font-size: x-large;
  margin: 4px;
}
.condition-function-viewer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  overflow: hidden;
}
.json-box {
  font-family: monospace;
  font-size: smaller;
  width: 100%;
}
.json-box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-gapped {
  display: flex;
  gap: 4px;
}
.control-subheader {
  padding-top: 6px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.no-margin {
  margin: 0px;
}
.text-break-word {
  word-break: break-word;
  overflow-wrap: break-word;
}
.description-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.join-type-selector > .divider.text {
  display: flex;
  align-items: center;
}
.ui.dropdown .menu > .item {
  display: flex;
  align-items: center;
}

.concept-link-tags {
  list-style-type: none;
  padding: 0;
}
.concept-link-selectors .ui.selection.dropdown {
  margin-top: 5px;
}
.concept-link-dropdown {
  margin-top: 5px;
}
.graph-depth {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  width: 170px;
  margin: 0;
  min-width: 170px;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.graph-depth .graph-depth-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 4px;
  line-height: 1;
}
.graph-depth .graph-depth-header .graph-depth-title {
  font-weight: 600;
}
.graph-depth .graph-depth-header .graph-depth-value {
  min-width: 12px;
  font-weight: bold;
  color: var(--td-graph-accent);
}
.graph-depth.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.graph-depth.disabled .graph-depth-step,
.graph-depth.disabled .graph-depth-range {
  accent-color: var(--td-graph-depth-disabled);
}
.graph-depth.disabled .graph-depth-step {
  background-color: var(--td-graph-depth-disabled);
  border-color: var(--td-graph-depth-disabled);
}
.graph-depth .graph-depth-slider {
  display: flex;
  align-items: center;
  gap: 6px;
}
.graph-depth .graph-depth-slider .graph-depth-step {
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--td-graph-accent);
  background: #fff;
  color: var(--td-graph-accent);
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
}
.graph-depth .graph-depth-slider .graph-depth-step:disabled {
  border-color: var(--td-graph-depth-disabled);
  color: var(--td-graph-depth-disabled);
  cursor: default;
}
.graph-depth .graph-depth-slider .graph-depth-range {
  flex: 1;
  height: 18px;
  margin: 0;
  accent-color: var(--td-graph-accent);
  cursor: pointer;
}
.graph-depth .graph-depth-labels {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 600;
  margin-top: 2px;
  color: #666;
}
.graph-depth .graph-depth-labels span {
  min-width: 12px;
  text-align: center;
  user-select: none;
}
.relation-graph-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.graph-depth-v-container {
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 2;
}
.graph-depth-v {
  width: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px 8px 2px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(4px);
  border-radius: 12px;
  user-select: none;
}
.graph-depth-v.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.graph-depth-v .graph-depth-v-label {
  font-size: 16px;
  font-weight: 700;
  color: var(--td-graph-accent);
  line-height: 1;
  margin-top: -4px;
  margin-bottom: 8px;
}
.graph-depth-v .graph-depth-v-track {
  position: relative;
  width: 4px;
  height: 88px;
  background: var(--td-graph-depth-inactive);
  border-radius: 2px;
  cursor: pointer;
}
.graph-depth-v .graph-depth-v-track .graph-depth-v-fill {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--td-depth-pct, 0%);
  background: var(--td-graph-accent);
  border-radius: 2px;
  transition: height 0.2s ease-out;
}
.graph-depth-v .graph-depth-v-track .graph-depth-v-thumb {
  position: absolute;
  left: 50%;
  bottom: calc(var(--td-depth-pct, 0%) - 7px);
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 2px solid var(--td-graph-accent);
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  cursor: grab;
  transition: bottom 0.1s ease-out, transform 0.1s ease-out;
}
.graph-depth-v .graph-depth-v-track .graph-depth-v-thumb.dragging {
  transform: translateX(-50%) scale(1.2);
  cursor: grabbing;
}
.ui.bottom.attached.segment.concept-relations-segment {
  padding: 0;
}
.ui.bottom.attached.segment.concept-relations-segment > .implementation-actions {
  margin: 0;
  padding-top: 0.75rem;
  padding-right: 1em;
  padding-bottom: 0.75rem;
  padding-left: 1em;
}

.search.home.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.search.icon.size {
  width: 563px;
  padding-top: 20px;
}
.ui.image.search {
  width: 336px;
  height: 270px;
  margin: 0 auto;
}
.system-structures-search {
  border: 1px solid red;
}
.ui.input.custom {
  width: 563px;
  height: 36px;
  border-radius: 4px;
  border: solid 1px #e8e9e9;
  background-color: #ffffff;
}
.link.pointer {
  cursor: "pointer";
}
.ui.basic.label.search.results {
  border-radius: 4px;
  border: solid 1px #e46b32;
}
.ui.card.search.result {
  box-shadow: 0 2px 4px 0 #d8d8d8;
  width: 714px;
  height: 140px;
}

.highlighted {
  color: #ed5c17;
  font-weight: bold;
}
.smaller {
  font-size: smaller;
}
.item-description {
  padding: 14px 0 20px 0;
  margin: 0;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.top-controls {
  min-height: 40px;
  margin-top: 14px;
  margin-bottom: 14px;
}
.traversal-tags-container {
  min-height: 40px;
  margin-top: 14px;
  margin-bottom: 14px;
  float: left;
}
.ui.multiple.dropdown.traversal-tags {
  width: 300px;
  margin-top: 5px;
}
.ui.multiple.dropdown.traversal-tags .label {
  vertical-align: middle;
}
.implementation-actions {
  min-height: 40px;
  margin-top: 14px;
  margin-bottom: 14px;
  display: flex;
  justify-content: flex-end;
}
.primary_action {
  margin-left: 12px !important;
  float: right;
  margin-right: 0 !important;
}

