.libro-configuration-tree {
  height: 100%;
}
.libro-configuration-tree .libro-configuration-content {
  height: calc(100% - 48px);
}
.libro-configuration-site-card {
  padding: 30px;
  background: #ececec;
}

.libro-settings-modal {
  background-color: #fff !important;
}

/* stylelint-disable declaration-property-value-disallowed-list */
/* stylelint-disable selector-class-pattern */
*,
*::before,
*::after {
  box-sizing: border-box;
}
.libro-view {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--mana-libro-background);
}
.libro-view h1,
.libro-view h2,
.libro-view h3,
.libro-view h4,
.libro-view h5,
.libro-view h6 {
  color: inherit;
}
.libro-view h1 {
  font-size: 2em;
}
.libro-view h2 {
  font-size: 1.75em;
}
.libro-view h3 {
  font-size: 1.5em;
}
.libro-view h4 {
  font-size: 1.25em;
}
.libro-view h5 {
  font-size: 1.125em;
}
.libro-view h6 {
  font-size: 1em;
}
.libro-view:focus {
  border: 0;
}
.libro-view:focus-visible {
  outline: medium none invert;
  outline: initial;
}
.libro-view-content {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.libro-view-content .libro-dnd-list-container {
  height: 100%;
}
.libro-view-content .libro-dnd-list-container :global .ReactVirtualized__List {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.libro-view-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 44px;
  border-bottom: 1px solid var(--mana-libro-toptoolbar-border-color);
}
.libro-view-top .libro-header-left {
  width: 240px;
  flex-shrink: 0;
}
.libro-view-top .libro-header-left .mana-toolbar {
  justify-content: left;
}
.libro-view-top .libro-header-center .mana-toolbar {
  justify-content: flex-start;
}
.libro-view-top .libro-header-center,
.libro-view-top .libro-header-right {
  overflow: hidden;
}
.libro-view-top .libro-header-center .mana-toolbar .mana-toolbar-item,
.libro-view-top .libro-header-right .mana-toolbar .mana-toolbar-item {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  color: var(--mana-libro-toptoolbar-icon-color);
}
.libro-view-top .libro-header-center .mana-toolbar .mana-toolbar-item svg,
.libro-view-top .libro-header-right .mana-toolbar .mana-toolbar-item svg {
  fill: var(--mana-libro-toptoolbar-icon-color) !important;
}
.libro-view-top .libro-header-center .mana-toolbar .mana-toolbar-item .ant-select-selection-item,
.libro-view-top .libro-header-right .mana-toolbar .mana-toolbar-item .ant-select-selection-item {
  color: var(--mana-libro-toptoolbar-text-color);
  opacity: 0.65;
}
.libro-view-top .libro-header-center .mana-toolbar .mana-toolbar-item .ant-select-arrow,
.libro-view-top .libro-header-right .mana-toolbar .mana-toolbar-item .ant-select-arrow {
  color: var(--mana-libro-dropdown-icon-color);
}
.libro-view-top .libro-header-center .mana-toolbar .mana-toolbar-item:has(.libro-all-outputs-scroll-button),
.libro-view-top .libro-header-right .mana-toolbar .mana-toolbar-item:has(.libro-all-outputs-scroll-button) {
  padding: 0;
  padding: initial;
}
.libro-view-top .libro-header-center .mana-toolbar .mana-toolbar-item-disabled,
.libro-view-top .libro-header-right .mana-toolbar .mana-toolbar-item-disabled {
  color: var(--mana-libro-toptoolbar-disabled-icon-color);
  opacity: 1;
  opacity: initial;
}
.libro-view-top .libro-header-center .mana-toolbar .mana-toolbar-item-disabled g,
.libro-view-top .libro-header-right .mana-toolbar .mana-toolbar-item-disabled g {
  fill: var(--mana-libro-toptoolbar-disabled-icon-color) !important;
}
.libro-view-top .libro-header-center .mana-toolbar .mana-toolbar-item:hover,
.libro-view-top .libro-header-right .mana-toolbar .mana-toolbar-item:hover {
  background-color: var(--mana-list-hoverBackground);
  border-radius: 4px;
}
.libro-view-top .libro-header-right {
  color: inherit;
  flex: 0 0 auto;
}
.libro-view-top .libro-keybind-instructions-icon g {
  fill: var(--mana-libro-toptoolbar-icon-color) !important;
}
.libro-view-top .mana-toolbar-item > span {
  font-size: 18px;
  vertical-align: middle;
}
.libro-loading {
  position: absolute;
  top: 300px;
  left: 50%;
  z-index: 1000;
}
.ReactVirtualized__List .libro-dnd-cell-container {
  padding: 16px 16px 0 0;
}
.libro-dnd-cell-container {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 16px 8px 0;
}
.libro-dnd-cell-container:focus-visible {
  outline: medium none invert;
  outline: initial;
}
.libro-dnd-cell-container .libro-handle-style {
  position: absolute;
  top: 14px;
  left: 38px;
  display: none;
  cursor: move;
}
.libro-dnd-cell-container:hover .libro-handle-style {
  display: block;
}
.libro-dnd-cell-container.multi-selected {
  background-color: var(--mana-libro-cell-selected-bg-color);
}
.libro-dnd-cell-container.hidden {
  padding: 6px 16px 6px 0;
}
.libro-cell-collapsed-expander {
  margin-top: 5px;
  padding-left: 72px;
}
.libro-cell-collapsed-expander .libro-cell-expand-button {
  height: 24px;
  padding: 0 12px;
}
.libro-dnd-cell {
  position: relative;
  margin-right: 45px;
  margin-left: 72px;
  padding: 0;
  border: 1px solid var(--mana-libro-cell-border-color);
  border-radius: 4px;
}
.libro-dnd-cell:hover .libro-cell-input-collapser,
.libro-dnd-cell:hover .libro-cell-output-collapser,
.libro-dnd-cell:hover .libro-cell-collapser {
  background: var(--mana-libro-link-color);
  opacity: 0.4;
}
.libro-dnd-cell:hover.error .libro-cell-input-collapser,
.libro-dnd-cell:hover.error .libro-cell-output-collapser,
.libro-dnd-cell:hover.error .libro-cell-collapser {
  background: var(--mana-libro-error-color);
  opacity: 0.4;
}
.libro-dnd-cell :focus-visible {
  outline: medium none invert;
  outline: initial;
}
.libro-dnd-cell.active {
  border: 1px solid var(--mana-libro-cell-active-border-color);
  box-shadow: var(--mana-libro-cell-active-border-shadow-color) 0 0 0 2px;
}
.libro-dnd-cell.active .libro-cell-input-collapser,
.libro-dnd-cell.active .libro-cell-output-collapser,
.libro-dnd-cell.active .libro-cell-collapser {
  background: var(--mana-libro-link-color);
  opacity: 1;
}
.libro-dnd-cell.active.error .libro-cell-input-collapser,
.libro-dnd-cell.active.error .libro-cell-output-collapser,
.libro-dnd-cell.active.error .libro-cell-collapser {
  background: var(--mana-libro-error-color);
  opacity: 1;
}
.libro-dnd-cell.active.command-mode {
  border: 1px solid var(--mana-libro-cell-active-border-color);
  box-shadow: none;
  box-shadow: initial;
}
.libro-dnd-cell.active.command-mode.error,
.libro-dnd-cell.error {
  border: 1px solid var(--mana-libro-error-color);
  box-shadow: none;
  box-shadow: initial;
}
.libro-dnd-cell.active.edit-mode.error {
  border: 1px solid var(--mana-libro-error-color);
  box-shadow: rgba(237, 19, 69, 0.25) 0 0 0 2px;
}
.libro-dnd-cell.hidden {
  border: medium none currentColor;
  border: initial;
}
.libro-dnd-cell-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  border-radius: 6px;
  pointer-events: none;
}
.libro-dnd-multiple-selection-preview {
  position: relative;
}
.libro-dnd-active-selection {
  position: absolute;
  z-index: 1000;
  width: 700px;
  height: 40px;
  overflow: hidden;
  background-color: var(--mana-color-bg-container);
  border: 1px solid var(--mana-color-border);
}
.libro-dnd-cascading-multiple-selection {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 100;
  width: 700px;
  height: 40px;
  background-color: var(--mana-color-bg-container);
  border: 1px solid var(--mana-color-border);
}
.libro-cell-container {
  position: relative;
  background-color: var(--mana-color-bg-container);
  border-radius: 4px;
}
.libro-cell-container:focus-visible {
  outline: medium none invert;
  outline: initial;
}
.libro-cell-container.hidden {
  padding: 12px;
  color: #979797;
  font-weight: 500;
  font-size: 13px;
  font-family: Inter, sans-serif;
  text-align: center;
  border: 1px solid var(--mana-color-border);
}
.libro-cell-container.hidden a {
  color: #1468bc;
  text-decoration: none;
}
.libro-cell-container .ͼ1 .cm-completionIcon {
  width: 2.2em;
}
.libro-cell-container .ͼ1.cm-focused {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  outline: medium none invert;
  outline: initial;
}
.libro-cell-container .cm-scroller {
  border-top-left-radius: 4px;
}
.libro-cell-container .cm-scroller::-webkit-scrollbar {
  height: 0 !important;
  background-color: #f5f5f5;
}
.libro-cell-container .cm-scroller::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.libro-cell-container .cm-scroller::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d8d8d8;
}
.libro-cell-hidden {
  width: 984px;
  height: 24px;
  border-radius: 4px;
}
.libro-cell-hidden svg {
  position: absolute;
  left: 4px;
  color: #8c8c8c;
}
.libro-cell-hidden svg:hover {
  color: var(--mana-libro-link-color);
}
.libro-cell-input-collapser,
.libro-cell-output-collapser,
.libro-cell-collapser {
  position: absolute;
  left: -60px;
  width: 8px;
  height: 100%;
  background-color: transparent;
  border-radius: 1px 4px 4px 1px;
  transform: scaleX(-1);
}
.libro-cell-input-collapser {
  height: calc(100% - 5px);
}
.libro-cell-output-collapser {
  top: 3px;
  height: calc(100% - 3px);
}
.libro-input-hidden {
  width: 100%;
  height: 40px;
  background-color: var(--mana-libro-input-background);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.libro-input-hidden svg {
  position: absolute;
  top: 8px;
  left: 24px;
  color: #8c8c8c;
}
.libro-cell-output-hidden {
  width: 100%;
  height: 41px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top: 1px solid var(--mana-libro-code-border-color);
}
.libro-cell-output-hidden svg {
  position: absolute;
  top: 10px;
  left: 24px;
  color: #8c8c8c;
}
.libro-cell-top-toolbar {
  position: absolute;
  top: -6px;
  left: 0;
  background: var(--mana-color-bg-elevated);
  transform: translateY(-100%);
}
.libro-cell-top-toolbar .mana-toolbar {
  flex-direction: row;
  justify-content: left;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 1px, rgba(46, 47, 56, 0.05) 0 4px 16px;
}
.libro-cell-right-toolbar {
  position: absolute;
  top: 0;
  right: -44px;
  z-index: 100;
  background-color: var(--mana-libro-output-background);
  border: 1px solid var(--mana-libro-sidetoolbar-border-color);
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
}
.libro-cell-right-toolbar .mana-toolbar {
  flex-direction: column;
  padding: 0;
  padding-top: 2px !important;
}
.libro-cell-right-toolbar .mana-toolbar .mana-toolbar-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 28px;
  margin: 0;
  padding: 2px 6px;
  text-align: center;
}
.libro-cell-right-toolbar .mana-toolbar .mana-toolbar-item:hover {
  background-color: var(--mana-list-hoverBackground);
}
.libro-cell-right-toolbar .mana-toolbar .rc-tooltip-content {
  z-index: 1000;
}
.libro-cell-right-toolbar .mana-toolbar .mana-toolbar-inline-divider {
  width: auto;
  width: initial;
  height: 1px;
}
.libro-cell-right-toolbar svg {
  color: var(--mana-libro-sidetoolbar-icon-color);
}
.libro-cell-right-toolbar svg g {
  fill: var(--mana-libro-sidetoolbar-icon-color);
}
.libro-execute-tooltip-area {
  position: absolute;
  top: 4px;
  z-index: 90;
  min-width: 42px;
  white-space: pre-wrap;
  text-align: center;
  transform: translateX(-100%);
}
.libro-execute-tooltip-area .libro-execute-state-tip {
  padding-right: 8px;
  color: var(--mana-libro-execution-count-color);
  font-size: 11px;
  vertical-align: top;
  -webkit-user-select: none;
          user-select: none;
}
.libro-execute-tooltip-area .libro-execute-button {
  left: 50%;
  transform: translateX(-50%) scale(0.75);
}
.libro-markdown-collapser {
  position: absolute;
  top: 4px;
  left: -24px;
  z-index: 90;
  min-width: 24px;
  white-space: pre-wrap;
  text-align: center;
  cursor: pointer;
}
.libro-icon-collapse[fill] {
  color: rgba(56, 50, 50, 0.45);
}
.libro-drag-area {
  position: absolute;
  left: 20px;
  width: 52px;
  height: 100%;
  cursor: move;
}
.libro-drag-hoverline {
  position: absolute;
  top: -2px;
  left: 56px;
  z-index: 100;
  width: calc(100% - 70px);
  height: 4px;
  background-color: var(--mana-libro-drag-hover-line-color);
  border-radius: 2px;
}
.libro-view-content-left {
  position: relative;
  width: calc(100% - 20px);
  height: 100%;
}
.libro-cell-output-container {
  position: relative;
  background-color: var(--mana-libro-output-background);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.libro-cell-output-container.hidden {
  padding: 12px;
  color: var(--mana-text-tertiary);
  font-weight: 500;
  font-size: 13px;
  font-family: Inter, sans-serif;
  text-align: center;
}
.libro-cell-output-container.hidden a {
  color: #1468bc;
  text-decoration: none;
}
.libro-cell-output-scroll {
  display: none;
}
.libro-dnd-cell-container:hover .libro-cell-output-scroll {
  display: block;
}
.libro-output-area {
  padding-top: 12px;
}
.libro-cell-output-content.scrolled .libro-output-area {
  max-height: 312px;
  overflow-y: auto;
}
.libro-cell-output-content:has(.libro-output-area),
.libro-cell-output-content:has(.libro-cell-bottom-blank) {
  border-top: 1px solid var(--mana-libro-code-border-color);
}
.libro-cell-output-scroll-button {
  position: absolute;
  top: 4px;
  left: -26px;
  display: flex;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.libro-cell-output-scroll-button :hover {
  background-color: var(--mana-list-hoverBackground);
}
.libro-cell-output-scroll-button svg {
  color: var(--mana-libro-toptoolbar-icon-color);
}
.libro-all-outputs-scroll-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 4px;
}
.libro-all-outputs-scroll-button.active {
  background-color: var(--mana-list-hoverBackground);
}
.libro-view-add-cell-toolbar {
  position: relative;
  width: 100%;
  height: 49px;
}
.libro-view-content-right {
  flex: 1 1;
  margin-left: 40px;
  height: calc(100% - 40px);
}
.libro-totop-button {
  position: fixed;
  right: 32px;
  bottom: 48px;
  width: 44px;
  height: 44px;
}
.libro-totop-button .ant-btn.ant-btn-icon-only {
  width: 44px;
  height: 44px;
  background-color: var(--mana-color-bg-container);
  box-shadow: 0 3px 6px -4px rgba(0, 10, 26, 0.12), 0 6px 16px 0 rgba(0, 10, 26, 0.08), 0 9px 28px 8px rgba(0, 10, 26, 0.05);
}
.libro-totop-button svg {
  color: #6982a9;
  font-size: 22px;
}
.libro-side-toolbar-menu {
  width: 100%;
}
.libro-side-toolbar-menu .libro-toolbar-menu-inlines {
  width: 100%;
}
.libro-side-toolbar-menu .mana-menu-item button {
  display: block;
  padding: 0 12px;
}
.libro-side-toolbar-menu .mana-menu-item button .mana-menu-item-icon {
  display: none;
}
.libro-side-toolbar-menu .mana-menu-item-active > .mana-menu-item-button,
.libro-side-toolbar-menu .mana-menu-item:hover > .mana-menu-item-button {
  background: var(--mana-libro-menu-hover-color);
}
.libro-side-toolbar-menu .mana-menu-item-divider {
  margin: 0;
  margin: initial;
}
.libro-side-toolbar-menu .mana-menu-item-button {
  height: 32px;
}
.libro-popover-side-toolbar-menu .ant-popover-arrow {
  display: none;
}
.libro-popover-side-toolbar-menu .ant-popover-inner {
  position: absolute;
  top: -2px;
  right: -4px;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: var(--mana-libro-popover-background-color) !important;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.libro-popover-side-toolbar-menu .ant-popover-inner .mana-menu-item-text {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-right: initial;
}
.libro-popover-side-toolbar-menu .ant-popover-inner .ant-popover-inner-content {
  width: auto !important;
  width: initial !important;
  padding: 4px 0;
}
.libro-side-toolbar-run-select-menu .ant-popover-content {
  width: 320px;
  height: 105px;
}
.libro-side-toolbar-more-select-menu .ant-popover-content {
  width: 168px;
  height: 169px;
}
.libro-menu-item-label {
  color: var(--mana-libro-toolbar-menu-label-color);
  font-weight: 400;
  font-size: 14px;
  font-family: PingFangSC;
}
.libro-menu-item-keybind {
  position: absolute;
  right: 0;
  bottom: 1px;
  color: var(--mana-libro-toolbar-menu-keybind-color);
  font-weight: 400;
  font-size: 12px;
  font-family: PingFangSC;
  line-height: 18px;
  text-align: right;
}
.libro-tooltip {
  text-align: center;
}
.libro-side-tooltip {
  text-align: center;
}
.libro-tooltip-text {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  font-family: PingFangSC;
  line-height: 22px;
}
.libro-tooltip-keybind {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  font-family: PingFangSC;
  line-height: 16px;
  opacity: 0.65;
}

.virtual_list_container {
  height: 100%;
  width: 100%;
}
.libro-dnd-cells-container {
  padding-top: 8px;
}

.libro-hide-selector-menu .ant-dropdown-menu {
  background-color: var(--mana-libro-popover-background-color);
}
.libro-hide-selector-menu .ant-dropdown-menu-item {
  color: var(--mana-libro-toolbar-menu-label-color);
}
.libro-hide-selector-menu .ant-dropdown-menu-item-disabled {
  color: var(--mana-libro-toolbar-menu-disabled-label-color) !important;
}
.libro-hide-selector-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover,
.libro-hide-selector-menu .ant-dropdown-menu-item:hover {
  background-color: var(--mana-libro-menu-hover-color);
}
.libro-cell-selector {
  background-color: var(--mana-libro-popover-background-color) !important;
}
.libro-cell-selector .ant-select-item-option-selected:not( .ant-select-item-option-disabled),
.libro-cell-selector .ant-select-item-option-active:not( .ant-select-item-option-disabled) {
  background-color: var(--mana-libro-menu-hover-color) !important;
}
.libro-cell-selector .ant-select-item-option-content {
  color: var(--mana-libro-toolbar-menu-label-color);
}
.libro-restart-kernel-modal .ant-modal-content,
.libro-shut-down-kernel-modal .ant-modal-content {
  background-color: var(--mana-libro-popover-background-color) !important;
}
.libro-restart-kernel-modal .ant-modal-header,
.libro-shut-down-kernel-modal .ant-modal-header {
  background: var(--mana-libro-popover-background-color);
  border-color: var(--mana-libro-table-bottom-border-color);
}
.libro-restart-kernel-modal .ant-modal-title,
.libro-shut-down-kernel-modal .ant-modal-title {
  color: var(--mana-libro-modal-title-color);
}
.libro-restart-kernel-modal .ant-modal-body,
.libro-shut-down-kernel-modal .ant-modal-body {
  color: var(--mana-libro-modal-content-color);
}
.libro-restart-kernel-modal .ant-modal-footer,
.libro-shut-down-kernel-modal .ant-modal-footer {
  border-color: var(--mana-libro-table-bottom-border-color);
}
.libro-restart-kernel-modal .ant-btn-primary,
.libro-shut-down-kernel-modal .ant-btn-primary {
  background: var(--mana-libro-btn-primary-background-color);
}
.libro-restart-kernel-modal .ant-modal-close,
.libro-shut-down-kernel-modal .ant-modal-close {
  color: var(--mana-libro-close-color);
}

/* stylelint-disable declaration-property-value-disallowed-list */
.default-add-cell-container {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 90px;
  padding-bottom: 30px;
  margin: 0 72px;
}
.default-add-cell-container .libro-add-cell-container-item {
  margin-right: 16px;
  padding-left: 12px;
  border-radius: 6px;
  font-family: PingFangSC;
  font-weight: 400;
  font-size: 14px;
  background: var(--mana-libro-bottom-btn-background-color) !important;
  border-color: var(--mana-libro-bottom-btn-border-color) !important;
  line-height: 22px;
}
.default-add-cell-container .libro-add-cell-container-item .libro-add-cell-icon {
  display: flex;
  color: var(--mana-libro-bottom-btn-icon-color) !important;
}
.default-add-cell-container .libro-add-cell-container-item span:not(.libro-add-cell-icon) {
  color: var(--mana-libro-bottom-btn-text-color);
}
.default-add-cell-container .libro-add-cell-container-item path {
  height: 9.8px;
  width: 9.4px;
}

.libro-add-between-cell {
  position: relative;
}
.libro-add-between-cell .ant-popover-arrow {
  display: none;
}
.libro-add-between-cell .ant-popover {
  padding: 0;
  max-width: none;
  max-width: initial;
}
.libro-add-between-cell .ant-popover-inner {
  border-radius: 8px;
  background-color: var(--mana-libro-add-between-popover-background-color);
  padding: 0;
}
.libro-add-between-cell .ant-popover-inner-content {
  padding: 0;
  width: auto;
  width: initial;
  max-width: none;
  max-width: initial;
}
.libro-add-between-cell .libro-add-cell-menu {
  z-index: 1000;
}
.libro-add-between-cell .ant-menu {
  border-radius: 8px !important;
  background-color: var(--mana-libro-add-between-popover-background-color) !important;
}
.libro-add-between-cell .ant-menu-vertical {
  border-right: 0 !important;
  border-right: initial !important;
}
.libro-add-between-cell .ant-menu-item {
  height: 32px !important;
  line-height: 32px !important;
}
.libro-add-between-cell .ant-menu-item:hover {
  background-color: var(--mana-libro-add-between-hover-color) !important;
}
.libro-add-between-cell .ant-menu-title-content {
  color: var(--mana-libro-add-between-menu-label-color);
}
.libro-add-between-cell .ant-menu-item-selected {
  background-color: var(--mana-libro-add-between-hover-color) !important;
}
.libro-cell-divider {
  width: 100%;
  height: 4px;
  background-color: var(--mana-libro-add-between-divider-color);
  border-radius: 2px;
  pointer-events: none;
}
.libro-add-between-cell-icon {
  z-index: 20;
  margin-right: 10px;
  margin-left: 30px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}
.libro-add-between-cell-icon svg {
  color: var(--mana-libro-add-between-icon-color);
}
.libro-add-between-cell-icon svg:hover {
  color: var(--mana-libro-add-between-icon-hover-color);
}
.libro-add-between-cell-area {
  position: absolute;
  top: -16px;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  height: 16px;
  cursor: pointer;
}
.libro-add-between-cell-tooltip .ant-tooltip-inner {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  border-radius: 6px;
}
.libro-add-between-cell-anchor:focus {
  outline: none;
  cursor: pointer;
}
.ReactVirtualized__List .libro-add-between-cell-area {
  width: calc(100% - 45px);
}

.libro-cell-execution-tip {
  position: absolute;
  top: -15px;
  left: 40px;
  z-index: 10;
  width: calc(100% - 50px);
  max-width: 400px;
  height: 30px;
  background-color: transparent;
}
.libro-cell-execution-tip > svg,
.libro-cell-execution-tip > span {
  margin-top: 7px;
  margin-left: 8px;
}
.libro-cell-execution-tip > svg {
  position: absolute;
  color: var(--mana-libro-execution-tip-success-color);
}
.libro-cell-execution-tip p {
  margin: 0;
  width: calc(100% - 56px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  top: 4px;
  left: 26px;
  color: var(--mana-libro-tip-font-color) !important;
  font-weight: 400;
  font-size: 12px;
  font-family: 'AlibabaPuHuiTi_2_55_Regular';
  line-height: 20px;
}
.libro-cell-bottom-blank {
  height: 20px;
  border-radius: 4px;
  background: var(--mana-libro-output-background);
}
.libro-cell-bottom-blank > div {
  margin: 0;
}
.libro-cell-execution-tip-hide-output {
  position: absolute;
  bottom: -15px;
  left: 40px;
  z-index: 1000;
  width: 30px;
  height: 30px;
}
.libro-cell-execution-tip-hide-output > svg,
.libro-cell-execution-tip-hide-output > span {
  margin-top: 7px;
  margin-left: 8px;
}
.libro-cell-execution-tip-hide-output > svg {
  position: absolute;
  color: var(--mana-libro-execution-tip-success-color);
}
.libro-cell-execution-tip-border {
  position: absolute;
  background: var(--mana-libro-output-background);
  width: 100%;
  height: 16px;
  border: 1px solid var(--mana-libro-code-border-color);
  border-bottom: 0;
  border-bottom: initial;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

/* stylelint-disable declaration-property-value-disallowed-list */
.libro-keybind-instructions-command-search .ant-input-group-wrapper {
  background-color: var(--mana-libro-filtered-background-color) !important;
  border-radius: 6px;
}
.libro-keybind-instructions-command-search .ant-input-group-wrapper .ant-input {
  color: var(--mana-libro-drawer-title-color);
}
.libro-keybind-instructions-command-search .ant-input-group-wrapper .ant-input::placeholder {
  color: var(--mana-libro-keybind-tag-text-color);
}
.libro-keybind-instructions-command-search .ant-input-group-addon {
  background: transparent;
}
.libro-keybind-instructions-command-search .ant-input-search-button {
  background: transparent;
  border: none;
}
.libro-keybind-instructions-drawer {
  background: var(--mana-libro-popover-background-color) !important;
}
.libro-keybind-instructions-drawer .ant-drawer-content-wrapper {
  box-shadow: 0 0 16px -8px rgba(0, 0, 0, 0.08), 0 0 28px 0 rgba(0, 0, 0, 0.05), 0 0 48px 16px rgba(0, 0, 0, 0.03) !important;
}
.libro-keybind-instructions-drawer .ant-segmented {
  width: 282px;
  margin-bottom: 12px;
  background-color: var(--mana-libro-drawer-segmented-background-color);
}
.libro-keybind-instructions-drawer .ant-segmented:hover {
  background: var(--mana-libro-filtered-background-color) !important;
}
.libro-keybind-instructions-drawer .ant-segmented-item {
  width: 138px;
}
.libro-keybind-instructions-drawer .ant-segmented-item-label {
  font-size: 12px;
  line-height: 24px;
  min-height: 24px;
  color: var(--mana-libro-drawer-segmented-color);
}
.libro-keybind-instructions-drawer .ant-segmented-item-selected {
  background-color: var(--mana-libro-drawer-segmented-select-background-color);
}
.libro-keybind-instructions-drawer .ant-segmented-item-selected .ant-segmented-item-label {
  font-size: 12px;
  line-height: 24px;
  min-height: 24px;
  color: var(--mana-libro-drawer-segmented-select-color);
}
.libro-keybind-instructions-drawer .ant-drawer-mask {
  opacity: 0;
}
.libro-keybind-instructions-drawer .ant-drawer-close {
  color: var(--mana-libro-drawer-close-color);
}
.libro-keybind-instructions-drawer .ant-drawer-body {
  padding-top: 0;
}
.libro-keybind-instructions-drawer .ant-drawer-close:hover {
  color: var(--mana-libro-drawer-close-color);
}
.libro-keybind-instructions-drawer .ant-drawer-title {
  color: var(--mana-libro-drawer-title-color);
}
.libro-keybind-instructions-drawer .ant-input-search-button {
  color: var(--mana-libro-filtered-text-color) !important;
}
.libro-keybind-instructions-drawer .ant-drawer-header {
  border-bottom: 1px solid var(--mana-libro-filtered-border-color);
}
.libro-keybind-instructions-drawer .ant-btn:hover,
.libro-keybind-instructions-drawer .ant-btn:focus,
.libro-keybind-instructions-drawer .ant-btn:active {
  background: var(--mana-libro-btn-hover-color) !important;
}
.libro-keybind-instructions-drawer .ant-input {
  color: var(--mana-libro-drawer-title-color);
}
.libro-keybind-instructions-table {
  height: calc(100% - 92px) !important;
  margin-top: 16px;
  overflow-y: auto !important;
}
.libro-keybind-instructions-table .ant-table,
.libro-magic-table .ant-table {
  background: var(--mana-libro-popover-background-color);
}
.libro-keybind-instructions-icon {
  width: 18px;
  line-height: 22px;
}
.libro-edit-mode-keybind-instructions-table {
  margin-top: 24px;
}
.libro-command-mode-keybind-instructions-table tbody .anticon svg,
.libro-edit-mode-keybind-instructions-table tbody .anticon svg {
  font-size: 12px;
}
.libro-command-mode-keybind-instructions-table thead > tr > th:nth-child(2),
.libro-edit-mode-keybind-instructions-table thead > tr > th:nth-child(2) {
  padding-right: 8px;
}
.libro-command-mode-keybind-instructions-table thead > tr > th:nth-child(2),
.libro-edit-mode-keybind-instructions-table thead > tr > th:nth-child(2),
.libro-command-mode-keybind-instructions-table tbody > tr > td:nth-child(2),
.libro-edit-mode-keybind-instructions-table tbody > tr > td:nth-child(2) {
  text-align: end;
}
.libro-command-mode-keybind-instructions-table .ant-tag,
.libro-edit-mode-keybind-instructions-table .ant-tag {
  display: inline;
  color: var(--mana-libro-keybind-tag-text-color);
  font-weight: 400;
  font-size: 10px;
  font-family: SFProText;
  line-height: 12px;
  letter-spacing: 0;
  background-color: var(--mana-libro-keybind-tag-background-color);
  border: none;
  border-radius: 2px;
}
.libro-keybind-search-match {
  color: rgba(0, 10, 26, 0.89);
  background-color: var(--mana-libro-search-match-background-color);
}
.libro-command-mode-keybind-instructions-table .ant-table-thead > tr > th,
.libro-edit-mode-keybind-instructions-table .ant-table-thead > tr > th,
.libro-magic-table .ant-table-thead > tr > th {
  background: var(--mana-libro-popover-background-color);
  color: var(--mana-libro-table-title-color);
}
.libro-command-mode-keybind-instructions-table .ant-table-tbody > tr.ant-table-row:hover > td,
.libro-edit-mode-keybind-instructions-table .ant-table-tbody > tr.ant-table-row:hover > td,
.libro-magic-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background: var(--mana-libro-btn-hover-color) !important;
}
.libro-command-mode-keybind-instructions-table .ant-table-tbody > tr > td,
.libro-edit-mode-keybind-instructions-table .ant-table-tbody > tr > td,
.libro-magic-table .ant-table-tbody > tr > td,
.libro-command-mode-keybind-instructions-table .ant-table-thead > tr > th,
.libro-edit-mode-keybind-instructions-table .ant-table-thead > tr > th,
.libro-magic-table .ant-table-thead > tr > th {
  border-bottom: 1px solid var(--mana-libro-table-border-color) !important;
}
.libro-command-mode-keybind-instructions-table thead tr th,
.libro-edit-mode-keybind-instructions-table thead tr th,
.libro-magic-table thead tr th {
  height: 30px;
  font-weight: 600;
  font-size: 14px;
  font-family: PingFangSC;
  font-style: semibold;
}
.libro-command-mode-keybind-instructions-table tbody > tr > td,
.libro-edit-mode-keybind-instructions-table tbody > tr > td,
.libro-magic-table tbody > tr > td {
  height: 33px;
  color: var(--mana-libro-table-title-color);
  font-weight: 400;
  font-size: 10px;
  font-family: PingFangSC;
  font-style: regular;
  line-height: 14px;
}
.libro-command-mode-keybind-instructions-table .ant-table-thead > tr > th,
.libro-edit-mode-keybind-instructions-table .ant-table-thead > tr > th,
.libro-magic-table .ant-table-thead > tr > th,
.libro-command-mode-keybind-instructions-table .ant-table-tbody > tr > td,
.libro-edit-mode-keybind-instructions-table .ant-table-tbody > tr > td,
.libro-magic-table .ant-table-tbody > tr > td,
.libro-command-mode-keybind-instructions-table .ant-table tfoot > tr > th,
.libro-edit-mode-keybind-instructions-table .ant-table tfoot > tr > th,
.libro-magic-table .ant-table tfoot > tr > th,
.libro-command-mode-keybind-instructions-table .ant-table tfoot > tr > td,
.libro-edit-mode-keybind-instructions-table .ant-table tfoot > tr > td,
.libro-magic-table .ant-table tfoot > tr > td {
  padding: 0;
}
.libro-command-mode-keybind-instructions-table .ant-table-cell .ant-table-cell-scrollbar,
.libro-edit-mode-keybind-instructions-table .ant-table-cell .ant-table-cell-scrollbar,
.libro-magic-table .ant-table-cell .ant-table-cell-scrollbar {
  border-bottom: 0 !important;
  border-bottom: initial !important;
}

.libro-create-file-type {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 24px;
  height: 100px;
  width: 100px;
  border: 1px solid var(--mana-libro-file-type-border);
  border-radius: 4px;
  cursor: pointer;
}
.libro-create-file-type.active {
  border: 1px solid #1677ff;
  background-color: rgba(22, 122, 255, 0.09);
}
.libro-create-file-type.active::before {
  content: '';
  position: absolute;
  top: 2px;
  right: 18px;
  height: 0;
  width: 0;
  border-top: 12px solid #1677ff;
  border-left: 12px solid transparent;
}
.libro-create-file-modal .ant-modal-content,
.libro-create-dir-modal .ant-modal-content,
.libro-rename-file-modal .ant-modal-content {
  padding: 0;
  padding: initial;
}
.libro-create-file-modal .ant-modal-body,
.libro-create-dir-modal .ant-modal-body,
.libro-rename-file-modal .ant-modal-body {
  padding: 20px 24px;
}
.libro-create-file-modal .ant-modal-header,
.libro-create-dir-modal .ant-modal-header,
.libro-rename-file-modal .ant-modal-header {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(0, 10, 26, 0.07);
  margin: 0;
  margin: initial;
}
.libro-create-file-modal .ant-modal-footer,
.libro-create-dir-modal .ant-modal-footer,
.libro-rename-file-modal .ant-modal-footer {
  margin: 0;
  margin: initial;
  padding: 10px 24px;
  border-top: 1px solid rgba(0, 10, 26, 0.07);
}
.libro-create-file-modal .ant-modal-title,
.libro-create-dir-modal .ant-modal-title,
.libro-rename-file-modal .ant-modal-title {
  font-weight: 500;
}
.libro-remove-file-modal .ant-modal-confirm-title {
  font-weight: 500;
}
.libro-create-file-modal .ant-form-item-control-input {
  width: 370px;
}
.libro-create-dir-modal .ant-form-item-control-input,
.libro-rename-file-modal .ant-form-item-control-input {
  width: 316px;
}
.libro-create-file-path-container {
  margin-bottom: 8px;
}
.libro-create-file-des {
  margin-bottom: 8px;
  display: inline-block;
  color: var(--mana-libro-file-label-text);
  letter-spacing: 0;
  line-height: 22px;
}
.libro-create-file-path {
  color: var(--mana-libro-file-text);
}
.libro-create-file-type-text {
  margin-top: 8px;
  color: var(--mana-libro-file-text);
}

.libro-jupyter-file-tree-content {
  height: calc(100% - 48px);
}

/* stylelint-disable no-duplicate-selectors */
/* Base styles */
.libro-plotly-render {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}
/* Document styles */
.libro-plotly-render {
  overflow: hidden;
}
/* Output styles */
.libro-plotly-render {
  min-height: 360px;
}
/* Document icon */
.libro-PlotlyIcon {
  background-image: url(/static/media/plotly.b143f414a67942332fbb.svg);
}

/* stylelint-disable declaration-property-value-disallowed-list */
/* stylelint-disable color-function-notation */
.kernel-status {
  width: 140px;
}
.kernel-status .ant-badge-status-dot {
  width: 10px;
  height: 10px;
}
.container-and-service-status-step > div:first-child {
  height: 70px;
}
.container-and-service-status-step .libro-kernel-badge :first-child {
  width: 9px;
  height: 9px;
  border: 1px solid var(--mana-libro-kernel-badge-border-color);
}
.libro-tooltip-placement-bottom,
.libro-tooltip-placement-right {
  opacity: 0.9;
}
.libro-tooltip-placement-bottom > div > div:nth-child(2),
.libro-tooltip-placement-right > div > div:nth-child(2) {
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #373737;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  min-height: 34px;
}
.libro-kernel-and-container-status {
  font-family: PingFangSC, 'Helvetica Neue', helvetica, arial, sans-serif;
}
.libro-kernel-and-container-status .libro-kernel-status-and-selector .kernel {
  color: var(--mana-libro-kernel-text);
}
.libro-kernel-and-container-status .libro-kernel-status-and-selector .ant-space-item {
  color: var(--mana-libro-kernel-select-text);
}
.libro-kernel-and-container-status .libro-kernel-status-and-selector .ant-space-item > span {
  transform: translate(-5px, 2px);
  color: var(--mana-libro-dropdown-icon-color);
}
.libro-kernel-and-container-status .libro-kernel-status-and-selector .libro-kernel-badge {
  padding-left: 8px;
}
.libro-kernel-and-container-status .libro-kernel-status-and-selector .libro-kernel-badge :first-child {
  width: 9px;
  height: 9px;
  border: 1px solid var(--mana-libro-kernel-badge-border-color);
}
.libro-kernel-and-container-status .libro-kernel-status-and-selector .libro-kernel-badge :nth-child(2) {
  color: var(--mana-libro-kernel-status-text);
  opacity: var(--mana-libro-kernel-text-opacity);
}
.libro-kernel-and-container-status .libro-kernel-status-and-selector .libro-kernel-status-checker {
  margin-left: 8px;
  color: var(--mana-libro-kernel-status-text);
}
.libro-kernel-and-container-status .libro-container-and-service-status .loading-icon {
  color: #1890ff;
}
.libro-kernel-and-container-status .libro-container-and-service-status .failed-icon {
  color: #ff4d4f;
}
.libro-kernel-and-container-status .libro-container-and-service-status .kernel-prepare-failed {
  padding: 0 16px 0 10px;
}
.libro-kernel-and-container-status .libro-container-and-service-status .container-log-view-slot {
  display: inline;
}
.libro-kernel-and-container-status .libro-container-and-service-status .container-log-view-slot > div:first-child {
  display: inline;
}
.libro-kernel-and-container-status .libro-container-and-service-status .no-kernel {
  padding: 0 16px 0 10px;
  color: var(--mana-libro-kernel-text);
}
.libro-kernel-and-container-status .libro-container-and-service-status .status-category {
  padding-right: 8px;
}
.libro-popover-kernel-status .ant-popover-inner {
  background-color: var(--mana-libro-jupyter-kernel-status-background-color);
}
.libro-popover-kernel-status .ant-popover-arrow-content::before {
  background: var(--mana-libro-jupyter-kernel-status-background-color);
}
.libro-popover-kernel-status .ant-steps-item-title {
  color: var(--mana-libro-jupyter-kernel-status-title-color) !important;
}
.libro-popover-kernel-status .ant-steps-item-icon {
  background-color: transparent !important;
}
.libro-popover-kernel-status .ant-steps-item-description .ant-badge-status-text {
  color: var(--mana-libro-jupyter-kernel-status-step-description-color) !important;
}
.libro-popover-kernel-status .ant-steps-item-active .ant-steps-item-title {
  color: var(--mana-libro-jupyter-kernel-status-active-step-title-color) !important;
}
.libro-popover-kernel-status .ant-steps-item-active .ant-steps-item-icon {
  background-color: var(--mana-libro-jupyter-kernel-status-step-active-background-color) !important;
}
.libro-popover-kernel-status .ant-steps-item-active .ant-steps-item-icon span {
  color: white !important;
}
.libro-run-menu-container {
  width: 330px;
  background-color: var(--mana-libro-popover-background-color) !important;
}
.libro-run-menu-container .ant-dropdown-menu-item:hover {
  background-color: var(--mana-libro-menu-hover-color) !important;
}
.libro-run-menu-container > li > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.libro-run-menu-container > li > span .libro-run-menu-label {
  font-family: PingFangSC;
  font-weight: 400;
  font-size: 14px;
  color: var(--mana-libro-toolbar-menu-label-color);
}
.libro-run-menu-container > li > span .libro-run-menu-keybind {
  margin-left: auto;
  font-family: PingFangSC;
  font-weight: 400;
  font-size: 12px;
  color: var(--mana-libro-toolbar-menu-keybind-color);
  text-align: right;
  line-height: 18px;
}
.libro-kernel-dropdown .ant-dropdown-menu {
  background-color: var(--mana-libro-popover-background-color);
}
.libro-kernel-dropdown .ant-dropdown-menu-item-group-title {
  color: var(--mana-libro-jupyter-kernel-status-title-color) !important;
}
.libro-kernel-dropdown .ant-dropdown-menu-title-content {
  color: var(--mana-libro-jupyter-kernel-status-menu-color);
}
.libro-kernel-dropdown .ant-dropdown-menu-item:hover {
  background-color: var(--mana-libro-menu-hover-color);
}

.libro-widget-render {
  margin: 10px 24px;
}
.libro-widget-render:empty {
  margin: 0;
  margin: initial;
}

.libro-widget-hbox {
  display: flex;
}


/*# sourceMappingURL=7618.5afffffa.css.map*/