:root {
  --color-wk-blue: #5660ff;
  --color-black: rgba(0, 0, 0, 0.85);
  --color-white: #ffffff;
  --color-light-grey: rgba(255, 255, 255, 0.85);
  --color-dark-grey: #1f1f1f;
  --color-grey-spotlight: #424242;
  --color-light-grey-spotlight: #f0f0f0;
  --color-blue-zircon: #59f8e8;
  --color-xy-viewport: #eb4b98;
  --color-yz-viewport: var(--color-wk-blue);
  --color-xz-viewport: var(--color-blue-zircon);
  --navbar-height: 48px;
  --footer-height: 20px;
}
.ant-app {
  --background-blue-organelles: url(/assets/images/background_mixed_cells_drawn.svg) 0 / cover no-repeat, var(--ant-color-primary);
  --background-blue-neurons: url(/assets/images/background_neurons_drawn.svg) 0 / cover no-repeat, var(--ant-color-primary);
  --rt-color-error: var(--ant-color-error);
  --rt-color-warning: var(--ant-color-warning);
  --rt-color-success: var(--ant-color-success);
  --rt-color-info: var(--ant-color-info);
  --rt-opacity: 0.95;
}
.bold {
  font-weight: bold;
}
td.nowrap * {
  white-space: nowrap;
}
.nowrap {
  white-space: nowrap;
}
.flip-horizontally {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.bordered {
  border: 1px solid var(--ant-color-border);
  border-radius: 4px;
  padding: 4px 11px;
  width: fit-content;
}
.inline-block {
  display: inline-block;
}
.flex-column {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.flex-overflow {
  overflow-y: auto;
  flex-grow: 1;
}
.centered-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.centered-items > * {
  margin: 6px;
}
.centered-items:first-child {
  margin-left: 0px;
}
.centered-items:last-child {
  margin-right: 0px;
}
.pull-right {
  float: right !important;
}
.clearfix::before {
  display: table;
  content: "";
}
.clearfix::after {
  display: table;
  clear: both;
  content: "";
}
.circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
.no-footer-modal .ant-modal-footer {
  display: none;
}
.flex-container {
  justify-content: space-between;
  display: flex;
}
.flex-center-child {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.flex-item {
  display: inline-block;
  flex-grow: 1;
  word-break: break-all;
}
.flex-grow-1 {
  flex-grow: 1;
}
.min-height-0 {
  min-height: 0;
}
.text-center {
  text-align: center;
}
.deemphasized {
  color: #989898;
}
.italic {
  font-style: italic;
}
.background-organelles {
  height: 100%;
  min-height: calc(100vh - var(--navbar-height));
  background: var(--background-blue-organelles);
}
.full-viewport-height {
  height: 100%;
  min-height: calc(100vh - var(--navbar-height));
}
.grabbing {
  cursor: grabbing !important;
}
.grabbing * {
  cursor: grabbing !important;
}
.is-dragging {
  cursor: grabbing !important;
  user-select: none;
}
.is-dragging * {
  cursor: grabbing !important;
  user-select: none;
}
.resizable-two-split-pane {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.resizable-two-split-pane .child-1 {
  overflow-y: auto;
  flex-grow: 1;
}
.resizable-two-split-pane .resizable-divider {
  padding: 2px 0 10px;
  cursor: row-resize;
}
.resizable-two-split-pane .resizable-divider .ant-divider {
  margin: 0;
}
.resizable-two-split-pane .child-2 {
  overflow-y: auto;
  flex-shrink: 1;
}
.dataset-table-actions > a {
  display: block;
}
.dataset-table-actions > a img {
  width: 14px;
}
.task-type-description {
  max-width: 700px;
  word-break: break-word;
}
.task-type-description.short {
  max-height: 150px;
  overflow-y: auto;
}
.task-type-description ul {
  list-style: disc;
  padding-left: 2em;
}
.task-type-description ol {
  list-style: decimal;
  padding-left: 2em;
}
.welcome-header-wrapper {
  background: var(--background-blue-neurons);
}
.welcome-header-wrapper button {
  color: white;
}
.welcome-header-content {
  padding: 40px 0px 40px;
}
.welcome-header-content .text-and-button-container {
  max-width: 1000px;
  margin: auto;
}
.welcome-header-content .text-and-button-container h1 {
  color: white;
  font-weight: 200;
  font-size: 64px;
  line-height: 150%;
  margin-bottom: 0;
  text-align: center;
}
.welcome-header-content .text-and-button-container .subtitle {
  color: white;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  max-width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.welcome-header-content .text-and-button-container .whats-next-actions-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-inline-start: 0;
}
.welcome-header-content .text-and-button-container .whats-next-actions-grid a {
  color: var(--color-black);
  flex: 0 1 400px;
  /*  No stretching: */
  margin: 20px;
  margin-left: 0;
  margin-right: 40px;
  list-style: none;
  padding: 14px;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  background: white;
  border-radius: var(--ant-border-radius);
  border: white 2px solid;
}
.welcome-header-content .text-and-button-container .whats-next-actions-grid a .label {
  margin-left: 12px;
}
.welcome-header-content .text-and-button-container .whats-next-actions-grid a h2 {
  font-size: 16px;
  line-height: 18px;
  color: var(--color-black);
  margin-bottom: 8px;
}
.welcome-header-content .text-and-button-container .whats-next-actions-grid a p {
  font-size: 14px;
  line-height: 18px;
  color: var(--color-black);
  margin: 0;
}
.welcome-header-content .text-and-button-container .whats-next-actions-grid a:hover {
  background: var(--ant-color-primary);
}
.welcome-header-content .text-and-button-container .whats-next-actions-grid a:hover i {
  filter: brightness(100);
}
.welcome-header-content .text-and-button-container .whats-next-actions-grid a:hover h2 {
  color: var(--ant-color-text);
}
.welcome-header-content .text-and-button-container .whats-next-actions-grid a:hover p {
  color: var(--ant-color-text);
}
.welcome-header-content .text-and-button-container .whats-next-actions-grid .icon-open-demo {
  background-image: url(/assets/images/icon-open-demo.svg);
}
.welcome-header-content .text-and-button-container .whats-next-actions-grid .icon-import-own-data {
  background-image: url(/assets/images/icon-import-own-data.svg);
  background-size: 94px;
}
.welcome-header-content .text-and-button-container .whats-next-actions-grid .icon-annotate {
  background-image: url(/assets/images/icon-annotate.svg);
}
.welcome-header-content .text-and-button-container .whats-next-actions-grid .icon-invite-colleagues {
  background-image: url(/assets/images/icon-invite-colleagues.svg);
}
.welcome-header-content .text-and-button-container .whats-next-actions-grid i {
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
  height: 100%;
  width: 64px;
}
pre.dataset-import-folder-structure-hint {
  text-align: left;
  display: inline-block;
  line-height: 16px;
  color: var(--ant-color-text-secondary);
  background: var(--ant-color-bg-container);
  border-radius: 2px;
  box-shadow: inset 0em 0em 4px 0px #9e9e9e6b;
  padding: 4px;
}
.incognito-link {
  color: var(--ant-color-text);
}
.propagate-flex-height {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0;
}
.propagate-flex-height .ant-tabs-top {
  flex-grow: 1;
  min-height: 0;
}
.propagate-flex-height .ant-tabs-content-holder {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0;
}
.propagate-flex-height .ant-tabs-content-top,
.propagate-flex-height .ant-tabs-tabpane-active {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0;
}
.tags-container {
  display: inline-block;
  line-height: 26px;
}
.tags-container .ant-tag {
  margin-right: 4px;
}
.dataset-table-thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  margin-right: 20px;
}
.dataset-table-name {
  font-size: 16px;
  font-weight: 500;
  display: block;
  min-height: 30px;
}
.dataset-table-name-container {
  display: inline-block;
  vertical-align: middle;
  max-width: 520px;
}
.top-aligned-column {
  vertical-align: top;
}
.dashboard-metadata-table-wrapper th {
  font-weight: bold !important;
}
.dashboard-metadata-table-wrapper .empty-metadata-placeholder {
  padding: 16px;
  text-align: center;
}
.publication-description :first-child {
  margin-top: 0px;
}
.gallery-dataset-col {
  padding-bottom: 24px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .gallery-dataset-col {
    padding-bottom: 32px;
  }
}
.not-highlighted-link:link,
.not-highlighted-link:visited,
.not-highlighted-link:hover,
.not-highlighted-link:active {
  text-decoration: none !important;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dataset-thumbnail {
  flex: 3;
  display: inline-block;
  background-color: black;
}
@media only screen and (max-width: 600px) {
  .dataset-thumbnail {
    height: 55%;
    width: 100%;
    display: block;
  }
}
.dataset-thumbnail-image {
  transition: transform 0.3s ease-in-out;
  background-size: cover;
  background-position: center;
}
.dataset-thumbnail-image.segmentation {
  opacity: 0.2;
}
.dataset-thumbnail-overlay {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  height: 100px;
  margin: 10px;
  border-radius: 3px;
  background-color: rgba(35, 33, 33, 0.77);
  padding: 5px 15px;
  color: rgba(255, 255, 255, 0.95);
  z-index: 101;
}
.datasets-scrollbar-spacer {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 100%);
  width: 108px;
  height: 100%;
  z-index: 101;
}
.dataset-published-grid {
  position: absolute;
  padding: 4px;
  margin-right: 7px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
}
.dataset-click-hint {
  opacity: 0;
  text-align: center;
  color: white;
  z-index: 100;
  line-height: 400px;
  font-size: 20px;
}
.dataset-click-hint:hover {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.publication-description {
  display: flex;
  flex-direction: column;
  flex: 2;
  height: 100%;
  padding: 24px;
  overflow-y: auto;
  background-color: var(--ant-color-bg-container);
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .publication-description {
    height: 45%;
    width: 100%;
    display: block;
  }
}
.publication-description h3 {
  font-size: 20px;
  margin-bottom: 0px;
  padding-bottom: 16px;
  padding-right: 16px;
  word-wrap: break-word;
}
@media only screen and (max-width: 600px) {
  .publication-description h3 {
    font-size: 32px;
    padding-bottom: 24px;
  }
}
.publication-description .publication-description-body {
  width: 100%;
  overflow-y: auto;
}
@media only screen and (max-width: 600px) {
  .publication-description .publication-description-body {
    height: 243px;
  }
}
.publication-description p {
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .publication-description p {
    font-size: 18px;
  }
}
.publication-item-card {
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  transform: translateZ(0);
}
.publication-item-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.22), 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px) translateZ(0);
}
.publication-item-card:hover .dataset-thumbnail-image {
  transform: scale(1.1);
  filter: contrast(1.1);
}
@media only screen and (max-width: 600px) {
  .publication-item-card {
    height: 700px;
  }
  .publication-item-card > div > div {
    flex-direction: column;
  }
}
.publication-item-card .ant-card-body {
  width: 100%;
  height: 100%;
}
.mini-dataset-thumbnail-grid {
  display: grid;
  grid-gap: 10px;
  padding: 5px;
  margin-top: auto;
}
.mini-dataset-thumbnail {
  opacity: 0.5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-size: cover;
}
.mini-dataset-thumbnail.segmentation {
  opacity: 0.2 !important;
}
.mini-dataset-thumbnail:hover,
.mini-dataset-thumbnail.active {
  opacity: 1;
}
.mini-dataset-thumbnail:active {
  transform: scale(1.05);
}
.container-with-hidden-icon .hidden-icon {
  visibility: hidden;
}
.container-with-hidden-icon:hover .hidden-icon {
  visibility: visible;
}
.spotlight-registration-form {
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.38);
}
@media (max-width: 992px) {
  .spotlight-registration-form {
    margin: 12px;
  }
}
.nice-scrollbar {
  scrollbar-width: thin;
}
.nice-scrollbar::-webkit-scrollbar-button {
  display: block;
  height: 5px;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0);
}
.nice-scrollbar::-webkit-scrollbar-button:hover {
  background-color: rgba(255, 255, 255, 0);
}
.nice-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
.nice-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #9c9c9c;
  border-radius: 5px;
}
.nice-scrollbar::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
}
.nice-scrollbar::-webkit-scrollbar-track:hover {
  background-color: rgba(255, 255, 255, 0);
}
.nice-scrollbar::-webkit-scrollbar {
  width: 8px;
}
#tracing {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}
#flightmode-switch {
  position: absolute;
  top: 12px;
  left: 12px;
}
#inputcatchers {
  position: absolute;
  width: 100%;
}
.inputcatcher-border {
  border-style: solid;
  border-width: 2px;
  opacity: 0.85;
  width: 100%;
  height: 100%;
}
.inputcatcher-border:hover {
  opacity: 1;
}
.inputcatcher-border.PLANE_XY {
  border-color: var(--color-xy-viewport);
}
.inputcatcher-border.PLANE_YZ {
  border-color: var(--color-yz-viewport);
}
.inputcatcher-border.PLANE_XZ {
  border-color: var(--color-xz-viewport);
}
.inputcatcher-border.TDView {
  border-color: white;
}
.inputcatcher {
  z-index: 20;
  float: left;
  margin: 0;
  width: 100%;
  height: 100%;
}
#inputcatcher_TDView {
  position: relative;
}
#TDViewControls {
  display: flex;
  justify-content: end;
}
#TDViewControls .ant-btn {
  line-height: 23px;
  vertical-align: baseline;
  padding-left: 10px;
  padding-right: 10px;
}
#TDViewControls .ant-btn > .colored-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
#TDViewControls .ant-btn:nth-child(2) .colored-dot {
  background-color: var(--color-xy-viewport);
}
#TDViewControls .ant-btn:nth-child(3) .colored-dot {
  background-color: var(--color-yz-viewport);
}
#TDViewControls .ant-btn:nth-child(4) .colored-dot {
  background-color: var(--color-xz-viewport);
}
.cell-id-table td,
.cell-id-table th {
  padding: 5px;
  text-align: right;
}
.tracing-layout {
  height: calc(100vh - var(--navbar-height));
  display: flex;
}
.tracing-layout.ant-layout,
.tracing-layout .ant-layout {
  overflow: initial;
}
.tracing-layout .ant-layout-content {
  overflow: initial;
}
.tracing-layout .ant-layout-sider {
  overflow-x: hidden;
  overflow-y: auto;
}
.tracing-layout .ant-layout-has-sider {
  overflow-y: auto;
  overflow-x: auto;
  flex: 1 1 auto;
}
.tracing-settings-menu {
  width: 360px;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  padding: 16px;
  padding-top: 10px;
}
.tracing-settings-menu .ant-collapse-content {
  color: unset;
}
.setting-label {
  word-wrap: break-word;
  white-space: normal;
  margin-right: 5px;
  display: inline-block;
}
.node-context-menu {
  z-index: 1000;
  border-radius: 6px;
  color: var(--ant-color-text);
  background: var(--ant-color-bg-container);
  box-shadow: var(--ant-box-shadow);
}
.node-context-menu .node-context-menu-item {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
}
.node-context-menu .keyboard-key-icon-small {
  line-height: 30px;
}
.node-context-menu .ant-dropdown {
  position: static !important;
}
.node-context-menu > div {
  width: unset !important;
  position: unset !important;
}
.node-context-menu .dropdown-overlay-container-for-context-menu {
  min-width: unset !important;
}
.measurement-tooltip {
  position: absolute;
  width: fit-content;
  pointer-events: all;
  border-radius: 6px 6px 6px 0px;
  padding: 2px 4px;
  font-size: 14;
  overflow: hidden;
}
.measurement-tooltip :after {
  content: "";
  position: absolute;
  top: 48px;
  left: -6px;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
  background-color: var(--ant-color-text);
}
#version-restore-sider {
  box-shadow: var(--ant-box-shadow);
  border-left: 1px solid var(--ant-color-border);
  padding-top: 15px;
  position: fixed;
  right: 0;
  z-index: 1000;
  top: var(--navbar-height);
  bottom: 0;
}
#version-restore-sider .version-section {
  font-weight: bold;
}
#version-restore-sider .version-entry-header .ant-avatar {
  color: var(--ant-color-text);
  background-color: transparent;
}
#version-restore-sider .version-entry {
  padding: 3px;
}
#version-restore-sider .version-entry:hover:not(.active-version-entry) {
  background-color: var(--ant-blue-1);
}
#version-restore-sider .version-entry-indented {
  padding-left: 40px;
}
#version-restore-sider .active-version-entry {
  background-color: var(--ant-blue-2);
}
#version-restore-sider .close-button > i {
  margin-right: 0px;
}
.keyboard-key-icon {
  background-image: url(/assets/images/icon-keyboard-key-light.svg);
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  margin: 4px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  vertical-align: middle;
  line-height: 24px;
  font-weight: bold;
  color: var(--ant-color-primary);
}
.keyboard-key-icon-small {
  border: 1px solid #ffffff;
  border-radius: 2px;
  min-width: 14px;
  height: 14px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  padding: 0px 2px 0px 2px;
}
.keyboard-mouse-icon {
  width: 17px;
  height: 28px;
  margin: 4px;
  display: inline-block;
  vertical-align: middle;
}
.icon-mouse-left {
  background-image: url("/assets/images/icon-mouse-left-light.svg");
  margin-left: 0;
}
.icon-mouse-right {
  background-image: url("/assets/images/icon-mouse-right-light.svg");
  margin-left: 0;
}
span.keyboard-key-icon:first-child,
img.keyboard-mouse-icon:first-child {
  margin-left: 0px;
}
.shortcut-table {
  margin-top: 25px;
  max-width: 500px;
  font-size: 14px;
}
#portal-navbarTracingSlot {
  width: 100%;
  line-height: normal;
}
.navbar-header {
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  position: fixed;
  top: 0;
  height: var(--navbar-height);
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.navbar-header,
.statusbar-footer {
  color: rgba(255, 255, 255, 0.67);
  z-index: 1000;
}
.navbar-header.statusbar-footer,
.statusbar-footer.statusbar-footer {
  left: 0px;
  bottom: 0px;
  right: 0px;
  position: absolute;
  height: var(--footer-height);
  overflow: hidden;
  font-size: 11px;
  text-align: center;
  padding: 0px;
}
.navbar-header.navbar-header,
.statusbar-footer.navbar-header {
  width: 100%;
}
.navbar-header .navbar-separator,
.statusbar-footer .navbar-separator {
  height: 100%;
  margin-left: 2px;
  margin-right: 10px;
  border-left: 1px #666879 solid;
}
.navbar-header .ant-select-arrow,
.statusbar-footer .ant-select-arrow,
.navbar-header .ant-badge-dot,
.statusbar-footer .ant-badge-dot {
  z-index: 1;
}
.navbar-header .ant-btn,
.statusbar-footer .ant-btn,
.navbar-header .ant-input,
.statusbar-footer .ant-input,
.navbar-header .ant-input-number,
.statusbar-footer .ant-input-number,
.navbar-header .ant-radio-button-wrapper,
.statusbar-footer .ant-radio-button-wrapper,
.navbar-header .ant-select > .ant-select-selector,
.statusbar-footer .ant-select > .ant-select-selector {
  color: #f1f1f1 !important;
}
.navbar-header .ant-btn.upgrade-banner-button,
.statusbar-footer .ant-btn.upgrade-banner-button,
.navbar-header .ant-input.upgrade-banner-button,
.statusbar-footer .ant-input.upgrade-banner-button,
.navbar-header .ant-input-number.upgrade-banner-button,
.statusbar-footer .ant-input-number.upgrade-banner-button,
.navbar-header .ant-radio-button-wrapper.upgrade-banner-button,
.statusbar-footer .ant-radio-button-wrapper.upgrade-banner-button,
.navbar-header .ant-select > .ant-select-selector.upgrade-banner-button,
.statusbar-footer .ant-select > .ant-select-selector.upgrade-banner-button {
  background-color: var(--ant-button-primary-color) !important;
  color: var(--ant-color-primary) !important;
  border-color: var(--ant-button-primary-color);
  display: flex;
  align-items: center;
}
.navbar-header .ant-btn:hover,
.statusbar-footer .ant-btn:hover,
.navbar-header .ant-input:hover,
.statusbar-footer .ant-input:hover,
.navbar-header .ant-input-number:hover,
.statusbar-footer .ant-input-number:hover,
.navbar-header .ant-radio-button-wrapper:hover,
.statusbar-footer .ant-radio-button-wrapper:hover,
.navbar-header .ant-select > .ant-select-selector:hover,
.statusbar-footer .ant-select > .ant-select-selector:hover {
  z-index: 1 !important;
}
.navbar-header .ant-btn[disabled],
.statusbar-footer .ant-btn[disabled],
.navbar-header .ant-btn[disabled]:hover,
.statusbar-footer .ant-btn[disabled]:hover {
  color: rgba(241, 241, 241, 0.5) !important;
}
.navbar-header .ant-select-arrow,
.statusbar-footer .ant-select-arrow {
  color: #f1f1f1;
}
.navbar-header .ant-btn-danger,
.statusbar-footer .ant-btn-danger {
  background: var(--ant-color-error-bg);
}
.navbar-header .ant-btn-danger:hover,
.statusbar-footer .ant-btn-danger:hover {
  background: var(--ant-color-error-bg);
  color: white;
}
.navbar-header .left-border-button.footer-button,
.statusbar-footer .left-border-button.footer-button,
.navbar-header .right-border-button.footer-button,
.statusbar-footer .right-border-button.footer-button {
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: auto;
  color: #f1f1f1;
  background-color: inherit;
}
.navbar-header .left-border-button.footer-button,
.statusbar-footer .left-border-button.footer-button {
  left: 8px;
}
.navbar-header .right-border-button.footer-button,
.statusbar-footer .right-border-button.footer-button {
  right: 8px;
}
.navbar-header .upgrade-banner .upgrade-banner-wk-link,
.statusbar-footer .upgrade-banner .upgrade-banner-wk-link {
  margin-inline: -2;
  color: var(--ant-color-text-primary);
  font-weight: bold;
}
.navbar-header .upgrade-banner .upgrade-banner-wk-link:hover,
.statusbar-footer .upgrade-banner .upgrade-banner-wk-link:hover {
  color: var(--color-blue-zircon);
}
.navbar-header .upgrade-banner .ant-alert-close-icon .anticon,
.statusbar-footer .upgrade-banner .ant-alert-close-icon .anticon,
.navbar-header .upgrade-banner .ant-alert-close-icon .anticon-close,
.statusbar-footer .upgrade-banner .ant-alert-close-icon .anticon-close {
  color: var(--ant-color-text-primary);
}
.left-border-button,
.right-border-button {
  border: none;
  margin: 0px 5px 0px 0px;
  padding: 0;
  z-index: 999;
  color: var(--ant-color-text-secondary);
}
.left-border-button i,
.right-border-button i {
  font-size: 15px !important;
  margin: 0;
}
.flex-layout-container {
  left: 0px;
  top: 0px;
  right: 0px;
  height: calc(100% - var(--footer-height));
  position: absolute;
  overflow: hidden;
}
.no-hover-highlighting:hover,
.no-hover-highlighting:focus,
.no-hover-highlighting:active {
  border-color: initial;
  background-color: initial;
  color: initial;
}
.center-item-using-flex {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.icon-sidebar-toggle {
  width: 17px;
  height: 13px;
}
.icon-sidebar-show-left-bright {
  background-image: url(/assets/images/icon-sidebar-show-left-bright.svg);
}
.icon-sidebar-show-left-dark {
  background-image: url(/assets/images/icon-sidebar-show-left-dark.svg);
}
.icon-sidebar-show-right-bright {
  background-image: url(/assets/images/icon-sidebar-show-right-bright.svg);
}
.icon-sidebar-show-right-dark {
  background-image: url(/assets/images/icon-sidebar-show-right-dark.svg);
}
.icon-sidebar-hide-left-bright {
  background-image: url(/assets/images/icon-sidebar-hide-left-bright.svg);
}
.icon-sidebar-hide-left-dark {
  background-image: url(/assets/images/icon-sidebar-hide-left-dark.svg);
}
.icon-sidebar-hide-right-bright {
  background-image: url(/assets/images/icon-sidebar-hide-right-bright.svg);
}
.icon-sidebar-hide-right-dark {
  background-image: url(/assets/images/icon-sidebar-hide-right-dark.svg);
}
.cell-context-icon {
  margin-inline-end: var(--ant-margin-xs);
  height: 12px;
  width: 15px;
  display: inline-block;
  background-image: url("/assets/images/cell.svg");
  background-size: contain;
  opacity: 0.65;
}
.segment-context-icon {
  margin-inline-end: var(--ant-margin-xs);
  height: 12px;
  width: 15px;
  display: inline-block;
}
.mag-status-bar-icon {
  height: 14px;
  margin-top: -2px;
}
.hide-if-first:first-child {
  display: none;
}
.hide-if-last:last-child {
  display: none;
}
.node-context-menu-overlay {
  width: 100%;
  /* The navbar and footer have a higher z-value than the context menu and
     should not be covered by the context menu overlay. At the same time
     the overlay serves as the container for the css-sticky context menu. */
  height: calc(100% - var(--navbar-height) - var(--footer-height));
  position: absolute;
  /* The context menu needs a higher z-value than flexlayout__tab_button_content.
     Otherwise the tab title covers the context menu. */
  z-index: 110;
}
.segment-list-context-menu-overlay,
.bbox-list-context-menu-overlay {
  width: calc(100% - 20px) !important;
  height: calc(100% - 20px) !important;
}
.tree-list-context-menu-overlay {
  width: calc(100% - 20px) !important;
  height: calc(100% - var(--navbar-height) - var(--footer-height) - 30px) !important;
}
#main-tooltip {
  max-width: 250px;
  font-size: 14px;
}
.statusbar {
  margin-left: 35px;
  margin-right: 35px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.statusbar .info-element {
  display: inline-block;
  text-align: left;
  margin-right: 25px;
}
.statusbar .keyboard-mouse-icon {
  height: 14px;
  margin-top: 2px;
}
.statusbar .shortcut-info-element {
  margin-left: 25px;
}
.table-data-starting-at-top td {
  vertical-align: top;
}
.centered-children {
  text-align: center;
}
.tracing-layout > .ant-layout-header > button {
  vertical-align: middle;
}
.action-bar {
  vertical-align: middle;
  height: 100%;
  display: inline-flex;
  font-size: 0;
  align-items: center;
  display: flex;
  flex: 1 1;
}
.action-bar > div {
  margin-left: 10px;
}
.merge-modal .ant-form-item-label {
  width: 150px;
}
.right-floating-icon {
  position: absolute;
  right: 0;
  margin-top: 4px;
  margin-right: 24px;
}
.sub-menu-item-icon {
  width: 25px;
  margin-right: 20px;
  display: table-cell;
}
.inline-with-margin {
  display: inline-block;
  margin-right: 36px;
}
.full-width {
  width: 100%;
}
.bullet-point-less-li {
  list-style-type: none;
  padding: 0px;
}
.layout-dropdown-selection-area {
  padding: 5px 0px 5px 12px;
  width: auto;
  display: table-cell;
}
.layout-dropdown-list-item-container {
  width: 100%;
  display: table;
  padding-right: 12px;
}
.available-layout-list .ant-dropdown-menu-item-group-list {
  padding-left: 14px;
}
.selected-layout-item {
  font-weight: bold;
}
.undo-redo-button {
  width: 36px !important;
  vertical-align: 0;
}
.flexlayout__tab_border_right {
  font-size: var(--ant-font-size);
}
#abstract-tree-canvas {
  flex-grow: 1;
  min-height: 600px;
  width: 100%;
  background-color: white;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.segments-tree .ant-tree-treenode {
  padding: 0 !important;
}
.segment-list-item {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 2px;
}
.segment-list-item .anticon-edit,
.segment-list-item .anticon-ellipsis {
  display: none;
}
.segment-list-item.is-selected-segment {
  background-color: var(--ant-blue-3);
}
.segment-list-item:hover {
  background-color: var(--ant-blue-1);
}
.segment-list-item:hover .anticon-edit,
.segment-list-item:hover .anticon-ellipsis {
  display: inline-block;
}
.segment-list-item.is-hovered-segment {
  background-color: var(--ant-blue-1);
}
#segment-list {
  height: inherit;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#connectome-view {
  height: inherit;
  display: flex;
  flex-direction: column;
}
#tree-list {
  height: inherit;
  display: flex;
  flex-direction: column;
}
#tree-list .ant-space-compact:not(.ant-tree .ant-space-compact) {
  margin: 0 0 10px 0;
}
.clickable-text {
  cursor: pointer;
}
.padded-tab-content {
  padding: 10px;
}
.markdown-small {
  max-height: 24px;
  overflow: hidden;
}
.markdown-small h1,
.markdown-small h2,
.markdown-small h3,
.markdown-small h4,
.markdown-small h5 {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--ant-color-text);
}
.markdown p {
  margin-bottom: 0;
}
.search-input-popover .ant-input-group-wrapper .ant-input-wrapper {
  color: inherit;
}
.search-input-popover .ant-input-group-wrapper .ant-input-wrapper .ant-input {
  color: inherit;
}
.search-input-popover .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon {
  border-radius: 0;
  border-right: 0;
}
.compact-items button {
  padding: 4px 8px;
}
.compact-icons .anticon,
.compact-icons i {
  margin-right: 0px;
}
.compact-wrap {
  flex-wrap: wrap;
}
.compact-wrap button {
  margin-top: -1px;
}
.margin-bottom {
  margin-bottom: 10px;
}
.color-display-wrapper {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  box-shadow: 0px 0px 3px #cacaca;
  vertical-align: middle;
}
.annotation-stats-table {
  margin-left: 4px;
}
.annotation-stats-table td {
  padding-bottom: 10px;
}
.annotation-stats-table td:first-of-type {
  padding-right: 20px;
}
.annotation-stats-table-slim {
  width: auto !important;
}
.annotation-stats-table-slim td:first-of-type {
  padding-right: 10px;
}
.info-tab-block {
  margin-bottom: 14px;
}
.info-tab-block .info-tab-icon {
  width: 20px;
  height: 20px;
}
.info-tab-block .fa-building {
  opacity: 0.85;
  text-align: center;
  width: 24px;
  height: 24px;
}
.bounding-box-table .ant-table {
  border-bottom: none;
}
.bounding-box-table .ant-table-cell {
  padding: 0px 20px !important;
  cursor: pointer;
}
.bounding-box-table .ant-table-row:last-child {
  border-bottom: none;
}
.bounding-box-table .ant-table-row:last-child .ant-table-cell {
  border-bottom: none;
}
.bounding-box-table .ant-table-row .ant-table-cell:first-child {
  display: none;
}
.bounding-box-table .ant-table-row .ant-table-cell:nth-child(2) {
  flex: 1 1 !important;
}
.bounding-box-table .ant-table-footer {
  background-color: transparent;
  padding: 8px;
}
.metadata-table {
  --compact-table-bg1: #f7f7f7;
  --compact-table-bg2: #fefefe;
  --compact-table-border: #e7e7e7;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.metadata-table .add-property-button {
  width: 100%;
}
.metadata-table input,
.metadata-table .ant-input-affix-wrapper,
.metadata-table .ant-input-number {
  border: 0;
  padding: 0;
  box-shadow: none !important;
  width: 100%;
  height: 100%;
}
.metadata-table input:not(:hover),
.metadata-table .ant-input-affix-wrapper:not(:hover),
.metadata-table .ant-input-number:not(:hover) {
  background: transparent;
}
.metadata-table .ant-input-status-error,
.metadata-table .ant-input-status-warning {
  border: 0 !important;
}
.metadata-table input.ant-input-status-error,
.metadata-table .ant-input-status-error input {
  color: var(--ant-color-error);
}
.metadata-table input.ant-input-status-warning,
.metadata-table .ant-input-status-warning input {
  color: var(--ant-color-warning);
}
.metadata-table .ant-input-number-input {
  padding: 0 !important;
}
.metadata-table .ant-select {
  width: 100%;
}
.metadata-table .ant-select .ant-select-selector {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.metadata-table .ant-select:not(.ant-select-focused) .ant-select-selection-placeholder {
  margin-left: -8px;
}
.metadata-table th,
.metadata-table td {
  padding: 2px 4px;
  text-align: left;
  color: var(--ant-color-text-base);
}
.metadata-table th {
  font-weight: normal;
}
.metadata-table th,
.metadata-table tr:nth-child(even) td {
  background-color: var(--compact-table-bg1);
}
.metadata-table td {
  background-color: var(--compact-table-bg2);
}
.metadata-table td:nth-child(2):not(:last-child) {
  border-right: 0;
}
.metadata-table td:nth-child(3) {
  border-left: 0;
}
.metadata-table tr.divider-row {
  font-weight: bold;
}
.metadata-table tr th,
.metadata-table tr td {
  border-right: 1px solid var(--compact-table-border);
  border-bottom: 1px solid var(--compact-table-border);
}
.metadata-table tr th:first-child,
.metadata-table tr td:first-child {
  border-left: 1px solid var(--compact-table-border);
}
.metadata-table tr:first-child th {
  border-top: solid 1px var(--compact-table-border);
}
.metadata-table tr:first-child th:first-child {
  border-top-left-radius: var(--ant-border-radius);
}
.metadata-table tr:first-child th:last-child {
  border-top-right-radius: var(--ant-border-radius);
}
.metadata-table tr:last-child td:first-child {
  border-bottom-left-radius: var(--ant-border-radius);
}
.metadata-table tr:last-child td:last-child {
  border-bottom-right-radius: var(--ant-border-radius);
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.ant-layout-sider,
.ant-collapse-borderless,
.ant-layout {
  background-color: var(--ant-color-bg-base);
}
.ant-layout-header {
  padding: 0 20px;
}
@media only screen and (max-width: 600px) {
  .ant-layout-header .ant-menu-item,
  .ant-layout-header .ant-menu-submenu-title {
    padding: 0;
    padding-right: 10px;
  }
}
.ant-notification {
  width: auto;
  max-width: 80vw;
}
.ant-notification-notice iframe {
  border: none;
  height: 200px;
  width: 500px;
  max-width: 80vw;
  resize: both;
}
.ant-notification-notice.ant-notification-notice-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.ant-notification-notice.ant-notification-notice-error .ant-notification-notice-message,
.ant-notification-notice.ant-notification-notice-error .ant-collapse-header,
.ant-notification-notice.ant-notification-notice-error .ant-notification-notice-close,
.ant-notification-notice.ant-notification-notice-error .ant-collapse-content-box {
  color: #a94442;
}
.ant-notification-notice.ant-notification-notice-error .ant-notification-notice-icon {
  animation-name: alert-wiggle;
  animation-duration: 5s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}
@keyframes alert-wiggle {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  2% {
    transform: translateX(8px) translateY(-8px);
  }
  4% {
    transform: translateX(-8px) translateY(8px);
  }
  6% {
    transform: translateX(8px) translateY(-8px);
  }
  8% {
    transform: translateX(-8px) translateY(8px);
  }
  10% {
    transform: translateX(8px) translateY(-8px);
  }
  12% {
    transform: translateX(-8px) translateY(8px);
  }
  14% {
    transform: translateX(8px) translateY(-8px);
  }
  16% {
    transform: translateX(-8px) translateY(8px);
  }
  18% {
    transform: translateX(8px) translateY(-8px);
  }
  20% {
    transform: translateX(0px) translateY(0px);
  }
}
.ant-notification-notice-message {
  white-space: pre-wrap;
}
.ant-notification-notice-message .ant-notification-notice-message-single-line-auto-margin {
  float: left;
}
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td {
  padding: 1px 8px;
}
.large-table {
  word-break: break-word;
}
.ant-table-scroll > .ant-table-body {
  overflow-x: auto !important;
}
.ant-table-column-title {
  word-break: normal;
}
label.ant-checkbox-wrapper {
  line-height: 1.5;
}
.ant-layout-sider {
  transition: none;
}
.ant-alert {
  font-family: "Nunito", "Monospaced Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ant-alert-message {
  margin-left: 5px;
}
.ant-alert-banner {
  position: absolute;
  z-index: 1000;
  width: 100%;
}
.ant-card {
  font-family: "Nunito", "Monospaced Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ant-radio-button-wrapper.aIJobSelection {
  width: auto;
  height: auto;
  padding: 0px;
}
.ant-radio-button-wrapper.aIJobSelection div.ant-card-body {
  line-height: 0.9;
}
.antd-no-border-list .ant-list-item {
  border-bottom: none;
}
.collapsed-nav-header .ant-menu:not(.right-navbar) .ant-menu-item,
.collapsed-nav-header .ant-menu:not(.right-navbar) .ant-menu-submenu-title,
.collapsed-nav-header .ant-menu:not(.right-navbar) li.ant-menu-submenu {
  padding: 0 4px !important;
}
.collapsed-nav-header .ant-menu:not(.right-navbar) .anticon {
  margin-right: 0;
}
.ant-steps-icon .anticon {
  margin-right: 0;
}
.ant-tooltip {
  pointer-events: none;
}
.link-button {
  border: 0;
  padding: 0;
  height: initial;
}
.link-button > .anticon + span,
.link-button > span + .anticon {
  margin-left: initial;
}
.hide-checkbox-selection .ant-table-selection,
.hide-checkbox-selection .ant-table-selection-col,
.hide-checkbox-selection .ant-table-selection-column {
  display: none;
}
#segment-list .ant-tree-title {
  width: 100%;
}
#tree-list .ant-tree-title {
  width: 100%;
}
.ant-tree-directory .ant-tree-title {
  width: calc(100% - 24px);
  display: flex;
}
.ant-tree-directory {
  background: transparent;
  display: flex;
}
.ant-tree-node-content-wrapper {
  display: flex;
  padding: 0 !important;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
  border-radius: 4px;
}
.anticon.anticon-sync.anticon-spin {
  line-height: 0;
}
.ant-table-empty .ant-table-tbody > tr.ant-table-placeholder,
.ant-list-empty-text {
  color: var(--ant-color-text-tertiary);
}
.action-bar .ant-input-group-addon {
  background-color: #3a3d48;
  border-color: #585867;
  color: #f1f1f1 !important;
}
.ant-dropdown-menu-item-icon.fa-icon {
  margin-right: 5px;
}
.ant-dropdown-menu-item-icon > svg {
  width: 15px;
}
.ant-message,
.ant-message * {
  pointer-events: none;
}
.ant-radio-button-wrapper-disabled:first-child {
  opacity: 0.5;
}
.no-padding {
  padding: 0 !important;
}
.olvy-unread-indicator {
  transform: translate(-10px, 15px) scale(0.8);
}
li#olvy-target:hover {
  background-color: transparent;
}
.olvy-modal {
  display: none;
  transition: display 0.5s ease-in-out;
}
.experience-change-modal .user-experience-table {
  margin-bottom: 24px;
}
.experience-change-modal .user-experience-table .ant-table-header {
  overflow-y: auto;
  padding-bottom: 0px;
}
.experience-change-modal .user-experience-table .ant-table-body {
  overflow-y: auto !important;
}
.experience-change-modal .clickable-icon:hover {
  cursor: pointer;
  color: var(--ant-color-primary);
}
.experience-change-modal .centered-table-item {
  text-align: center;
}
.button-margin {
  margin-right: 8px;
  margin-top: 12px;
}
.max-height-for-upload .ant-upload-list-text {
  max-height: 500px;
  overflow-y: auto;
}
.edit-team-modal .certain-category-search-dropdown .ant-select-dropdown-menu-item-group-title {
  color: #666;
  font-weight: bold;
}
.edit-team-modal .certain-category-search-dropdown .ant-select-dropdown-menu-item-group {
  border-bottom: 1px solid #f6f6f6;
}
.edit-team-modal .certain-category-search-dropdown .ant-select-dropdown-menu-item {
  padding-left: 16px;
}
.edit-team-modal .certain-category-search-dropdown .ant-select-dropdown-menu-item.show-all {
  text-align: center;
  cursor: default;
}
.edit-team-modal .certain-category-search-dropdown .ant-select-dropdown-menu {
  max-height: 300px;
}
.flexlayout__tab,
.flexlayout__tabset,
.flexlayout__tabset_tabbar_outer,
.flexlayout__border {
  background-color: transparent;
  color: unset;
}
.flexlayout__tab_border,
.flexlayout__tabset_tabbar_outer_top,
.flexlayout__tabset-selected {
  background-color: var(--ant-color-bg-base) !important;
}
.flexlayout__tabset_tabbar_outer_top {
  border-color: var(--ant-color-border);
}
.flexlayout__border_left {
  border-right: none;
}
.flexlayout__border_right {
  border-left: none;
}
.flexlayout__tabset_tabbar_inner_tab_container_top {
  border: none !important;
}
.flexlayout__splitter:hover,
.flexlayout__splitter_drag {
  background-color: var(--ant-color-border-secondary);
}
.flexlayout__splitter {
  z-index: 21;
  background-color: var(--ant-color-border);
}
.flexlayout__splitter::before {
  content: "";
  background-color: transparent;
}
.flexlayout__splitter_vert::before {
  width: 11px;
  display: inline-block;
  height: 100%;
  position: relative;
  left: -5px;
}
.flexlayout__splitter_horz::before {
  height: 11px;
  display: inline-block;
  width: 100%;
  position: relative;
  top: -15px;
}
.flexlayout__tabset_tabbar_outer {
  z-index: 100;
}
.flexlayout__popup_menu {
  font-family: "Nunito", "Monospaced Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.flexlayout__tab_toolbar_button:hover {
  background-color: var(--ant-color-bg-base);
  cursor: pointer;
}
.flexlayout__tab_toolbar_button:hover svg {
  fill: var(--ant-color-link);
}
.flexlayout__tab_button {
  margin: 0;
  padding: 0px 5px;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  font-family: "Nunito", "Monospaced Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: var(--ant-color-bg-base);
}
.flexlayout__tab_button:hover {
  cursor: move;
}
.flexlayout__tab_button .flexlayout__tab_button_content {
  background-color: var(--ant-color-bg-base);
  color: var(--ant-color-text-secondary);
  border-bottom: 1px solid transparent;
}
.flexlayout__tab_button.flexlayout__tab_button--selected {
  background-color: var(--ant-color-bg-base);
}
.flexlayout__tab_button.flexlayout__tab_button--selected .flexlayout__tab_button_content {
  background-color: var(--ant-color-bg-base);
  color: var(--ant-color-link);
}
.flexlayout__tab_button:hover {
  background-color: var(--ant-color-bg-base);
}
.flexlayout__tab_button:hover .flexlayout__tab_button_content {
  background-color: var(--ant-color-bg-base);
  color: var(--ant-color-link);
  border-bottom: 1px solid var(--ant-color-link);
}
.flexlayout-dont-overflow {
  overflow: hidden;
  height: 100%;
}
.flexlayout__outline_rect,
.flexlayout__outline_rect_edge {
  border-color: var(--color-wk-blue) !important;
}
.flexlayout__tab_toolbar {
  flex-direction: row-reverse;
}
.hide_first_splitter_border {
  pointer-events: none;
}
.hide_first_splitter_border ~ .hide_first_splitter_border {
  pointer-events: all;
}
.drawing {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.drawing-404 {
  width: 302px !important;
  height: 360px !important;
  background-image: url("/assets/images/drawings/404.svg");
}
.drawing-paid-feature-not-available {
  width: 500px !important;
  height: 300px !important;
  background-image: url("/assets/images/drawings/upgrade-plan.svg");
}
.drawing-signup:before {
  background-image: url("/assets/images/drawings/signup.svg") !important;
}
.drawing-empty-list-tasks {
  width: 352px !important;
  height: 392px !important;
  transform: scale(0.9);
  background-image: url("/assets/images/drawings/empty-list-tasks.svg");
}
.drawing-empty-list-annotations {
  width: 266px !important;
  height: 210px !important;
  background-image: url("/assets/images/drawings/empty-list-annotations.svg");
}
.drawing-empty-list-public-gallery {
  width: 308px !important;
  height: 242px !important;
  background-image: url("/assets/images/drawings/empty-list-public-gallery.svg");
}
.drawing-empty-list-dataset-upload {
  width: 300px !important;
  height: 242px !important;
  background-image: url("/assets/images/drawings/empty-list-dataset-upload.svg");
}
.drawing-forbidden-view {
  height: 30vh;
  width: 30vh;
  background-image: url("/assets/images/drawings/forbidden-view.svg");
}
.drawing-upgrade-users {
  background: right -40px / 35% no-repeat url("/assets/images/drawings/add-users-light-mode.svg");
}
.drawing-upgrade-storage {
  background: url("/assets/images/drawings/upgrade-storage-light-mode.svg") right -10px / 25% no-repeat;
}
.drawing-license-expired {
  width: 500px;
  height: 385px;
  background: url("/assets/images/drawings/license-expired.svg") center / 100% no-repeat;
}
.dark-theme .metadata-table {
  --compact-table-bg1: #262626;
  --compact-table-bg2: #1A1A1A;
  --compact-table-border: #4A4A4A;
}
.dark-theme .brain-loading-content img {
  filter: invert(1) contrast(0.7);
}
.dark-theme .inputcatcher.TDView,
.dark-theme .inputcatcher.arbitraryViewport {
  border-color: transparent;
}
.dark-theme .ant-slider-track,
.dark-theme .ant-slider-handle {
  background-color: var(--ant-blue-4);
}
.dark-theme .ant-slider:hover .ant-slider-track,
.dark-theme .ant-slider:hover .ant-slider-handle {
  background-color: var(--ant-blue-5);
}
.dark-theme .ant-tree-list-scrollbar .ant-tree-list-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5) !important;
}
.dark-theme .icon-sidebar-hide-left-bright {
  background-image: url(/assets/images/icon-sidebar-hide-left-dark.svg);
}
.dark-theme .icon-sidebar-show-left-bright {
  background-image: url(/assets/images/icon-sidebar-show-left-dark.svg);
}
.dark-theme .icon-sidebar-hide-right-bright {
  background-image: url(/assets/images/icon-sidebar-hide-right-dark.svg);
}
.dark-theme .icon-sidebar-show-right-bright {
  background-image: url(/assets/images/icon-sidebar-show-right-dark.svg);
}
.dark-theme .cell-context-icon {
  background-image: url("/assets/images/cell-bright.svg");
  opacity: 0.5;
}
.dark-theme .voxelytics-view .react-flow__minimap-mask {
  fill: rgba(50, 50, 50, 0.7);
}
.dark-theme .floating-buttons-bar .ant-btn-default {
  color: rgba(0, 0, 0, 0.85);
  background: white;
  border-color: #d9d9d9;
}
.dark-theme .floating-buttons-bar .ant-btn-primary[disabled] {
  background: #f5f5f5;
  border-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
}
.dark-theme .drawing-upgrade-users {
  background: right -40px / 35% no-repeat url("/assets/images/drawings/add-users-dark-mode.svg");
}
.dark-theme .drawing-upgrade-storage {
  background: url("/assets/images/drawings/upgrade-storage-dark-mode.svg") right -10px / 25% no-repeat;
}
.dark-theme .drawing-empty-list-tasks {
  background-image: url("/assets/images/drawings/empty-list-tasks-dark.svg");
}
.dark-theme .drawing-empty-list-annotations {
  background-image: url("/assets/images/drawings/empty-list-annotations-dark.svg");
}
.dark-theme .drawing-empty-list-public-gallery {
  background-image: url("/assets/images/drawings/empty-list-public-gallery-dark.svg");
}
.dark-theme .drawing-empty-list-dataset-upload {
  background-image: url("/assets/images/drawings/empty-list-dataset-upload-dark.svg");
}
.dark-theme .drawing-forbidden-view {
  background-image: url("/assets/images/drawings/forbidden-view-dark.svg");
}
.dark-theme .icon-mouse-left {
  background-image: url("/assets/images/icon-mouse-left-dark.svg");
}
.dark-theme .icon-mouse-right {
  background-image: url("/assets/images/icon-mouse-right-dark.svg");
}
.dark-theme .keyboard-key-icon {
  background-image: url(/assets/images/icon-keyboard-key-dark.svg);
}
.dark-theme .dataset-table-thumbnail.icon-thumbnail {
  filter: invert() contrast(0.8);
}
.dark-theme .deemphasized {
  color: #afb8ba;
}
.command-palette-modal,
.command-palette-overlay,
.command-palette-container.command-palette-containerOpen,
.command-palette-content.command-palette-header,
.command-palette-input,
.command-palette-inputFocused,
.command-palette-suggestionsContainer,
.command-palette-suggestionsContainerOpen,
.command-palette-suggestionsList,
.command-palette-suggestion,
.command-palette-suggestionFirst,
.command-palette-suggestionHighlighted {
  --box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  --color-bg: var(--color-dark-grey);
  --color-border: var(--color-grey-spotlight);
  --color-text: var(--color-light-grey);
  --color-caret: var(--color-wk-blue);
  --color-highlight: var(--color-grey-spotlight);
}
.command-palette-modal .light-theme,
.command-palette-overlay .light-theme,
.command-palette-container.command-palette-containerOpen .light-theme,
.command-palette-content.command-palette-header .light-theme,
.command-palette-input .light-theme,
.command-palette-inputFocused .light-theme,
.command-palette-suggestionsContainer .light-theme,
.command-palette-suggestionsContainerOpen .light-theme,
.command-palette-suggestionsList .light-theme,
.command-palette-suggestion .light-theme,
.command-palette-suggestionFirst .light-theme,
.command-palette-suggestionHighlighted .light-theme {
  --color-bg: var(--color-white);
  --color-text: var(--color-black);
  --color-highlight: var(--color-light-grey-spotlight);
  --color-border: var(--color-light-grey-spotlight);
}
.command-palette-modal {
  width: 605px;
  position: absolute;
  top: 80px;
  left: 50%;
  right: auto;
  bottom: auto;
  border: 0px none;
  background: var(--color-bg);
  overflow: hidden;
  border-radius: 4px;
  outline: none;
  padding: 10px;
  box-shadow: var(--box-shadow);
  margin-right: -50%;
  transform: translate(-50%, 0px);
}
.command-palette-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.75);
}
.command-palette-header {
  color: var(--color-text);
}
.command-palette-content {
  box-shadow: var(--box-shadow);
  position: absolute;
  top: 80px;
  left: 50%;
  right: auto;
  bottom: auto;
  margin-right: -50%;
  transform: translate(-50%, 0);
  border: 0px none;
  background: var(--color-bg);
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  border-radius: 4px;
  outline: none;
  padding: 10px;
  min-width: 600px;
}
.command-palette-container {
  font-size: 14px;
}
.command-palette-input {
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid var(--color-border);
  width: 590px;
  padding: 6px;
  outline: none;
  background-color: var(--color-bg);
  color: var(--color-text);
  caret-color: var(--color-text);
}
.command-palette-inputFocused {
  border: 1px solid var(--color-caret);
  background-color: var(--color-bg);
}
.command-palette-suggestionsContainerOpen {
  overflow: hidden;
  border: 1px solid var(--color-bg);
  max-height: 315px;
  margin-top: 10px;
}
.command-palette-suggestionsList {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.command-palette-suggestion {
  color: var(--color-text);
  border: 1px solid var(--color-bg);
  border-top: 0px none;
  background-color: var(--color-bg);
  padding: 10px 12px;
  cursor: pointer;
}
.command-palette-suggestion b {
  color: var(--color-caret);
}
.command-palette-suggestionHighlighted {
  color: var(--color-text);
  background-color: var(--color-highlight);
}
@font-face {
  font-family: "Nunito";
  src: local("Nunito"), url(/assets/bundle/4a3eef3e0a61b7eb3eda.ttf) format("truetype");
}
@font-face {
  font-family: "Nunito";
  src: local("Nunito"), url(/assets/bundle/8c3b61b77fee2ba4b6db.ttf) format("truetype");
  font-style: italic;
}
body {
  margin: 0;
  font-family: "Nunito", "Monospaced Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialised;
  height: 100vh;
  padding-top: var(--navbar-height);
}
#main-container > section > .ant-layout-header {
  top: 0;
}
.save-error .ant-layout-header,
.save-error .ant-menu {
  background-color: var(--ant-color-error) !important;
}
.construction {
  background: repeating-linear-gradient(45deg, #ffdc00, #ffdc00 20px, #111111 20px, #111111 40px);
}
.ant-layout-header .logo {
  background: url(/assets/images/logo-icon-only.svg) 15px center no-repeat;
  padding-left: 46px;
  height: 48px;
  float: left;
  margin-top: 1px;
  background-size: 24px 24px;
}
.ant-layout-header .ant-menu-item .logo {
  filter: brightness(4);
}
@media only screen and (max-width: 600px) {
  .ant-layout-header a[href="/"] span {
    font-size: 0px;
  }
}
.ant-layout-header .ant-avatar {
  border: 1px solid var(--color-blue-zircon);
  background: transparent;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}
.ant-layout-header .ant-avatar:hover {
  background-color: var(--color-blue-zircon);
  color: var(--color-black);
}
.ant-layout-header .switch-organization-icon {
  position: absolute;
  top: 2px;
  right: -5px;
  margin-right: 0;
  min-width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: var(--color-blue-zircon);
}
.fa-random {
  width: 14px;
  background-position: -217px -120px;
}
.fa-bull::before {
  display: inline-block;
  width: 16px;
  content: "•";
  text-align: center;
}
.inline-block {
  display: inline-block;
}
#credits img {
  margin-right: 10px;
  width: 25%;
  max-width: 100px;
}
.onboarding {
  min-height: calc(100vh - var(--navbar-height));
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
.centered-content {
  padding: 50px;
  width: 100%;
  max-width: 1500px;
  margin: auto;
}
#impressum h5 {
  margin-top: 2em;
}
.btn [class^="fa-"],
.nav [class^="fa-"],
.btn [class*=" fa-"],
.nav [class*=" fa-"] {
  line-height: normal;
}
button.narrow {
  padding: 0 10px;
}
button.narrow i {
  margin-right: 0 !important;
}
.icon-margin-left {
  margin-inline-start: var(--ant-margin-xs);
}
.icon-margin-right {
  margin-inline-end: var(--ant-margin-xs);
}
.ant-spin-dot,
.ant-spin-dot i,
.ant-avatar i {
  margin-right: 0;
}
.monospace-id {
  word-wrap: break-word;
  max-width: 154px;
  font-family: monospace;
  font-size: 14px;
  width: 135px;
}
@media (max-width: 1200px) {
  .hide-on-small-screen {
    display: none !important;
  }
}
.container {
  padding-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 970px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.icon-big {
  font-size: 180px;
  color: #3a90ff;
}
@keyframes highlight-background {
  0% {
    background: #f6ff2e9c;
  }
}
.brain-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--ant-color-bg-base);
  z-index: 300;
}
.brain-loading-container {
  display: flex;
  align-items: center;
  min-height: 24em;
  justify-content: center;
  height: 80%;
}
.brain-loading-content {
  max-width: 50%;
  width: 375px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.brain-loading-content > * {
  margin: 1em 0;
}
.brain-loading-bar {
  height: 2px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--ant-color-border);
}
.brain-loading-bar:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 2px;
  background-color: var(--ant-color-text-secondary);
  animation: loading 1.5s ease infinite;
}
@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
.hover-effect-via-opacity {
  opacity: 0.9;
}
.hover-effect-via-opacity:hover {
  opacity: 1;
}
.link-in-progress {
  cursor: wait;
}
.nml-upload-zone-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.5em 0;
  background: var(--ant-color-bg-mask);
  text-align: center;
  z-index: 1000;
}
.nml-upload-zone-modal {
  position: relative;
  top: 100px;
  width: 400px;
  height: 250px;
  background: var(--ant-color-bg-container);
  border-radius: var(--ant-border-radius);
  margin: 0 auto;
}
.dataset-upload-dropzone {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-width: 2px;
  border-radius: 2px;
  border-color: var(--ant-color-border-secondary);
  border-style: dashed;
  background-color: var(--ant-color-bg-container);
  color: var(--ant-color-text);
  font-size: 16px;
  outline: none;
  transition: border 0.24s ease-in-out;
  cursor: pointer;
}
.dataset-upload-dropzone.dataset-upload-dropzone-active {
  border-color: var(--ant-color-border);
}
.dataset-upload-dropzone.dataset-upload-dropzone-accept {
  border-color: var(--ant-color-success-border);
}
.dataset-upload-dropzone.dataset-upload-dropzone-reject {
  border-color: var(--ant-color-error-border);
}
.transparent-background-on-hover:hover {
  background: transparent;
}
.crosslink-box {
  padding: 20px;
  margin: 20px;
  background: var(--ant-color-bg-container);
  box-shadow: var(--ant-box-shadow);
  border-radius: 3px;
}
.webknossos-welcome-toast {
  background-color: var(--color-wk-blue);
}
.webknossos-welcome-toast .logo {
  background: url(/assets/images/logo-icon-only.svg) 15px center no-repeat;
  filter: brightness(4);
  width: 74px;
  height: 45px;
  background-size: 45px 45px;
  display: inline-block;
}
.webknossos-welcome-toast .ant-notification-notice-message {
  padding-left: 40px;
  margin-top: 20px;
  margin-bottom: 30px !important;
  color: white !important;
  font-size: 24px;
}
.webknossos-welcome-toast .ant-notification-notice-description {
  font-size: 16px;
  line-height: 21px;
  color: white !important;
  margin-inline-start: 24px !important;
}
.webknossos-welcome-toast .ant-notification-notice-description p {
  margin-bottom: 30px;
  margin-inline-end: 60px;
}
.webknossos-welcome-toast .ant-notification-notice-description .drawing-welcome-guy {
  position: relative;
}
.webknossos-welcome-toast .ant-notification-notice-description .drawing-welcome-guy:before {
  width: 53px;
  height: 100px;
  display: block;
  position: absolute;
  top: -5px;
  right: 0px;
  content: " ";
  transform: translate(15%, -104%);
  background-image: url(/assets/images/drawings/waving-person.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.webknossos-welcome-toast .ant-notification-notice-description .ant-btn-background-ghost:hover {
  color: #bbb;
  border-color: #bbb;
}
.webknossos-welcome-toast .ant-notification-notice-close {
  color: white;
}
.no-borders input,
.no-borders button {
  border: transparent;
}
.voxelytics-view {
  min-width: 1300px;
}
.voxelytics-view .task-panel {
  height: calc(100vh - 100px);
  position: relative;
  display: flex;
  flex-direction: column;
}
.voxelytics-view .task-panel-name {
  color: #777;
  font-size: 0.9em;
  padding-left: 1em;
}
.voxelytics-view .task-panel-state {
  color: #777;
  font-size: 0.9em;
  padding-left: 1em;
}
.voxelytics-view .task-panel-state .ant-tag {
  margin-bottom: 0;
}
.voxelytics-view .task-panel-state .ant-tag-default {
  color: #888;
  border-color: #ddd;
}
.voxelytics-view .stats-table {
  text-align: right;
}
.voxelytics-view .stats-table tbody tr:nth-child(odd) {
  background-color: rgba(128, 128, 128, 0.1);
}
.voxelytics-view .stats-table td,
.voxelytics-view .stats-table th {
  padding: 8px;
}
.voxelytics-view .stats-table .stats-label {
  color: #aaa;
}
.voxelytics-view .log-tab {
  display: flex;
  flex-direction: column;
}
.voxelytics-view .log-tab .log-tab-header {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 8px;
}
.voxelytics-view .log-tab .log-tab-warning {
  font-size: 0.9em;
  color: #777;
  text-align: center;
}
.voxelytics-view .log-tab .log-content {
  position: relative;
  background-color: var(--ant-color-bg-container);
  width: 100%;
  height: 500px;
  overflow-y: auto;
}
.voxelytics-view .log-tab .log-line {
  position: relative;
  padding-left: 60px;
}
.voxelytics-view .log-tab .log-line .log-line-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  padding-right: 1em;
  font-family: "RobotoMono", Monaco, "Courier New", monospace;
  font-size: 12px;
  line-height: 19px;
  color: #666;
  text-align: right;
  user-select: none;
}
.voxelytics-view .log-tab .log-line code {
  display: block;
  width: calc(100% - 60px);
  font-family: "RobotoMono", Monaco, "Courier New", monospace;
  font-size: 12px;
  line-height: 19px;
  overflow-wrap: break-word;
  color: var(--ant-color-text);
}
.voxelytics-view .log-tab .log-line:hover {
  background-color: var(--ant-control-item-bg-hover);
}
.voxelytics-view .log-tab.log-tab-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: var(--ant-color-bg-base);
  padding-top: 8px;
}
.voxelytics-view .log-tab.log-tab-fullscreen .log-tab-header {
  padding-right: 8px;
}
.voxelytics-view .log-tab.log-tab-fullscreen .log-tab-content {
  height: unset;
  flex: 1;
}
.voxelytics-view .react-flow .react-flow__minimap {
  background-color: var(--ant-color-bg-container);
}
.voxelytics-view .react-flow .controls {
  flex-direction: column;
  display: flex;
  z-index: 1000;
  position: absolute;
  bottom: 25px;
  left: 0;
}
.voxelytics-view .react-flow .controls .ant-btn:not(:first-child) {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.voxelytics-view .react-flow .controls .ant-btn:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ReactModalPortal {
  position: absolute;
  z-index: 1001;
}
.folder-item {
  padding: 0 4px;
  border-radius: 2px;
  display: inline-block;
  flex-grow: 1;
}
.valid-drop-target {
  background-color: var(--ant-blue-4);
}
.highlight-folder-sidebar {
  background-color: var(--ant-table-row-selected-hover-bg);
}
.sidebar-label {
  color: var(--ant-color-text-secondary);
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.login-view {
  height: 100%;
  min-height: calc(100vh - var(--navbar-height));
  background: var(--background-blue-neurons);
}
.login-view .login-content {
  max-width: 600px;
  padding: 80px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .login-view .login-content {
    padding: 20px;
    margin: 20px;
  }
}
.login-view .login-content:before {
  width: 260px;
  height: 170px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  content: " ";
  transform: translate(-14%, -70%);
  background-image: url(/assets/images/drawings/login.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.ai-job-title {
  text-align: center;
  display: inherit;
}
.project-and-annotation-type-dropdown {
  width: 200px;
}
.task-annotation-view {
  width: 31%;
}
.organization-switch-menu > ul {
  max-height: calc(100vh - var(--navbar-height) - 200px) !important;
}
.time-tracking-details .ant-col {
  display: grid;
  align-content: center;
}
.time-tracking-details .ant-row {
  margin-left: 20px;
}
.global-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-wk-blue);
  transition: width 0.3s ease-in-out;
}
.hidden-global-progress-bar {
  width: 0 !important;
  transition: none !important;
}
.max-z-index {
  z-index: 10000000000;
}
.registration-form-checkboxes > div:first-of-type {
  margin-bottom: 0px;
}
.registration-form-checkboxes > div:last-of-type {
  margin-bottom: 15px;
}


/*# sourceMappingURL=main.css.b9814f18795ae9352b606d5416fb0b19.map*/