.textEditor-toolbar-overlay___MMoCx .type-name {
  margin-left: 10px;
}

.img-align-box___r4rt6 {
  padding: 2px 0;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-shadow: 2px 2px 5px #e8e8e8;
  z-index: 2;
}
.img-align-box___r4rt6 .ant-btn {
  border: 0;
  box-shadow: none;
  background: none;
}
.img-align-box___r4rt6 .zoom-select {
  width: 90px;
  text-align: center;
  color: #000000a6;
}
.img-align-box___r4rt6 .zoom-select .ant-select-selector {
  padding: 0 8px !important;
}
.img-align-box___r4rt6 .zoom-select .ant-select-arrow {
  font-size: 12px;
  color: #000000a6;
}
.link-modal-box___FJZxM {
  padding: 2px 8px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-shadow: 2px 2px 5px #e8e8e8;
}
.link-modal-box___FJZxM a {
  margin-right: 8px;
}
.link-modal-box___FJZxM .ant-btn {
  border: 0;
  box-shadow: none;
  background: none;
  padding: 0;
}
.link-modal-box___FJZxM .ant-input {
  width: 160px;
  border: none;
  margin-right: 6px;
}

.czi-table-grid-size-editor {
  background: #fff;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.czi-table-grid-size-editor-body {
  position: relative;
}
.table-grid-size-editor-cell {
  border: solid 1px #ccc;
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
}
.table-grid-size-editor-cell.selected {
  background: rgba(152, 204, 253, 0.4);
  border-color: rgba(152, 204, 253, 0.8);
}
.czi-table-grid-size-editor-footer {
  height: 30px;
  line-height: 30px;
  padding-bottom: 5px;
  text-align: center;
}

.table-menu___d0SH7 {
  font-size: 13px;
  border: 1px solid #f0f0f0;
}
.table-menu___d0SH7 .ant-menu-submenu > .ant-menu-submenu-title,
.table-menu___d0SH7 .ant-menu-item {
  height: 30px;
  line-height: 30px;
  margin: 0;
}

.editor-toolbar {
  display: flex;
  justify-content: space-between;
  border: 1px solid #f0f0f0;
  padding: 0.65rem;
  background-color: white;
  z-index: 11;
}
.editor-toolbar.sticky {
  top: -1px;
  position: sticky;
}
.editor-toolbar.sticky.sticky-active {
  box-shadow: 0 8px 6px -6px lightgray;
}
.editor-toolbar .toolbar-button {
  cursor: pointer;
  padding: 3px 5px;
}
.editor-toolbar .toolbar-button svg:hover, .editor-toolbar .toolbar-button svg.active {
  color: #0050b3;
}
.editor-toolbar .toolbar-button svg.disable {
  color: #cecece;
}
.editor-toolbar .toolbar-button span.active {
  color: #0050b3;
}
.editor-toolbar .toolbar-button .background-icon {
  font-size: 12px;
  background-color: #cecece;
  padding: 1px 2px;
}
.editor-toolbar .toolbar-button .color-icon {
  font-size: 12px;
  display: inline-flex;
  flex-direction: column;
}
.editor-toolbar .toolbar-button .color-icon span {
  margin-top: 1px;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #cecece;
}
.editor-toolbar .toolbar-button .heading-select {
  color: #000000a6;
}
.editor-toolbar .toolbar-button .heading-select .ant-select-arrow {
  font-size: 12px;
  color: #000000a6;
}
.editor-toolbar .toolbar-button .heading-select .ant-select-arrow > span {
  display: flex;
  flex-direction: column;
}
.editor-toolbar .toolbar-button .heading-select .ant-select-arrow .icon-down {
  margin-top: -4px;
}
.color-popover .ant-popover-inner-content {
  padding: 4px;
}
.color-popover .github-picker {
  border: none;
  box-shadow: none;
}
.color-popover .github-picker > div {
  display: none;
}
.compactpicker_color {
  width: 260px !important;
}

html {
  height: 100%;
}
html body {
  height: 100%;
}
.property-label-subtitle {
  opacity: 0.5;
  transform: scale(0.7);
  transform-origin: left;
}
.editor-toolbar {
  border-radius: 5px 5px 0 0;
}
.ProseMirror-container {
  border-radius: 0 0 5px 5px;
}
.add-info-style {
  color: #94a3b8;
  font-size: 12px;
  cursor: default;
  border-bottom: 1px dotted #94a3b8;
}
.submenu-status-title {
  font-size: 12px;
  color: #00000073;
  margin-left: 5px;
}
.ant-select-multiple .ant-select-selection-item-remove {
  display: inline-flex !important;
  align-items: center;
}
.ant-btn {
  border-radius: 5px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child), .ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child), .ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ant-badge-count {
  min-width: 15px !important;
  height: 15px !important;
  line-height: 15px !important;
  font-size: 12px;
  color: #ffffff !important;
  background: #217eb2 !important;
  border: none;
  box-shadow: none;
  border-radius: 2px !important;
}
.ant-input {
  border-radius: 5px;
}
.ant-select-selector {
  border-radius: 5px !important;
}
.ant-select-dropdown {
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.14);
}
.ant-menu-submenu > .ant-menu {
  border-radius: 5px;
}
.ant-dropdown-menu {
  border-radius: 5px !important;
  box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.14) !important;
}
:where(.css-dev-only-do-not-override-mxhywb).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover {
  background-color: #e6f4ff !important;
}
.tool-bar-menu {
  border-radius: 5px !important;
  box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.14) !important;
  padding: 4px 8px !important;
}
.tool-bar-menu .ant-btn:hover {
  background-color: #94cdff !important;
  box-shadow: 0px 3px 6px rgba(99, 99, 99, 0.16) !important;
  border-radius: 5px !important;
}
.ant-popover-inner {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.14);
}
.ant-tag {
  border-radius: 4px;
}
.ant-picker {
  border-radius: 5px;
}
.ant-tabs .ant-tabs-tab {
  font-size: 16px;
  color: #575757;
}
.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #217eb2;
}
.ant-tabs .ant-tabs-ink-bar {
  background: #217eb2;
}
.ant-tabs .ant-tabs-content-holder .ant-tabs-content {
  height: 100%;
  background: #ffffff;
}
.ant-tabs .ant-tabs-tabpane {
  height: 100%;
}
.ant-tabs .ant-tabs-top > .ant-tabs-nav {
  margin: 0;
}
.ant-form-item-label > label {
  color: #000;
}
.ant-switch {
  background-color: rgba(0, 0, 0, 0.25);
}
.voplus-antd-menu {
  font-size: 16px;
  color: #505050;
  border-right: none;
}
.voplus-antd-menu .ant-menu-item {
  height: 39.11111111px;
  line-height: 39.11111111px;
  border-radius: 5px;
}
.voplus-antd-menu .ant-menu-submenu > .ant-menu-submenu-title {
  height: 39.11111111px;
  line-height: 39.11111111px;
  color: #5d5d5d;
  background: transparent;
  padding: 0 13px !important;
  margin: 0;
}
.voplus-antd-menu .ant-menu-submenu > .ant-menu-submenu-title:hover {
  color: #217eb2;
}
.voplus-antd-menu .ant-menu-submenu > .ant-menu-submenu-title:hover .ant-menu-item-icon {
  color: #217eb2;
}
.voplus-antd-menu .ant-menu-sub > .ant-menu-item {
  height: 30.22222222px;
  line-height: 30.22222222px;
  font-size: 14px;
  padding: 0 13px 0 37px !important;
}
.voplus-antd-menu .ant-menu-sub > .ant-menu-item .ant-badge-count {
  transform: scale(0.8);
}
.voplus-antd-menu .ant-menu-item .ant-menu-item-icon, .voplus-antd-menu .ant-menu-submenu-title .ant-menu-item-icon, .voplus-antd-menu .ant-menu-item .anticon, .voplus-antd-menu .ant-menu-submenu-title .anticon {
  font-size: 16px;
}
.voplus-antd-menu.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  font-weight: bold;
  color: #217eb2;
  background: #f0f7ff;
}
.voplus-antd-menu.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected .ant-menu-item-icon {
  color: #217eb2;
}
.voplus-antd-menu .ant-menu-item-disabled, .voplus-antd-menu .ant-menu-submenu-disabled {
  color: #bfbfbf !important;
}
.voplus-antd-menu .ant-menu-item:not(.ant-menu-item-selected):hover {
  background-color: transparent;
}
.voplus-antd-menu .ant-menu-item:not(.ant-menu-item-selected):not(
      .ant-menu-submenu-selected
    ):not(.ant-menu-item-disabled):hover {
  color: #217eb2;
}
.voplus-antd-menu .ant-menu-item:not(.ant-menu-item-selected):not(
      .ant-menu-submenu-selected
    ):not(.ant-menu-item-disabled):hover .ant-menu-item-icon {
  color: #217eb2;
}
.voplus-antd-menu .ant-menu-item-group-title {
  color: #868686;
  padding: 15px 13px 5px;
}
.voplus-antd-menu .ant-menu-item-divider {
  border-color: #e6e6e6;
  margin-block: 6px;
}
.ant-modal {
  font-size: 16px;
}
.ant-modal .ant-modal-content {
  padding: 0;
}
.ant-modal .ant-modal-content .ant-modal-close-x {
  color: #ffffff;
}
.ant-modal .ant-modal-content .ant-modal-header {
  padding: 16px 24px;
  background: #217eb2;
}
.ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  color: #ffffff;
  font-weight: normal;
}
.ant-modal .ant-modal-content .ant-modal-body {
  padding: 24px;
}
.ant-modal .ant-modal-content .ant-modal-footer {
  padding: 0 24px 20px 24px;
}
.ant-message .ant-message-custom-content {
  display: flex;
  align-items: center;
}
.ant-btn-primary {
  background-color: #217eb2;
}
.ant-btn-primary:disabled {
  background: rgba(0, 0, 0, 0.04);
}
.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover {
  background-color: #217eb2;
}
.properties-list {
  height: 100%;
  color: #5d5d5d;
  display: flex;
  flex-direction: column;
  padding: 0 8px;
}
.properties-list.noDocHeader .description-editor_2 {
  margin-top: 1.25em;
}
.properties-list .prop-item {
  margin-bottom: 13px;
}
.properties-list .prop-item .tag-view-2 .ant-tag {
  margin-top: 0;
}
.properties-list .properties-header {
  font-size: 1em;
  padding: 0.625em 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25em;
}
.properties-list .properties-header .title {
  font-size: 1.22222222em;
  font-weight: 500;
}
.properties-list .document-header-default {
  font-size: 1em;
  padding: 0.625em 0;
  margin-bottom: 1.25em;
}
.properties-list .document-header-default .document-name {
  font-size: 1.22222222em;
}
.properties-list .document-propertie-header {
  padding: 14px 0 14px 12px;
  border-bottom: 1px solid #cbcbcb;
}
.properties-list .document-propertie-header .document-header-content .document-name-content {
  align-items: center;
}
.properties-list .document-propertie-header .document-header-content .document-name-content .document-pre {
  font-size: 14px;
  color: #217eb2;
}
.properties-list .document-propertie-header .document-header-content .document-name-content .document-name {
  font-size: 14px;
  font-weight: bold;
}
.properties-list .description-editor, .properties-list .description-editor_2, .properties-list .document-panel-header-properties {
  padding-left: 12px;
  padding-right: 12px;
}
.properties-list .description-editor_2 .description-editor-header .edit-icon {
  padding-right: 0;
}
.properties-list .ant-form {
  font-size: 1em;
}
.properties-list .ant-form .ant-form-item {
  font-size: 1em;
}
.properties-list .ant-form .ant-form-item-label .ant-form-item-no-colon {
  color: #6b7c6c;
  font-weight: 500;
}
.properties-list .ant-form .ant-form-item-label > label {
  font-size: 1em;
  color: #252525;
}
.properties-list .properties-value {
  color: #868686;
}
.properties-list .currency-amount .ant-statistic-content {
  color: #374151;
}
.properties-list .ProseMirror {
  font-size: 1em;
  padding: 0;
}
.properties-list .description-editor-header {
  padding: 0;
}
.properties-list .description-editor .description-editor-proseMirror {
  padding: 0;
}
.properties-list .description-editor .description-readonly-proseMirror .ProseMirror-container .ProseMirror {
  padding: 0;
}
.quickView-modal-style {
  height: calc(100% - 200px);
}
.quickView-modal-style > div[tabindex="0"]:nth-child(1) {
  height: 100%;
}
.quickView-modal-style .ant-modal-content {
  height: 100%;
}
.quickView-modal-style .ant-modal-body {
  display: flex;
  height: 100%;
  padding: 0 !important;
}
.sub-node-menu {
  position: absolute;
  bottom: 0;
  left: -184px;
  padding: 4px 8px;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 5px;
  outline: none;
  box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.14);
}
.sub-node-menu .ant-btn {
  display: block;
  width: 100%;
  padding: 0 12px;
  height: 2.375em;
  color: #777777;
  text-align: left;
  border-radius: 0;
}
.sub-node-menu .ant-btn[disabled] {
  color: #bfbfbf;
}
.sub-node-menu .ant-btn:hover {
  background-color: #94cdff !important;
  box-shadow: 0px 3px 6px rgba(99, 99, 99, 0.16) !important;
  border-radius: 5px !important;
}
.sub-node-menu .ant-btn > span {
  margin-left: 10px;
}
.sub-node-menu .ant-popover-disabled-compatible-wrapper {
  width: 100%;
}
.sub-node-menu:empty {
  padding: 0;
}
.ant-table.ant-table-empty .ant-table-placeholder {
  z-index: 9 !important;
}
.nav-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nav-panel .nav-panel-title {
  padding: 10px 10px 10px 0;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.nav-panel .nav-panel-title .nav-panel-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-panel .nav-panel-menu {
  flex: 1;
}
.nav-panel .nav-panel-settings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #5d5d5d;
  height: 34.22222222px;
  line-height: 34.22222222px;
  border-radius: 5px;
  padding-left: 13px;
  margin-bottom: 7px;
  margin-right: 6px;
}
.nav-panel .nav-panel-settings.activeColor {
  font-weight: bold;
  color: #217eb2;
  background: #f0f7ff;
}
.nav-panel .nav-panel-settings:hover {
  color: #217eb2;
}
.nav-panel .nav-panel-settings svg {
  margin-right: 10px;
}
.nav-panel .ant-menu:first-of-type {
  background-color: #fff !important;
}
.nav-panel .ant-menu:first-of-type .ant-menu-item .ant-menu-item-icon, .nav-panel .ant-menu:first-of-type .ant-menu-submenu-title .ant-menu-item-icon {
  color: #5d5d5d;
}
.nav-panel .ant-menu:first-of-type .ant-menu-item-selected .ant-menu-item-icon {
  color: #5d5d5d;
}
.nav-panel .ant-menu:first-of-type .ant-menu-item-disabled .ant-menu-item-icon {
  color: #bfbfbf;
}
.nav-panel .ant-menu .ant-menu-item {
  padding-right: 20px;
  display: flex;
  align-items: center;
  color: #5d5d5d;
  padding: 0 13px !important;
  margin: 0;
}
.nav-panel .ant-menu .ant-menu-item.new-customer {
  color: #1ea7fd !important;
}
.nav-panel .ant-menu .ant-menu-item > span {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.nav-panel .ant-menu .ant-menu-item > span .item-name {
  flex: 1;
  overflow: hidden;
}
.element-tabs .ant-tabs-nav {
  padding-left: 20px;
}
.element-tabs .list-header-content {
  border-bottom: none !important;
}
.title-currency {
  color: #00000073;
  font-weight: normal;
  font-size: 0.875em;
}
.prosemirror-mention-node {
  display: inline-block;
  color: #252525;
  cursor: pointer;
  line-height: 1.33333333em;
  word-break: break-word;
  background: #ecedf0;
  border-radius: 5px;
  padding: 0.44444444em;
  margin-right: 0.44444444em;
}
.prosemirror-mention-link {
  color: #217eb2;
  background: #fff;
  padding: 0;
  text-decoration: underline;
  margin: 0 0.88888889em 0 0;
}
.finance-editable-table .currency-amount.isCurrency {
  display: inline-flex;
}
.finance-editable-table .currency-amount .currency {
  color: #5d5d5d;
  transform: none;
  margin-right: 1px;
  margin-left: 0;
}
.finance-editable-table .currency-amount .ant-statistic .ant-statistic-content {
  color: #5d5d5d;
}
.finance-editable-table table {
  table-layout: auto;
  font-size: 1em;
  line-height: 1.75em;
  color: #5d5d5d;
}
.finance-editable-table table thead {
  border: none;
}
.finance-editable-table table thead tr {
  background: #f0f6fd;
}
.finance-editable-table table thead tr:first-child > *:first-child {
  border-start-start-radius: 0;
}
.finance-editable-table table thead tr:first-child > *:last-child {
  border-start-end-radius: 0;
}
.finance-editable-table table thead tr th {
  position: relative;
  color: #5d5d5d;
  font-weight: 600;
}
.finance-editable-table table thead tr th::before {
  background-color: transparent !important;
}
.finance-editable-table table thead tr th:not(:last-child)::before {
  position: absolute;
  top: 50%;
  inset-inline-end: 0;
  width: 1px;
  height: 1.6em;
  background-color: #f0f0f0;
  transform: translateY(-50%);
  transition: background-color 0.2s;
  content: "";
}
.finance-editable-table table tbody tr {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.finance-editable-table table tbody tr .sotr-drag {
  color: #00000073;
  touch-action: none;
  cursor: move;
}
.finance-editable-table table tbody tr:hover {
  background-color: #fafafa;
}
.finance-editable-table table tbody tr:hover .sotr-drag {
  color: #252525;
}
.finance-editable-table table thead th:last-child, .finance-editable-table table tbody td:last-child {
  padding-right: 25px;
}
.finance-editable-table table thead th:first-child, .finance-editable-table table tbody td:first-child {
  padding-left: 25px;
}
.finance-editable-table table tr {
  height: 66px;
}
.finance-editable-table table td, .finance-editable-table table th {
  padding: 12px 12px;
}
.finance-editable-table table .morpho-inline-edit {
  position: relative;
  top: -2px;
}
.finance-editable-table table .morpho-inline-edit .ant-input, .finance-editable-table table .morpho-inline-edit .ant-select, .finance-editable-table table .morpho-inline-edit .ant-picker, .finance-editable-table table .morpho-inline-edit .ant-input-number {
  width: 100% !important;
}
.finance-editable-table .editable-table-footer {
  color: #5d5d5d;
}
.finance-editable-table .editable-table-footer .table-foot {
  display: flex;
  justify-content: space-between;
  line-height: 19px;
  margin-top: 20px;
  padding: 0 25px 0 10px;
}
.finance-editable-table .editable-table-footer .table-foot .ant-btn {
  color: #217eb2;
}
.finance-editable-table .editable-table-footer .table-foot .ant-btn:disabled {
  color: rgba(0, 0, 0, 0.25);
}
.finance-editable-table .editable-table-footer .table-foot .total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.finance-editable-table .editable-table-footer .table-foot .total .total-k {
  width: 150px;
}
.finance-editable-table .editable-table-footer .table-foot .currency-amount .ant-statistic-content {
  color: #5d5d5d;
}
.finance-editable-table .editable-table-footer .table-foot-amount, .finance-editable-table .editable-table-footer .table-foot-amount-2, .finance-editable-table .editable-table-footer .table-foot-amount-3 {
  height: 80px;
  background: #f0f6fd;
  align-items: center;
  margin-top: 10px;
  color: #217eb2;
  font-weight: bold;
}
.finance-editable-table .editable-table-footer .table-foot-amount .currency-amount .currency, .finance-editable-table .editable-table-footer .table-foot-amount-2 .currency-amount .currency, .finance-editable-table .editable-table-footer .table-foot-amount-3 .currency-amount .currency {
  color: #217eb2;
}
.finance-editable-table .editable-table-footer .table-foot-amount .currency-amount .ant-statistic .ant-statistic-content, .finance-editable-table .editable-table-footer .table-foot-amount-2 .currency-amount .ant-statistic .ant-statistic-content, .finance-editable-table .editable-table-footer .table-foot-amount-3 .currency-amount .ant-statistic .ant-statistic-content {
  color: #217eb2;
}
.finance-editable-table .editable-table-footer .table-foot-amount {
  display: flex;
  justify-content: space-between;
  padding: 0 100px 0 15px;
}
.finance-editable-table .editable-table-footer .table-foot-amount-2 {
  padding: 0 15px 0 15px;
}
.finance-editable-table .editable-table-footer .table-foot-amount-2 .credit-amount {
  color: #b22121;
}
.finance-editable-table .editable-table-footer .table-foot-amount-2 .credit-amount .currency-amount .currency {
  color: #b22121;
  margin-left: 0;
}
.finance-editable-table .editable-table-footer .table-foot-amount-2 .credit-amount .currency-amount .ant-statistic .ant-statistic-content {
  color: #b22121;
}
.finance-editable-table .editable-table-footer .table-foot-amount-3 {
  display: flex;
  justify-content: space-between;
  padding: 0 25px 0 10px;
}
.finance-editable-table .editable-table-footer .table-foot-amount-3 .amount-content {
  display: flex;
  justify-content: space-between;
}
.finance-editable-table .table-foot_2 {
  color: #217eb2;
  background: #f0f6fd;
  font-weight: bold;
  padding: 10px 50px 10px 15px;
  display: flex;
  justify-content: end;
  align-items: center;
}
.finance-editable-table .table-foot_2 .text {
  width: 150px;
}
.finance-editable-table .table-foot_2 .ant-statistic .ant-statistic-content {
  color: #217eb2;
}
.finance-editable-table .table-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.finance-editable-table .table-title .title {
  color: #5d5d5d;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.finance-editable-table .table-title .ant-btn {
  height: 24px;
  color: #217eb2;
  font-weight: bold;
}
.doc-plus-icon {
  display: inline-block;
  padding: 4px;
  font-size: 13px;
  line-height: 1px;
  color: #ffffff;
  background: #1abc9c;
  cursor: pointer;
}
.ant-btn-primary.ant-btn-background-ghost.btn-primary-ghost {
  height: 30px;
  line-height: 20px;
  color: #217eb2;
  border-color: #217eb2;
  border-radius: 5px;
}
.ant-alert.dashboard-alert {
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 6px #00000029;
  margin-top: 10px;
  padding: 10px 12px;
  align-items: flex-start;
}
.ant-alert.dashboard-alert.ant-alert-info {
  background: #e0efff;
  border-top: solid 3px #217eb2;
}
.ant-alert.dashboard-alert.ant-alert-warning {
  background: #fdfff7;
  border-top: solid 3px #fce534;
}
.ant-alert.dashboard-alert.ant-alert-error {
  background: #fff7f7;
  border-top: solid 3px #b04d4d;
}
.ant-alert.dashboard-alert.normal-alert {
  color: #5d5d5d;
}
.ant-alert.dashboard-alert .ant-alert-icon {
  color: #5d5d5d;
  margin-top: 4px;
}
.ant-alert.dashboard-alert .ant-alert-close-icon {
  margin-top: 4px;
}
.ant-alert.dashboard-alert .ant-alert-close-icon .anticon-close {
  color: #5d5d5d;
}
.voplus-antd-table {
  flex: 1;
  padding: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.voplus-antd-table .ant-table-wrapper .ant-table-thead > tr > th {
  color: #5d5d5d;
  background: #e7f1fc;
  padding: 9px 10px 10px;
}
.voplus-antd-table .ant-table-wrapper .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(
              .ant-table-row-expand-icon-cell
            ):not([colspan])::before {
  width: 0;
}
.voplus-antd-table .ant-table-wrapper .ant-table-thead .ant-table-cell-scrollbar {
  background: #e7f1fc;
}
.voplus-antd-table .ant-table-wrapper .ant-table-thead .ant-table-cell-scrollbar:not([rowspan]) {
  box-shadow: none;
}
.voplus-antd-table .ant-table-wrapper table, .voplus-antd-table .ant-table-wrapper .ant-table .ant-table-header {
  border-radius: 0;
}
.voplus-antd-table .ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:last-child {
  border-start-end-radius: 0;
}
.voplus-antd-table .ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:first-child {
  border-start-start-radius: 0;
}
.voplus-antd-table .ant-table-wrapper .ant-table-cell {
  padding: 10px 10px;
}
.voplus-antd-table .ant-table-wrapper .ant-table-tbody .ant-table-row:last-child .ant-table-cell {
  border: none;
}
.voplus-antd-table .ant-table-wrapper .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover {
  background: #f4f9ff;
}
.voplus-antd-table .ant-table-wrapper .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover .tool-bar {
  display: block;
}
.voplus-antd-table .ant-table-wrapper .ant-table-tbody .ant-table-placeholder .ant-table-cell {
  border: none;
}
.voplus-antd-table .ant-table-wrapper .tool-bar {
  display: none;
}
.voplus-antd-table .ant-table-wrapper .tool-bar .ant-btn {
  font-size: 14px;
  color: #217eb2;
  padding: 0;
}
.voplus-tag.ant-tag {
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #5d5d5d;
  padding: 0 12px;
  margin-right: 15px;
}
.voplus-tag.ant-tag .ant-tag-close-icon {
  font-size: 13px;
  color: #5d5d5d;
  margin-left: 5px;
}
.voplus-tag.ant-tag .ant-tag-close-icon:hover {
  color: #217eb2;
}
.finance-ledger-table thead th:last-child, .finance-ledger-table tbody td:last-child {
  padding-right: 25px;
}
.finance-ledger-table thead th:first-child, .finance-ledger-table tbody td:first-child {
  padding-left: 25px;
}
.finance-ledger-table .ant-table-thead > tr:first-child > *:first-child {
  border-start-start-radius: 0 !important;
}
.finance-ledger-table .ant-table-thead > tr:first-child > *:last-child {
  border-start-end-radius: 0 !important;
}
.finance-ledger-table .ant-table-thead > tr > th {
  color: #5d5d5d;
  background: #f0f6fd;
  border: none;
}
.finance-ledger-table .ant-table-thead > tr > th::before {
  background-color: transparent !important;
}
.finance-ledger-table .ant-table-thead > tr > th .table-currency {
  color: #5d5d5d;
  font-weight: 500;
}
.finance-ledger-table .ant-table-tbody > tr > td {
  color: #5d5d5d;
}
.finance-ledger-table .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: #fafafa85;
}
.finance-ledger-table .currency-amount.isCurrency {
  display: inline-flex;
}
.finance-ledger-table .currency-amount .currency {
  color: #5d5d5d;
  transform: none;
  margin-right: 1px;
  margin-left: 0;
}
.finance-ledger-table .currency-amount .ant-statistic .ant-statistic-content {
  color: #5d5d5d;
}
.finance-ledger-table .ledger-table-amount {
  display: flex;
  justify-content: space-between;
}
.finance-ledger-table .ledger-table-amount .accountAmount {
  display: flex;
  width: 60%;
  justify-content: right;
}
.finance-ledger-table .ant-table-footer {
  padding: 0;
}
.finance-ledger-table .ledger-table-foot {
  align-items: center;
  color: #217eb2;
  font-weight: bold;
  background: #f0f6fd;
  height: 80px;
  padding: 0 16px;
  margin-top: 30px;
}
 {
  /* Give selected cells a blue overlay */
}
.ProseMirror .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}
.ProseMirror .anchor {
  float: left;
  line-height: 1;
  margin-left: -20px;
  padding-right: 4px;
}
.ProseMirror .anchor:focus {
  outline: none;
}
.ProseMirror h1 .octicon-link, .ProseMirror h2 .octicon-link, .ProseMirror h3 .octicon-link, .ProseMirror h4 .octicon-link, .ProseMirror h5 .octicon-link, .ProseMirror h6 .octicon-link {
  color: #1b1f23;
  vertical-align: middle;
  visibility: hidden;
}
.ProseMirror h1:hover .anchor, .ProseMirror h2:hover .anchor, .ProseMirror h3:hover .anchor, .ProseMirror h4:hover .anchor, .ProseMirror h5:hover .anchor, .ProseMirror h6:hover .anchor {
  text-decoration: none;
}
.ProseMirror h1:hover .anchor .octicon-link, .ProseMirror h2:hover .anchor .octicon-link, .ProseMirror h3:hover .anchor .octicon-link, .ProseMirror h4:hover .anchor .octicon-link, .ProseMirror h5:hover .anchor .octicon-link, .ProseMirror h6:hover .anchor .octicon-link {
  visibility: visible;
}
.ProseMirror h1:hover .anchor .octicon-link:before, .ProseMirror h2:hover .anchor .octicon-link:before, .ProseMirror h3:hover .anchor .octicon-link:before, .ProseMirror h4:hover .anchor .octicon-link:before, .ProseMirror h5:hover .anchor .octicon-link:before, .ProseMirror h6:hover .anchor .octicon-link:before {
  width: 16px;
  height: 16px;
  content: " ";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' width='16' height='16' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z'%3E%3C/path%3E%3C/svg%3E");
}
.ProseMirror {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #24292e;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ProseMirror details {
  display: block;
}
.ProseMirror summary {
  display: list-item;
}
.ProseMirror a {
  background-color: initial;
}
.ProseMirror a:active, .ProseMirror a:hover {
  outline-width: 0;
}
.ProseMirror strong {
  font-weight: inherit;
  font-weight: bolder;
}
.ProseMirror h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.ProseMirror img {
  border-style: none;
}
.ProseMirror code, .ProseMirror kbd, .ProseMirror pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.ProseMirror hr {
  box-sizing: initial;
  height: 0;
  overflow: visible;
}
.ProseMirror input {
  font: inherit;
  margin: 0;
  overflow: visible;
}
.ProseMirror [type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
.ProseMirror * {
  box-sizing: border-box;
}
.ProseMirror input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ProseMirror a {
  color: #0366d6;
  text-decoration: none;
}
.ProseMirror a:hover {
  text-decoration: underline;
}
.ProseMirror strong {
  font-weight: 600;
}
.ProseMirror hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfe2e5;
}
.ProseMirror hr:after, .ProseMirror hr:before {
  display: table;
  content: "";
}
.ProseMirror hr:after {
  clear: both;
}
.ProseMirror table {
  border-spacing: 0;
  border-collapse: collapse;
}
.ProseMirror td, .ProseMirror th {
  padding: 0;
}
.ProseMirror details summary {
  cursor: pointer;
}
.ProseMirror kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: 1px solid #d1d5da;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #d1d5da;
}
.ProseMirror h1, .ProseMirror h2, .ProseMirror h3, .ProseMirror h4, .ProseMirror h5, .ProseMirror h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.ProseMirror h1 {
  font-size: 32px;
}
.ProseMirror h1, .ProseMirror h2 {
  font-weight: 600;
}
.ProseMirror h2 {
  font-size: 24px;
}
.ProseMirror h3 {
  font-size: 20px;
}
.ProseMirror h3, .ProseMirror h4 {
  font-weight: 600;
}
.ProseMirror h4 {
  font-size: 16px;
}
.ProseMirror h5 {
  font-size: 14px;
}
.ProseMirror h5, .ProseMirror h6 {
  font-weight: 600;
}
.ProseMirror h6 {
  font-size: 12px;
}
.ProseMirror p {
  margin-top: 0;
  margin-bottom: 10px;
}
.ProseMirror blockquote {
  margin: 0;
}
.ProseMirror ol {
  list-style-type: decimal;
}
.ProseMirror ul {
  list-style-type: disc;
}
.ProseMirror ol, .ProseMirror ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ProseMirror ol ol, .ProseMirror ul ol {
  list-style-type: lower-roman;
}
.ProseMirror ol ol ol, .ProseMirror ol ul ol, .ProseMirror ul ol ol, .ProseMirror ul ul ol {
  list-style-type: lower-alpha;
}
.ProseMirror dd {
  margin-left: 0;
}
.ProseMirror code, .ProseMirror pre {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 12px;
}
.ProseMirror pre {
  margin-top: 0;
  margin-bottom: 0;
}
.ProseMirror input::-webkit-inner-spin-button, .ProseMirror input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
.ProseMirror :checked + .radio-label {
  position: relative;
  z-index: 1;
  border-color: #0366d6;
}
.ProseMirror .border {
  border: 1px solid #e1e4e8 !important;
}
.ProseMirror .border-0 {
  border: 0 !important;
}
.ProseMirror .border-bottom {
  border-bottom: 1px solid #e1e4e8 !important;
}
.ProseMirror .rounded-1 {
  border-radius: 3px !important;
}
.ProseMirror .bg-white {
  background-color: #fff !important;
}
.ProseMirror .bg-gray-light {
  background-color: #fafbfc !important;
}
.ProseMirror .text-gray-light {
  color: #6a737d !important;
}
.ProseMirror .mb-0 {
  margin-bottom: 0 !important;
}
.ProseMirror .my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.ProseMirror .pl-0 {
  padding-left: 0 !important;
}
.ProseMirror .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ProseMirror .pl-1 {
  padding-left: 4px !important;
}
.ProseMirror .pl-2 {
  padding-left: 8px !important;
}
.ProseMirror .py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.ProseMirror .pl-3, .ProseMirror .px-3 {
  padding-left: 16px !important;
}
.ProseMirror .px-3 {
  padding-right: 16px !important;
}
.ProseMirror .pl-4 {
  padding-left: 24px !important;
}
.ProseMirror .pl-5 {
  padding-left: 32px !important;
}
.ProseMirror .pl-6 {
  padding-left: 40px !important;
}
.ProseMirror .f6 {
  font-size: 12px !important;
}
.ProseMirror .lh-condensed {
  line-height: 1.25 !important;
}
.ProseMirror .text-bold {
  font-weight: 600 !important;
}
.ProseMirror .pl-c {
  color: #6a737d;
}
.ProseMirror .pl-c1, .ProseMirror .pl-s .pl-v {
  color: #005cc5;
}
.ProseMirror .pl-e, .ProseMirror .pl-en {
  color: #6f42c1;
}
.ProseMirror .pl-s .pl-s1, .ProseMirror .pl-smi {
  color: #24292e;
}
.ProseMirror .pl-ent {
  color: #22863a;
}
.ProseMirror .pl-k {
  color: #d73a49;
}
.ProseMirror .pl-pds, .ProseMirror .pl-s, .ProseMirror .pl-s .pl-pse .pl-s1, .ProseMirror .pl-sr, .ProseMirror .pl-sr .pl-cce, .ProseMirror .pl-sr .pl-sra, .ProseMirror .pl-sr .pl-sre {
  color: #032f62;
}
.ProseMirror .pl-smw, .ProseMirror .pl-v {
  color: #e36209;
}
.ProseMirror .pl-bu {
  color: #b31d28;
}
.ProseMirror .pl-ii {
  color: #fafbfc;
  background-color: #b31d28;
}
.ProseMirror .pl-c2 {
  color: #fafbfc;
  background-color: #d73a49;
}
.ProseMirror .pl-c2:before {
  content: "^M";
}
.ProseMirror .pl-sr .pl-cce {
  font-weight: 700;
  color: #22863a;
}
.ProseMirror .pl-ml {
  color: #735c0f;
}
.ProseMirror .pl-mh, .ProseMirror .pl-mh .pl-en, .ProseMirror .pl-ms {
  font-weight: 700;
  color: #005cc5;
}
.ProseMirror .pl-mi {
  font-style: italic;
  color: #24292e;
}
.ProseMirror .pl-mb {
  font-weight: 700;
  color: #24292e;
}
.ProseMirror .pl-md {
  color: #b31d28;
  background-color: #ffeef0;
}
.ProseMirror .pl-mi1 {
  color: #22863a;
  background-color: #f0fff4;
}
.ProseMirror .pl-mc {
  color: #e36209;
  background-color: #ffebda;
}
.ProseMirror .pl-mi2 {
  color: #f6f8fa;
  background-color: #005cc5;
}
.ProseMirror .pl-mdr {
  font-weight: 700;
  color: #6f42c1;
}
.ProseMirror .pl-ba {
  color: #586069;
}
.ProseMirror .pl-sg {
  color: #959da5;
}
.ProseMirror .pl-corl {
  text-decoration: underline;
  color: #032f62;
}
.ProseMirror .mb-0 {
  margin-bottom: 0 !important;
}
.ProseMirror .my-2 {
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}
.ProseMirror .pl-0 {
  padding-left: 0 !important;
}
.ProseMirror .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ProseMirror .pl-1 {
  padding-left: 4px !important;
}
.ProseMirror .pl-2 {
  padding-left: 8px !important;
}
.ProseMirror .py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.ProseMirror .pl-3 {
  padding-left: 16px !important;
}
.ProseMirror .pl-4 {
  padding-left: 24px !important;
}
.ProseMirror .pl-5 {
  padding-left: 32px !important;
}
.ProseMirror .pl-6 {
  padding-left: 40px !important;
}
.ProseMirror .pl-7 {
  padding-left: 48px !important;
}
.ProseMirror .pl-8 {
  padding-left: 64px !important;
}
.ProseMirror .pl-9 {
  padding-left: 80px !important;
}
.ProseMirror .pl-10 {
  padding-left: 96px !important;
}
.ProseMirror .pl-11 {
  padding-left: 112px !important;
}
.ProseMirror .pl-12 {
  padding-left: 128px !important;
}
.ProseMirror hr {
  border-bottom-color: #eee;
}
.ProseMirror kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: 1px solid #d1d5da;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #d1d5da;
}
.ProseMirror:after, .ProseMirror:before {
  display: table;
  content: "";
}
.ProseMirror:after {
  clear: both;
}
.ProseMirror > :first-child {
  margin-top: 0 !important;
}
.ProseMirror > :last-child {
  margin-bottom: 0 !important;
}
.ProseMirror a:not([href]) {
  color: inherit;
  text-decoration: none;
}
.ProseMirror blockquote, .ProseMirror details, .ProseMirror dl, .ProseMirror ol, .ProseMirror p, .ProseMirror pre, .ProseMirror table, .ProseMirror ul {
  margin-top: 0;
  margin-bottom: 16px;
}
.ProseMirror hr {
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: #e1e4e8;
  border: 0;
}
.ProseMirror blockquote {
  padding: 0 0 0 1em;
  color: #6a737d;
  border-left: 0;
}
.ProseMirror blockquote > :first-child {
  margin-top: 0;
}
.ProseMirror blockquote > :last-child {
  margin-bottom: 0;
}
.ProseMirror h1, .ProseMirror h2, .ProseMirror h3, .ProseMirror h4, .ProseMirror h5, .ProseMirror h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.ProseMirror h1 {
  font-size: 2em;
}
.ProseMirror h2 {
  font-size: 1.5em;
}
.ProseMirror h3 {
  font-size: 1.25em;
}
.ProseMirror h4 {
  font-size: 1em;
}
.ProseMirror h5 {
  font-size: 0.875em;
}
.ProseMirror h6 {
  font-size: 0.85em;
  color: #6a737d;
}
.ProseMirror ol, .ProseMirror ul {
  padding-left: 2em;
}
.ProseMirror ol ol, .ProseMirror ol ul, .ProseMirror ul ol, .ProseMirror ul ul {
  margin-top: 0;
  margin-bottom: 0;
}
.ProseMirror li {
  word-wrap: break-all;
}
.ProseMirror li > p {
  margin-top: 16px;
}
.ProseMirror li + li {
  margin-top: 0.25em;
}
.ProseMirror dl {
  padding: 0;
}
.ProseMirror dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}
.ProseMirror dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}
.ProseMirror table {
  border-collapse: initial;
  border-spacing: 0;
  border: 1px solid var(--czi-table-border-color);
  border-width: 0 thin thin 0;
  table-layout: fixed;
  width: 100%;
  min-width: 100% !important;
  margin: 0;
  overflow: auto;
}
.ProseMirror table colgroup {
  width: 100%;
}
.ProseMirror table th {
  font-weight: 600;
}
.ProseMirror table td, .ProseMirror table th {
  padding: 10px;
  border: 1px solid #dfe2e5;
  /** 这里不能用position，会导致 table 内的 hyperlink 顯示位置有問題 */
  vertical-align: top;
}
.ProseMirror table td p, .ProseMirror table th p {
  margin: 0;
}
.ProseMirror table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}
.ProseMirror table tr:nth-child(2n) {
  background-color: #f6f8fa;
}
.ProseMirror .selectedCell::after {
  background: rgba(152, 204, 253, 0.4);
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.ProseMirror .prosemirror-mention-node + img.ProseMirror-separator {
  display: none;
}
.ProseMirror img {
  max-width: 100%;
  box-sizing: initial;
  background-color: #fff;
}
.ProseMirror img[data-align="img-right"] {
  float: right;
  margin-left: 20px;
}
.ProseMirror img[data-align="img-left"] {
  float: left;
  margin-right: 20px;
}
.ProseMirror img[data-align="img-center"] {
  display: block;
  margin: 0 auto;
}
.ProseMirror img[data-align="img-inline"] {
  display: inline-block;
}
.ProseMirror .selected {
  outline: 2px solid #8cf;
}
.ProseMirror code {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
}
.ProseMirror pre {
  word-wrap: normal;
}
.ProseMirror pre > code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre-wrap;
  background: transparent;
  border: 0;
}
.ProseMirror .highlight {
  margin-bottom: 16px;
}
.ProseMirror .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}
.ProseMirror .highlight pre, .ProseMirror pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f6f8fa;
  border-radius: 3px;
}
.ProseMirror pre code {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: initial;
  border: 0;
}
.ProseMirror .commit-tease-sha {
  display: inline-block;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 90%;
  color: #444d56;
}
.ProseMirror .full-commit .btn-outline:not(:disabled):hover {
  color: #005cc5;
  border-color: #005cc5;
}
.ProseMirror .blob-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}
.ProseMirror .blob-wrapper-embedded {
  max-height: 240px;
  overflow-y: auto;
}
.ProseMirror .blob-num {
  width: 1%;
  min-width: 50px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 12px;
  line-height: 20px;
  color: rgba(27, 31, 35, 0.3);
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ProseMirror .blob-num:hover {
  color: rgba(27, 31, 35, 0.6);
}
.ProseMirror .blob-num:before {
  content: attr(data-line-number);
}
.ProseMirror .blob-code {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 20px;
  vertical-align: top;
}
.ProseMirror .blob-code-inner {
  overflow: visible;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 12px;
  color: #24292e;
  word-wrap: normal;
  white-space: pre;
}
.ProseMirror .pl-token.active, .ProseMirror .pl-token:hover {
  cursor: pointer;
  background: #ffea7f;
}
.ProseMirror .tab-size[data-tab-size="1"] {
  -moz-tab-size: 1;
  tab-size: 1;
}
.ProseMirror .tab-size[data-tab-size="2"] {
  -moz-tab-size: 2;
  tab-size: 2;
}
.ProseMirror .tab-size[data-tab-size="3"] {
  -moz-tab-size: 3;
  tab-size: 3;
}
.ProseMirror .tab-size[data-tab-size="4"] {
  -moz-tab-size: 4;
  tab-size: 4;
}
.ProseMirror .tab-size[data-tab-size="5"] {
  -moz-tab-size: 5;
  tab-size: 5;
}
.ProseMirror .tab-size[data-tab-size="6"] {
  -moz-tab-size: 6;
  tab-size: 6;
}
.ProseMirror .tab-size[data-tab-size="7"] {
  -moz-tab-size: 7;
  tab-size: 7;
}
.ProseMirror .tab-size[data-tab-size="8"] {
  -moz-tab-size: 8;
  tab-size: 8;
}
.ProseMirror .tab-size[data-tab-size="9"] {
  -moz-tab-size: 9;
  tab-size: 9;
}
.ProseMirror .tab-size[data-tab-size="10"] {
  -moz-tab-size: 10;
  tab-size: 10;
}
.ProseMirror .tab-size[data-tab-size="11"] {
  -moz-tab-size: 11;
  tab-size: 11;
}
.ProseMirror .tab-size[data-tab-size="12"] {
  -moz-tab-size: 12;
  tab-size: 12;
}
.ProseMirror .task-list-item {
  list-style-type: none;
}
.ProseMirror .task-list-item + .task-list-item {
  margin-top: 3px;
}
.ProseMirror .task-list-item input {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle;
}
.ProseMirror .left {
  text-align: left;
}
.ProseMirror .right {
  text-align: right;
}
.ProseMirror .center {
  text-align: center;
}
.ProseMirror .indent-1 {
  margin-left: 2em;
}
.ProseMirror .indent-2 {
  margin-left: 4em;
}
.ProseMirror .indent-3 {
  margin-left: 6em;
}
.ProseMirror .indent-4 {
  margin-left: 8em;
}
.ProseMirror .indent-5 {
  margin-left: 10em;
}
.ProseMirror .indent-6 {
  margin-left: 12em;
}
.ProseMirror .indent-7 {
  margin-left: 14em;
}
.ProseMirror .indent-8 {
  margin-left: 16em;
}
.ProseMirror .indent-9 {
  margin-left: 18em;
}
.ProseMirror .indent-10 {
  margin-left: 20em;
}
.ProseMirror .insert-alert {
  position: relative;
  padding: 15px 15px 15px 63px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5715;
  border-radius: 2px;
  margin-bottom: 16px;
}
.ProseMirror .insert-alert[data-alertType="info"] {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.ProseMirror .insert-alert[data-alertType="warning"] {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}
.ProseMirror .insert-alert img {
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  top: 18px;
  left: 24px;
}
.image-upload-placeholder {
  margin: 0 4px;
}
.cursor-widget {
  display: inline-block;
  width: 1.5px;
  position: relative;
}
.cursor-widget:hover .cursor-user {
  display: block;
}
.cursor-widget .cursor-user {
  position: absolute;
  left: 0;
  top: -20px;
  color: #fff;
  padding: 0 5px;
  display: none;
}
.prosemirror-mention-node {
  color: #252525;
  cursor: pointer;
  line-height: 1.714;
  font-size: 1em;
  font-weight: normal;
  word-break: break-word;
  background: #ecedf0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  border-radius: 5px;
  padding: 0px 0.3em 2px 0.23em;
  margin: 0 4px;
}

.link-item-layout___QqreC {
  display: flex;
  margin-bottom: 20px;
}
.link-item-layout___QqreC .item-label {
  display: inline-block;
  width: 100px;
  line-height: 31px;
}

html {
  height: 100%;
}
html body {
  height: 100%;
}
.property-label-subtitle {
  opacity: 0.5;
  transform: scale(0.7);
  transform-origin: left;
}
.editor-toolbar {
  border-radius: 5px 5px 0 0;
}
.ProseMirror-container {
  border-radius: 0 0 5px 5px;
}
.add-info-style {
  color: #94a3b8;
  font-size: 12px;
  cursor: default;
  border-bottom: 1px dotted #94a3b8;
}
.submenu-status-title {
  font-size: 12px;
  color: #00000073;
  margin-left: 5px;
}
.ant-select-multiple .ant-select-selection-item-remove {
  display: inline-flex !important;
  align-items: center;
}
.ant-btn {
  border-radius: 5px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child), .ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child), .ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ant-badge-count {
  min-width: 15px !important;
  height: 15px !important;
  line-height: 15px !important;
  font-size: 12px;
  color: #ffffff !important;
  background: #217eb2 !important;
  border: none;
  box-shadow: none;
  border-radius: 2px !important;
}
.ant-input {
  border-radius: 5px;
}
.ant-select-selector {
  border-radius: 5px !important;
}
.ant-select-dropdown {
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.14);
}
.ant-menu-submenu > .ant-menu {
  border-radius: 5px;
}
.ant-dropdown-menu {
  border-radius: 5px !important;
  box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.14) !important;
}
:where(.css-dev-only-do-not-override-mxhywb).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover {
  background-color: #e6f4ff !important;
}
.tool-bar-menu {
  border-radius: 5px !important;
  box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.14) !important;
  padding: 4px 8px !important;
}
.tool-bar-menu .ant-btn:hover {
  background-color: #94cdff !important;
  box-shadow: 0px 3px 6px rgba(99, 99, 99, 0.16) !important;
  border-radius: 5px !important;
}
.ant-popover-inner {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.14);
}
.ant-tag {
  border-radius: 4px;
}
.ant-picker {
  border-radius: 5px;
}
.ant-tabs .ant-tabs-tab {
  font-size: 16px;
  color: #575757;
}
.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #217eb2;
}
.ant-tabs .ant-tabs-ink-bar {
  background: #217eb2;
}
.ant-tabs .ant-tabs-content-holder .ant-tabs-content {
  height: 100%;
  background: #ffffff;
}
.ant-tabs .ant-tabs-tabpane {
  height: 100%;
}
.ant-tabs .ant-tabs-top > .ant-tabs-nav {
  margin: 0;
}
.ant-form-item-label > label {
  color: #000;
}
.ant-switch {
  background-color: rgba(0, 0, 0, 0.25);
}
.voplus-antd-menu {
  font-size: 16px;
  color: #505050;
  border-right: none;
}
.voplus-antd-menu .ant-menu-item {
  height: 39.11111111px;
  line-height: 39.11111111px;
  border-radius: 5px;
}
.voplus-antd-menu .ant-menu-submenu > .ant-menu-submenu-title {
  height: 39.11111111px;
  line-height: 39.11111111px;
  color: #5d5d5d;
  background: transparent;
  padding: 0 13px !important;
  margin: 0;
}
.voplus-antd-menu .ant-menu-submenu > .ant-menu-submenu-title:hover {
  color: #217eb2;
}
.voplus-antd-menu .ant-menu-submenu > .ant-menu-submenu-title:hover .ant-menu-item-icon {
  color: #217eb2;
}
.voplus-antd-menu .ant-menu-sub > .ant-menu-item {
  height: 30.22222222px;
  line-height: 30.22222222px;
  font-size: 14px;
  padding: 0 13px 0 37px !important;
}
.voplus-antd-menu .ant-menu-sub > .ant-menu-item .ant-badge-count {
  transform: scale(0.8);
}
.voplus-antd-menu .ant-menu-item .ant-menu-item-icon, .voplus-antd-menu .ant-menu-submenu-title .ant-menu-item-icon, .voplus-antd-menu .ant-menu-item .anticon, .voplus-antd-menu .ant-menu-submenu-title .anticon {
  font-size: 16px;
}
.voplus-antd-menu.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  font-weight: bold;
  color: #217eb2;
  background: #f0f7ff;
}
.voplus-antd-menu.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected .ant-menu-item-icon {
  color: #217eb2;
}
.voplus-antd-menu .ant-menu-item-disabled, .voplus-antd-menu .ant-menu-submenu-disabled {
  color: #bfbfbf !important;
}
.voplus-antd-menu .ant-menu-item:not(.ant-menu-item-selected):hover {
  background-color: transparent;
}
.voplus-antd-menu .ant-menu-item:not(.ant-menu-item-selected):not(
      .ant-menu-submenu-selected
    ):not(.ant-menu-item-disabled):hover {
  color: #217eb2;
}
.voplus-antd-menu .ant-menu-item:not(.ant-menu-item-selected):not(
      .ant-menu-submenu-selected
    ):not(.ant-menu-item-disabled):hover .ant-menu-item-icon {
  color: #217eb2;
}
.voplus-antd-menu .ant-menu-item-group-title {
  color: #868686;
  padding: 15px 13px 5px;
}
.voplus-antd-menu .ant-menu-item-divider {
  border-color: #e6e6e6;
  margin-block: 6px;
}
.ant-modal {
  font-size: 16px;
}
.ant-modal .ant-modal-content {
  padding: 0;
}
.ant-modal .ant-modal-content .ant-modal-close-x {
  color: #ffffff;
}
.ant-modal .ant-modal-content .ant-modal-header {
  padding: 16px 24px;
  background: #217eb2;
}
.ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  color: #ffffff;
  font-weight: normal;
}
.ant-modal .ant-modal-content .ant-modal-body {
  padding: 24px;
}
.ant-modal .ant-modal-content .ant-modal-footer {
  padding: 0 24px 20px 24px;
}
.ant-message .ant-message-custom-content {
  display: flex;
  align-items: center;
}
.ant-btn-primary {
  background-color: #217eb2;
}
.ant-btn-primary:disabled {
  background: rgba(0, 0, 0, 0.04);
}
.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover {
  background-color: #217eb2;
}
.properties-list {
  height: 100%;
  color: #5d5d5d;
  display: flex;
  flex-direction: column;
  padding: 0 8px;
}
.properties-list.noDocHeader .description-editor_2 {
  margin-top: 1.25em;
}
.properties-list .prop-item {
  margin-bottom: 13px;
}
.properties-list .prop-item .tag-view-2 .ant-tag {
  margin-top: 0;
}
.properties-list .properties-header {
  font-size: 1em;
  padding: 0.625em 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25em;
}
.properties-list .properties-header .title {
  font-size: 1.22222222em;
  font-weight: 500;
}
.properties-list .document-header-default {
  font-size: 1em;
  padding: 0.625em 0;
  margin-bottom: 1.25em;
}
.properties-list .document-header-default .document-name {
  font-size: 1.22222222em;
}
.properties-list .document-propertie-header {
  padding: 14px 0 14px 12px;
  border-bottom: 1px solid #cbcbcb;
}
.properties-list .document-propertie-header .document-header-content .document-name-content {
  align-items: center;
}
.properties-list .document-propertie-header .document-header-content .document-name-content .document-pre {
  font-size: 14px;
  color: #217eb2;
}
.properties-list .document-propertie-header .document-header-content .document-name-content .document-name {
  font-size: 14px;
  font-weight: bold;
}
.properties-list .description-editor, .properties-list .description-editor_2, .properties-list .document-panel-header-properties {
  padding-left: 12px;
  padding-right: 12px;
}
.properties-list .description-editor_2 .description-editor-header .edit-icon {
  padding-right: 0;
}
.properties-list .ant-form {
  font-size: 1em;
}
.properties-list .ant-form .ant-form-item {
  font-size: 1em;
}
.properties-list .ant-form .ant-form-item-label .ant-form-item-no-colon {
  color: #6b7c6c;
  font-weight: 500;
}
.properties-list .ant-form .ant-form-item-label > label {
  font-size: 1em;
  color: #252525;
}
.properties-list .properties-value {
  color: #868686;
}
.properties-list .currency-amount .ant-statistic-content {
  color: #374151;
}
.properties-list .ProseMirror {
  font-size: 1em;
  padding: 0;
}
.properties-list .description-editor-header {
  padding: 0;
}
.properties-list .description-editor .description-editor-proseMirror {
  padding: 0;
}
.properties-list .description-editor .description-readonly-proseMirror .ProseMirror-container .ProseMirror {
  padding: 0;
}
.quickView-modal-style {
  height: calc(100% - 200px);
}
.quickView-modal-style > div[tabindex="0"]:nth-child(1) {
  height: 100%;
}
.quickView-modal-style .ant-modal-content {
  height: 100%;
}
.quickView-modal-style .ant-modal-body {
  display: flex;
  height: 100%;
  padding: 0 !important;
}
.sub-node-menu {
  position: absolute;
  bottom: 0;
  left: -184px;
  padding: 4px 8px;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 5px;
  outline: none;
  box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.14);
}
.sub-node-menu .ant-btn {
  display: block;
  width: 100%;
  padding: 0 12px;
  height: 2.375em;
  color: #777777;
  text-align: left;
  border-radius: 0;
}
.sub-node-menu .ant-btn[disabled] {
  color: #bfbfbf;
}
.sub-node-menu .ant-btn:hover {
  background-color: #94cdff !important;
  box-shadow: 0px 3px 6px rgba(99, 99, 99, 0.16) !important;
  border-radius: 5px !important;
}
.sub-node-menu .ant-btn > span {
  margin-left: 10px;
}
.sub-node-menu .ant-popover-disabled-compatible-wrapper {
  width: 100%;
}
.sub-node-menu:empty {
  padding: 0;
}
.ant-table.ant-table-empty .ant-table-placeholder {
  z-index: 9 !important;
}
.nav-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nav-panel .nav-panel-title {
  padding: 10px 10px 10px 0;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.nav-panel .nav-panel-title .nav-panel-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-panel .nav-panel-menu {
  flex: 1;
}
.nav-panel .nav-panel-settings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #5d5d5d;
  height: 34.22222222px;
  line-height: 34.22222222px;
  border-radius: 5px;
  padding-left: 13px;
  margin-bottom: 7px;
  margin-right: 6px;
}
.nav-panel .nav-panel-settings.activeColor {
  font-weight: bold;
  color: #217eb2;
  background: #f0f7ff;
}
.nav-panel .nav-panel-settings:hover {
  color: #217eb2;
}
.nav-panel .nav-panel-settings svg {
  margin-right: 10px;
}
.nav-panel .ant-menu:first-of-type {
  background-color: #fff !important;
}
.nav-panel .ant-menu:first-of-type .ant-menu-item .ant-menu-item-icon, .nav-panel .ant-menu:first-of-type .ant-menu-submenu-title .ant-menu-item-icon {
  color: #5d5d5d;
}
.nav-panel .ant-menu:first-of-type .ant-menu-item-selected .ant-menu-item-icon {
  color: #5d5d5d;
}
.nav-panel .ant-menu:first-of-type .ant-menu-item-disabled .ant-menu-item-icon {
  color: #bfbfbf;
}
.nav-panel .ant-menu .ant-menu-item {
  padding-right: 20px;
  display: flex;
  align-items: center;
  color: #5d5d5d;
  padding: 0 13px !important;
  margin: 0;
}
.nav-panel .ant-menu .ant-menu-item.new-customer {
  color: #1ea7fd !important;
}
.nav-panel .ant-menu .ant-menu-item > span {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.nav-panel .ant-menu .ant-menu-item > span .item-name {
  flex: 1;
  overflow: hidden;
}
.element-tabs .ant-tabs-nav {
  padding-left: 20px;
}
.element-tabs .list-header-content {
  border-bottom: none !important;
}
.title-currency {
  color: #00000073;
  font-weight: normal;
  font-size: 0.875em;
}
.prosemirror-mention-node {
  display: inline-block;
  color: #252525;
  cursor: pointer;
  line-height: 1.33333333em;
  word-break: break-word;
  background: #ecedf0;
  border-radius: 5px;
  padding: 0.44444444em;
  margin-right: 0.44444444em;
}
.prosemirror-mention-link {
  color: #217eb2;
  background: #fff;
  padding: 0;
  text-decoration: underline;
  margin: 0 0.88888889em 0 0;
}
.finance-editable-table .currency-amount.isCurrency {
  display: inline-flex;
}
.finance-editable-table .currency-amount .currency {
  color: #5d5d5d;
  transform: none;
  margin-right: 1px;
  margin-left: 0;
}
.finance-editable-table .currency-amount .ant-statistic .ant-statistic-content {
  color: #5d5d5d;
}
.finance-editable-table table {
  table-layout: auto;
  font-size: 1em;
  line-height: 1.75em;
  color: #5d5d5d;
}
.finance-editable-table table thead {
  border: none;
}
.finance-editable-table table thead tr {
  background: #f0f6fd;
}
.finance-editable-table table thead tr:first-child > *:first-child {
  border-start-start-radius: 0;
}
.finance-editable-table table thead tr:first-child > *:last-child {
  border-start-end-radius: 0;
}
.finance-editable-table table thead tr th {
  position: relative;
  color: #5d5d5d;
  font-weight: 600;
}
.finance-editable-table table thead tr th::before {
  background-color: transparent !important;
}
.finance-editable-table table thead tr th:not(:last-child)::before {
  position: absolute;
  top: 50%;
  inset-inline-end: 0;
  width: 1px;
  height: 1.6em;
  background-color: #f0f0f0;
  transform: translateY(-50%);
  transition: background-color 0.2s;
  content: "";
}
.finance-editable-table table tbody tr {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.finance-editable-table table tbody tr .sotr-drag {
  color: #00000073;
  touch-action: none;
  cursor: move;
}
.finance-editable-table table tbody tr:hover {
  background-color: #fafafa;
}
.finance-editable-table table tbody tr:hover .sotr-drag {
  color: #252525;
}
.finance-editable-table table thead th:last-child, .finance-editable-table table tbody td:last-child {
  padding-right: 25px;
}
.finance-editable-table table thead th:first-child, .finance-editable-table table tbody td:first-child {
  padding-left: 25px;
}
.finance-editable-table table tr {
  height: 66px;
}
.finance-editable-table table td, .finance-editable-table table th {
  padding: 12px 12px;
}
.finance-editable-table table .morpho-inline-edit {
  position: relative;
  top: -2px;
}
.finance-editable-table table .morpho-inline-edit .ant-input, .finance-editable-table table .morpho-inline-edit .ant-select, .finance-editable-table table .morpho-inline-edit .ant-picker, .finance-editable-table table .morpho-inline-edit .ant-input-number {
  width: 100% !important;
}
.finance-editable-table .editable-table-footer {
  color: #5d5d5d;
}
.finance-editable-table .editable-table-footer .table-foot {
  display: flex;
  justify-content: space-between;
  line-height: 19px;
  margin-top: 20px;
  padding: 0 25px 0 10px;
}
.finance-editable-table .editable-table-footer .table-foot .ant-btn {
  color: #217eb2;
}
.finance-editable-table .editable-table-footer .table-foot .ant-btn:disabled {
  color: rgba(0, 0, 0, 0.25);
}
.finance-editable-table .editable-table-footer .table-foot .total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.finance-editable-table .editable-table-footer .table-foot .total .total-k {
  width: 150px;
}
.finance-editable-table .editable-table-footer .table-foot .currency-amount .ant-statistic-content {
  color: #5d5d5d;
}
.finance-editable-table .editable-table-footer .table-foot-amount, .finance-editable-table .editable-table-footer .table-foot-amount-2, .finance-editable-table .editable-table-footer .table-foot-amount-3 {
  height: 80px;
  background: #f0f6fd;
  align-items: center;
  margin-top: 10px;
  color: #217eb2;
  font-weight: bold;
}
.finance-editable-table .editable-table-footer .table-foot-amount .currency-amount .currency, .finance-editable-table .editable-table-footer .table-foot-amount-2 .currency-amount .currency, .finance-editable-table .editable-table-footer .table-foot-amount-3 .currency-amount .currency {
  color: #217eb2;
}
.finance-editable-table .editable-table-footer .table-foot-amount .currency-amount .ant-statistic .ant-statistic-content, .finance-editable-table .editable-table-footer .table-foot-amount-2 .currency-amount .ant-statistic .ant-statistic-content, .finance-editable-table .editable-table-footer .table-foot-amount-3 .currency-amount .ant-statistic .ant-statistic-content {
  color: #217eb2;
}
.finance-editable-table .editable-table-footer .table-foot-amount {
  display: flex;
  justify-content: space-between;
  padding: 0 100px 0 15px;
}
.finance-editable-table .editable-table-footer .table-foot-amount-2 {
  padding: 0 15px 0 15px;
}
.finance-editable-table .editable-table-footer .table-foot-amount-2 .credit-amount {
  color: #b22121;
}
.finance-editable-table .editable-table-footer .table-foot-amount-2 .credit-amount .currency-amount .currency {
  color: #b22121;
  margin-left: 0;
}
.finance-editable-table .editable-table-footer .table-foot-amount-2 .credit-amount .currency-amount .ant-statistic .ant-statistic-content {
  color: #b22121;
}
.finance-editable-table .editable-table-footer .table-foot-amount-3 {
  display: flex;
  justify-content: space-between;
  padding: 0 25px 0 10px;
}
.finance-editable-table .editable-table-footer .table-foot-amount-3 .amount-content {
  display: flex;
  justify-content: space-between;
}
.finance-editable-table .table-foot_2 {
  color: #217eb2;
  background: #f0f6fd;
  font-weight: bold;
  padding: 10px 50px 10px 15px;
  display: flex;
  justify-content: end;
  align-items: center;
}
.finance-editable-table .table-foot_2 .text {
  width: 150px;
}
.finance-editable-table .table-foot_2 .ant-statistic .ant-statistic-content {
  color: #217eb2;
}
.finance-editable-table .table-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.finance-editable-table .table-title .title {
  color: #5d5d5d;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.finance-editable-table .table-title .ant-btn {
  height: 24px;
  color: #217eb2;
  font-weight: bold;
}
.doc-plus-icon {
  display: inline-block;
  padding: 4px;
  font-size: 13px;
  line-height: 1px;
  color: #ffffff;
  background: #1abc9c;
  cursor: pointer;
}
.ant-btn-primary.ant-btn-background-ghost.btn-primary-ghost {
  height: 30px;
  line-height: 20px;
  color: #217eb2;
  border-color: #217eb2;
  border-radius: 5px;
}
.ant-alert.dashboard-alert {
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 6px #00000029;
  margin-top: 10px;
  padding: 10px 12px;
  align-items: flex-start;
}
.ant-alert.dashboard-alert.ant-alert-info {
  background: #e0efff;
  border-top: solid 3px #217eb2;
}
.ant-alert.dashboard-alert.ant-alert-warning {
  background: #fdfff7;
  border-top: solid 3px #fce534;
}
.ant-alert.dashboard-alert.ant-alert-error {
  background: #fff7f7;
  border-top: solid 3px #b04d4d;
}
.ant-alert.dashboard-alert.normal-alert {
  color: #5d5d5d;
}
.ant-alert.dashboard-alert .ant-alert-icon {
  color: #5d5d5d;
  margin-top: 4px;
}
.ant-alert.dashboard-alert .ant-alert-close-icon {
  margin-top: 4px;
}
.ant-alert.dashboard-alert .ant-alert-close-icon .anticon-close {
  color: #5d5d5d;
}
.voplus-antd-table {
  flex: 1;
  padding: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.voplus-antd-table .ant-table-wrapper .ant-table-thead > tr > th {
  color: #5d5d5d;
  background: #e7f1fc;
  padding: 9px 10px 10px;
}
.voplus-antd-table .ant-table-wrapper .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(
              .ant-table-row-expand-icon-cell
            ):not([colspan])::before {
  width: 0;
}
.voplus-antd-table .ant-table-wrapper .ant-table-thead .ant-table-cell-scrollbar {
  background: #e7f1fc;
}
.voplus-antd-table .ant-table-wrapper .ant-table-thead .ant-table-cell-scrollbar:not([rowspan]) {
  box-shadow: none;
}
.voplus-antd-table .ant-table-wrapper table, .voplus-antd-table .ant-table-wrapper .ant-table .ant-table-header {
  border-radius: 0;
}
.voplus-antd-table .ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:last-child {
  border-start-end-radius: 0;
}
.voplus-antd-table .ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:first-child {
  border-start-start-radius: 0;
}
.voplus-antd-table .ant-table-wrapper .ant-table-cell {
  padding: 10px 10px;
}
.voplus-antd-table .ant-table-wrapper .ant-table-tbody .ant-table-row:last-child .ant-table-cell {
  border: none;
}
.voplus-antd-table .ant-table-wrapper .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover {
  background: #f4f9ff;
}
.voplus-antd-table .ant-table-wrapper .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover .tool-bar {
  display: block;
}
.voplus-antd-table .ant-table-wrapper .ant-table-tbody .ant-table-placeholder .ant-table-cell {
  border: none;
}
.voplus-antd-table .ant-table-wrapper .tool-bar {
  display: none;
}
.voplus-antd-table .ant-table-wrapper .tool-bar .ant-btn {
  font-size: 14px;
  color: #217eb2;
  padding: 0;
}
.voplus-tag.ant-tag {
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #5d5d5d;
  padding: 0 12px;
  margin-right: 15px;
}
.voplus-tag.ant-tag .ant-tag-close-icon {
  font-size: 13px;
  color: #5d5d5d;
  margin-left: 5px;
}
.voplus-tag.ant-tag .ant-tag-close-icon:hover {
  color: #217eb2;
}
.finance-ledger-table thead th:last-child, .finance-ledger-table tbody td:last-child {
  padding-right: 25px;
}
.finance-ledger-table thead th:first-child, .finance-ledger-table tbody td:first-child {
  padding-left: 25px;
}
.finance-ledger-table .ant-table-thead > tr:first-child > *:first-child {
  border-start-start-radius: 0 !important;
}
.finance-ledger-table .ant-table-thead > tr:first-child > *:last-child {
  border-start-end-radius: 0 !important;
}
.finance-ledger-table .ant-table-thead > tr > th {
  color: #5d5d5d;
  background: #f0f6fd;
  border: none;
}
.finance-ledger-table .ant-table-thead > tr > th::before {
  background-color: transparent !important;
}
.finance-ledger-table .ant-table-thead > tr > th .table-currency {
  color: #5d5d5d;
  font-weight: 500;
}
.finance-ledger-table .ant-table-tbody > tr > td {
  color: #5d5d5d;
}
.finance-ledger-table .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: #fafafa85;
}
.finance-ledger-table .currency-amount.isCurrency {
  display: inline-flex;
}
.finance-ledger-table .currency-amount .currency {
  color: #5d5d5d;
  transform: none;
  margin-right: 1px;
  margin-left: 0;
}
.finance-ledger-table .currency-amount .ant-statistic .ant-statistic-content {
  color: #5d5d5d;
}
.finance-ledger-table .ledger-table-amount {
  display: flex;
  justify-content: space-between;
}
.finance-ledger-table .ledger-table-amount .accountAmount {
  display: flex;
  width: 60%;
  justify-content: right;
}
.finance-ledger-table .ant-table-footer {
  padding: 0;
}
.finance-ledger-table .ledger-table-foot {
  align-items: center;
  color: #217eb2;
  font-weight: bold;
  background: #f0f6fd;
  height: 80px;
  padding: 0 16px;
  margin-top: 30px;
}
 {
  /* Give selected cells a blue overlay */
}
.ProseMirror .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}
.ProseMirror .anchor {
  float: left;
  line-height: 1;
  margin-left: -20px;
  padding-right: 4px;
}
.ProseMirror .anchor:focus {
  outline: none;
}
.ProseMirror h1 .octicon-link, .ProseMirror h2 .octicon-link, .ProseMirror h3 .octicon-link, .ProseMirror h4 .octicon-link, .ProseMirror h5 .octicon-link, .ProseMirror h6 .octicon-link {
  color: #1b1f23;
  vertical-align: middle;
  visibility: hidden;
}
.ProseMirror h1:hover .anchor, .ProseMirror h2:hover .anchor, .ProseMirror h3:hover .anchor, .ProseMirror h4:hover .anchor, .ProseMirror h5:hover .anchor, .ProseMirror h6:hover .anchor {
  text-decoration: none;
}
.ProseMirror h1:hover .anchor .octicon-link, .ProseMirror h2:hover .anchor .octicon-link, .ProseMirror h3:hover .anchor .octicon-link, .ProseMirror h4:hover .anchor .octicon-link, .ProseMirror h5:hover .anchor .octicon-link, .ProseMirror h6:hover .anchor .octicon-link {
  visibility: visible;
}
.ProseMirror h1:hover .anchor .octicon-link:before, .ProseMirror h2:hover .anchor .octicon-link:before, .ProseMirror h3:hover .anchor .octicon-link:before, .ProseMirror h4:hover .anchor .octicon-link:before, .ProseMirror h5:hover .anchor .octicon-link:before, .ProseMirror h6:hover .anchor .octicon-link:before {
  width: 16px;
  height: 16px;
  content: " ";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' width='16' height='16' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z'%3E%3C/path%3E%3C/svg%3E");
}
.ProseMirror {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #24292e;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ProseMirror details {
  display: block;
}
.ProseMirror summary {
  display: list-item;
}
.ProseMirror a {
  background-color: initial;
}
.ProseMirror a:active, .ProseMirror a:hover {
  outline-width: 0;
}
.ProseMirror strong {
  font-weight: inherit;
  font-weight: bolder;
}
.ProseMirror h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.ProseMirror img {
  border-style: none;
}
.ProseMirror code, .ProseMirror kbd, .ProseMirror pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.ProseMirror hr {
  box-sizing: initial;
  height: 0;
  overflow: visible;
}
.ProseMirror input {
  font: inherit;
  margin: 0;
  overflow: visible;
}
.ProseMirror [type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
.ProseMirror * {
  box-sizing: border-box;
}
.ProseMirror input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ProseMirror a {
  color: #0366d6;
  text-decoration: none;
}
.ProseMirror a:hover {
  text-decoration: underline;
}
.ProseMirror strong {
  font-weight: 600;
}
.ProseMirror hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfe2e5;
}
.ProseMirror hr:after, .ProseMirror hr:before {
  display: table;
  content: "";
}
.ProseMirror hr:after {
  clear: both;
}
.ProseMirror table {
  border-spacing: 0;
  border-collapse: collapse;
}
.ProseMirror td, .ProseMirror th {
  padding: 0;
}
.ProseMirror details summary {
  cursor: pointer;
}
.ProseMirror kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: 1px solid #d1d5da;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #d1d5da;
}
.ProseMirror h1, .ProseMirror h2, .ProseMirror h3, .ProseMirror h4, .ProseMirror h5, .ProseMirror h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.ProseMirror h1 {
  font-size: 32px;
}
.ProseMirror h1, .ProseMirror h2 {
  font-weight: 600;
}
.ProseMirror h2 {
  font-size: 24px;
}
.ProseMirror h3 {
  font-size: 20px;
}
.ProseMirror h3, .ProseMirror h4 {
  font-weight: 600;
}
.ProseMirror h4 {
  font-size: 16px;
}
.ProseMirror h5 {
  font-size: 14px;
}
.ProseMirror h5, .ProseMirror h6 {
  font-weight: 600;
}
.ProseMirror h6 {
  font-size: 12px;
}
.ProseMirror p {
  margin-top: 0;
  margin-bottom: 10px;
}
.ProseMirror blockquote {
  margin: 0;
}
.ProseMirror ol {
  list-style-type: decimal;
}
.ProseMirror ul {
  list-style-type: disc;
}
.ProseMirror ol, .ProseMirror ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ProseMirror ol ol, .ProseMirror ul ol {
  list-style-type: lower-roman;
}
.ProseMirror ol ol ol, .ProseMirror ol ul ol, .ProseMirror ul ol ol, .ProseMirror ul ul ol {
  list-style-type: lower-alpha;
}
.ProseMirror dd {
  margin-left: 0;
}
.ProseMirror code, .ProseMirror pre {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 12px;
}
.ProseMirror pre {
  margin-top: 0;
  margin-bottom: 0;
}
.ProseMirror input::-webkit-inner-spin-button, .ProseMirror input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
.ProseMirror :checked + .radio-label {
  position: relative;
  z-index: 1;
  border-color: #0366d6;
}
.ProseMirror .border {
  border: 1px solid #e1e4e8 !important;
}
.ProseMirror .border-0 {
  border: 0 !important;
}
.ProseMirror .border-bottom {
  border-bottom: 1px solid #e1e4e8 !important;
}
.ProseMirror .rounded-1 {
  border-radius: 3px !important;
}
.ProseMirror .bg-white {
  background-color: #fff !important;
}
.ProseMirror .bg-gray-light {
  background-color: #fafbfc !important;
}
.ProseMirror .text-gray-light {
  color: #6a737d !important;
}
.ProseMirror .mb-0 {
  margin-bottom: 0 !important;
}
.ProseMirror .my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.ProseMirror .pl-0 {
  padding-left: 0 !important;
}
.ProseMirror .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ProseMirror .pl-1 {
  padding-left: 4px !important;
}
.ProseMirror .pl-2 {
  padding-left: 8px !important;
}
.ProseMirror .py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.ProseMirror .pl-3, .ProseMirror .px-3 {
  padding-left: 16px !important;
}
.ProseMirror .px-3 {
  padding-right: 16px !important;
}
.ProseMirror .pl-4 {
  padding-left: 24px !important;
}
.ProseMirror .pl-5 {
  padding-left: 32px !important;
}
.ProseMirror .pl-6 {
  padding-left: 40px !important;
}
.ProseMirror .f6 {
  font-size: 12px !important;
}
.ProseMirror .lh-condensed {
  line-height: 1.25 !important;
}
.ProseMirror .text-bold {
  font-weight: 600 !important;
}
.ProseMirror .pl-c {
  color: #6a737d;
}
.ProseMirror .pl-c1, .ProseMirror .pl-s .pl-v {
  color: #005cc5;
}
.ProseMirror .pl-e, .ProseMirror .pl-en {
  color: #6f42c1;
}
.ProseMirror .pl-s .pl-s1, .ProseMirror .pl-smi {
  color: #24292e;
}
.ProseMirror .pl-ent {
  color: #22863a;
}
.ProseMirror .pl-k {
  color: #d73a49;
}
.ProseMirror .pl-pds, .ProseMirror .pl-s, .ProseMirror .pl-s .pl-pse .pl-s1, .ProseMirror .pl-sr, .ProseMirror .pl-sr .pl-cce, .ProseMirror .pl-sr .pl-sra, .ProseMirror .pl-sr .pl-sre {
  color: #032f62;
}
.ProseMirror .pl-smw, .ProseMirror .pl-v {
  color: #e36209;
}
.ProseMirror .pl-bu {
  color: #b31d28;
}
.ProseMirror .pl-ii {
  color: #fafbfc;
  background-color: #b31d28;
}
.ProseMirror .pl-c2 {
  color: #fafbfc;
  background-color: #d73a49;
}
.ProseMirror .pl-c2:before {
  content: "^M";
}
.ProseMirror .pl-sr .pl-cce {
  font-weight: 700;
  color: #22863a;
}
.ProseMirror .pl-ml {
  color: #735c0f;
}
.ProseMirror .pl-mh, .ProseMirror .pl-mh .pl-en, .ProseMirror .pl-ms {
  font-weight: 700;
  color: #005cc5;
}
.ProseMirror .pl-mi {
  font-style: italic;
  color: #24292e;
}
.ProseMirror .pl-mb {
  font-weight: 700;
  color: #24292e;
}
.ProseMirror .pl-md {
  color: #b31d28;
  background-color: #ffeef0;
}
.ProseMirror .pl-mi1 {
  color: #22863a;
  background-color: #f0fff4;
}
.ProseMirror .pl-mc {
  color: #e36209;
  background-color: #ffebda;
}
.ProseMirror .pl-mi2 {
  color: #f6f8fa;
  background-color: #005cc5;
}
.ProseMirror .pl-mdr {
  font-weight: 700;
  color: #6f42c1;
}
.ProseMirror .pl-ba {
  color: #586069;
}
.ProseMirror .pl-sg {
  color: #959da5;
}
.ProseMirror .pl-corl {
  text-decoration: underline;
  color: #032f62;
}
.ProseMirror .mb-0 {
  margin-bottom: 0 !important;
}
.ProseMirror .my-2 {
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}
.ProseMirror .pl-0 {
  padding-left: 0 !important;
}
.ProseMirror .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ProseMirror .pl-1 {
  padding-left: 4px !important;
}
.ProseMirror .pl-2 {
  padding-left: 8px !important;
}
.ProseMirror .py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.ProseMirror .pl-3 {
  padding-left: 16px !important;
}
.ProseMirror .pl-4 {
  padding-left: 24px !important;
}
.ProseMirror .pl-5 {
  padding-left: 32px !important;
}
.ProseMirror .pl-6 {
  padding-left: 40px !important;
}
.ProseMirror .pl-7 {
  padding-left: 48px !important;
}
.ProseMirror .pl-8 {
  padding-left: 64px !important;
}
.ProseMirror .pl-9 {
  padding-left: 80px !important;
}
.ProseMirror .pl-10 {
  padding-left: 96px !important;
}
.ProseMirror .pl-11 {
  padding-left: 112px !important;
}
.ProseMirror .pl-12 {
  padding-left: 128px !important;
}
.ProseMirror hr {
  border-bottom-color: #eee;
}
.ProseMirror kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: 1px solid #d1d5da;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #d1d5da;
}
.ProseMirror:after, .ProseMirror:before {
  display: table;
  content: "";
}
.ProseMirror:after {
  clear: both;
}
.ProseMirror > :first-child {
  margin-top: 0 !important;
}
.ProseMirror > :last-child {
  margin-bottom: 0 !important;
}
.ProseMirror a:not([href]) {
  color: inherit;
  text-decoration: none;
}
.ProseMirror blockquote, .ProseMirror details, .ProseMirror dl, .ProseMirror ol, .ProseMirror p, .ProseMirror pre, .ProseMirror table, .ProseMirror ul {
  margin-top: 0;
  margin-bottom: 16px;
}
.ProseMirror hr {
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: #e1e4e8;
  border: 0;
}
.ProseMirror blockquote {
  padding: 0 0 0 1em;
  color: #6a737d;
  border-left: 0;
}
.ProseMirror blockquote > :first-child {
  margin-top: 0;
}
.ProseMirror blockquote > :last-child {
  margin-bottom: 0;
}
.ProseMirror h1, .ProseMirror h2, .ProseMirror h3, .ProseMirror h4, .ProseMirror h5, .ProseMirror h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.ProseMirror h1 {
  font-size: 2em;
}
.ProseMirror h2 {
  font-size: 1.5em;
}
.ProseMirror h3 {
  font-size: 1.25em;
}
.ProseMirror h4 {
  font-size: 1em;
}
.ProseMirror h5 {
  font-size: 0.875em;
}
.ProseMirror h6 {
  font-size: 0.85em;
  color: #6a737d;
}
.ProseMirror ol, .ProseMirror ul {
  padding-left: 2em;
}
.ProseMirror ol ol, .ProseMirror ol ul, .ProseMirror ul ol, .ProseMirror ul ul {
  margin-top: 0;
  margin-bottom: 0;
}
.ProseMirror li {
  word-wrap: break-all;
}
.ProseMirror li > p {
  margin-top: 16px;
}
.ProseMirror li + li {
  margin-top: 0.25em;
}
.ProseMirror dl {
  padding: 0;
}
.ProseMirror dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}
.ProseMirror dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}
.ProseMirror table {
  border-collapse: initial;
  border-spacing: 0;
  border: 1px solid var(--czi-table-border-color);
  border-width: 0 thin thin 0;
  table-layout: fixed;
  width: 100%;
  min-width: 100% !important;
  margin: 0;
  overflow: auto;
}
.ProseMirror table colgroup {
  width: 100%;
}
.ProseMirror table th {
  font-weight: 600;
}
.ProseMirror table td, .ProseMirror table th {
  padding: 10px;
  border: 1px solid #dfe2e5;
  /** 这里不能用position，会导致 table 内的 hyperlink 顯示位置有問題 */
  vertical-align: top;
}
.ProseMirror table td p, .ProseMirror table th p {
  margin: 0;
}
.ProseMirror table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}
.ProseMirror table tr:nth-child(2n) {
  background-color: #f6f8fa;
}
.ProseMirror .selectedCell::after {
  background: rgba(152, 204, 253, 0.4);
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.ProseMirror .prosemirror-mention-node + img.ProseMirror-separator {
  display: none;
}
.ProseMirror img {
  max-width: 100%;
  box-sizing: initial;
  background-color: #fff;
}
.ProseMirror img[data-align="img-right"] {
  float: right;
  margin-left: 20px;
}
.ProseMirror img[data-align="img-left"] {
  float: left;
  margin-right: 20px;
}
.ProseMirror img[data-align="img-center"] {
  display: block;
  margin: 0 auto;
}
.ProseMirror img[data-align="img-inline"] {
  display: inline-block;
}
.ProseMirror .selected {
  outline: 2px solid #8cf;
}
.ProseMirror code {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
}
.ProseMirror pre {
  word-wrap: normal;
}
.ProseMirror pre > code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre-wrap;
  background: transparent;
  border: 0;
}
.ProseMirror .highlight {
  margin-bottom: 16px;
}
.ProseMirror .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}
.ProseMirror .highlight pre, .ProseMirror pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f6f8fa;
  border-radius: 3px;
}
.ProseMirror pre code {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: initial;
  border: 0;
}
.ProseMirror .commit-tease-sha {
  display: inline-block;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 90%;
  color: #444d56;
}
.ProseMirror .full-commit .btn-outline:not(:disabled):hover {
  color: #005cc5;
  border-color: #005cc5;
}
.ProseMirror .blob-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}
.ProseMirror .blob-wrapper-embedded {
  max-height: 240px;
  overflow-y: auto;
}
.ProseMirror .blob-num {
  width: 1%;
  min-width: 50px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 12px;
  line-height: 20px;
  color: rgba(27, 31, 35, 0.3);
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ProseMirror .blob-num:hover {
  color: rgba(27, 31, 35, 0.6);
}
.ProseMirror .blob-num:before {
  content: attr(data-line-number);
}
.ProseMirror .blob-code {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 20px;
  vertical-align: top;
}
.ProseMirror .blob-code-inner {
  overflow: visible;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 12px;
  color: #24292e;
  word-wrap: normal;
  white-space: pre;
}
.ProseMirror .pl-token.active, .ProseMirror .pl-token:hover {
  cursor: pointer;
  background: #ffea7f;
}
.ProseMirror .tab-size[data-tab-size="1"] {
  -moz-tab-size: 1;
  tab-size: 1;
}
.ProseMirror .tab-size[data-tab-size="2"] {
  -moz-tab-size: 2;
  tab-size: 2;
}
.ProseMirror .tab-size[data-tab-size="3"] {
  -moz-tab-size: 3;
  tab-size: 3;
}
.ProseMirror .tab-size[data-tab-size="4"] {
  -moz-tab-size: 4;
  tab-size: 4;
}
.ProseMirror .tab-size[data-tab-size="5"] {
  -moz-tab-size: 5;
  tab-size: 5;
}
.ProseMirror .tab-size[data-tab-size="6"] {
  -moz-tab-size: 6;
  tab-size: 6;
}
.ProseMirror .tab-size[data-tab-size="7"] {
  -moz-tab-size: 7;
  tab-size: 7;
}
.ProseMirror .tab-size[data-tab-size="8"] {
  -moz-tab-size: 8;
  tab-size: 8;
}
.ProseMirror .tab-size[data-tab-size="9"] {
  -moz-tab-size: 9;
  tab-size: 9;
}
.ProseMirror .tab-size[data-tab-size="10"] {
  -moz-tab-size: 10;
  tab-size: 10;
}
.ProseMirror .tab-size[data-tab-size="11"] {
  -moz-tab-size: 11;
  tab-size: 11;
}
.ProseMirror .tab-size[data-tab-size="12"] {
  -moz-tab-size: 12;
  tab-size: 12;
}
.ProseMirror .task-list-item {
  list-style-type: none;
}
.ProseMirror .task-list-item + .task-list-item {
  margin-top: 3px;
}
.ProseMirror .task-list-item input {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle;
}
.ProseMirror .left {
  text-align: left;
}
.ProseMirror .right {
  text-align: right;
}
.ProseMirror .center {
  text-align: center;
}
.ProseMirror .indent-1 {
  margin-left: 2em;
}
.ProseMirror .indent-2 {
  margin-left: 4em;
}
.ProseMirror .indent-3 {
  margin-left: 6em;
}
.ProseMirror .indent-4 {
  margin-left: 8em;
}
.ProseMirror .indent-5 {
  margin-left: 10em;
}
.ProseMirror .indent-6 {
  margin-left: 12em;
}
.ProseMirror .indent-7 {
  margin-left: 14em;
}
.ProseMirror .indent-8 {
  margin-left: 16em;
}
.ProseMirror .indent-9 {
  margin-left: 18em;
}
.ProseMirror .indent-10 {
  margin-left: 20em;
}
.ProseMirror .insert-alert {
  position: relative;
  padding: 15px 15px 15px 63px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5715;
  border-radius: 2px;
  margin-bottom: 16px;
}
.ProseMirror .insert-alert[data-alertType="info"] {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.ProseMirror .insert-alert[data-alertType="warning"] {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}
.ProseMirror .insert-alert img {
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  top: 18px;
  left: 24px;
}
.image-upload-placeholder {
  margin: 0 4px;
}
.cursor-widget {
  display: inline-block;
  width: 1.5px;
  position: relative;
}
.cursor-widget:hover .cursor-user {
  display: block;
}
.cursor-widget .cursor-user {
  position: absolute;
  left: 0;
  top: -20px;
  color: #fff;
  padding: 0 5px;
  display: none;
}
.prosemirror-mention-node {
  color: #252525;
  cursor: pointer;
  line-height: 1.714;
  font-size: 1em;
  font-weight: normal;
  word-break: break-word;
  background: #ecedf0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  border-radius: 5px;
  padding: 0px 0.3em 2px 0.23em;
  margin: 0 4px;
}
.element___VvLyR {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}
.element___VvLyR .prosemirror-content {
  position: relative;
  height: 100%;
}
.element___VvLyR .ProseMirror-container {
  min-height: 100%;
  display: flex;
  border: 1px solid #f0f0f0;
}
.element___VvLyR .ProseMirror-container.readonly {
  border: unset;
}
.element___VvLyR .ProseMirror {
  flex: 1;
  outline: none;
  tab-size: 4;
  white-space: pre-wrap;
  line-height: 1.42;
  padding: 1rem 1.25rem;
  word-wrap: break-word;
}
.element___VvLyR .cm-editor {
  height: auto;
  min-height: 50px;
  margin: 20px 0px;
}
.element___VvLyR .cm-editor .codeblock-toolbar {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  z-index: 10;
}
.element___VvLyR .cm-editor .codeblock-toolbar .ant-btn {
  padding: 4px 8px;
}
.element___VvLyR .cm-editor .codeblock-toolbar svg {
  font-size: 15px;
}
.element___VvLyR .placeholder::before {
  position: absolute;
  pointer-events: none;
  color: #5d5d5d;
  cursor: text;
  font-size: 14px;
  content: attr(data-placeholder);
}

html {
  height: 100%;
}
html body {
  height: 100%;
}
.property-label-subtitle {
  opacity: 0.5;
  transform: scale(0.7);
  transform-origin: left;
}
.editor-toolbar {
  border-radius: 5px 5px 0 0;
}
.ProseMirror-container {
  border-radius: 0 0 5px 5px;
}
.add-info-style {
  color: #94a3b8;
  font-size: 12px;
  cursor: default;
  border-bottom: 1px dotted #94a3b8;
}
.submenu-status-title {
  font-size: 12px;
  color: #00000073;
  margin-left: 5px;
}
.ant-select-multiple .ant-select-selection-item-remove {
  display: inline-flex !important;
  align-items: center;
}
.ant-btn {
  border-radius: 5px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child), .ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child), .ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ant-badge-count {
  min-width: 15px !important;
  height: 15px !important;
  line-height: 15px !important;
  font-size: 12px;
  color: #ffffff !important;
  background: #217eb2 !important;
  border: none;
  box-shadow: none;
  border-radius: 2px !important;
}
.ant-input {
  border-radius: 5px;
}
.ant-select-selector {
  border-radius: 5px !important;
}
.ant-select-dropdown {
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.14);
}
.ant-menu-submenu > .ant-menu {
  border-radius: 5px;
}
.ant-dropdown-menu {
  border-radius: 5px !important;
  box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.14) !important;
}
:where(.css-dev-only-do-not-override-mxhywb).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover {
  background-color: #e6f4ff !important;
}
.tool-bar-menu {
  border-radius: 5px !important;
  box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.14) !important;
  padding: 4px 8px !important;
}
.tool-bar-menu .ant-btn:hover {
  background-color: #94cdff !important;
  box-shadow: 0px 3px 6px rgba(99, 99, 99, 0.16) !important;
  border-radius: 5px !important;
}
.ant-popover-inner {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.14);
}
.ant-tag {
  border-radius: 4px;
}
.ant-picker {
  border-radius: 5px;
}
.ant-tabs .ant-tabs-tab {
  font-size: 16px;
  color: #575757;
}
.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #217eb2;
}
.ant-tabs .ant-tabs-ink-bar {
  background: #217eb2;
}
.ant-tabs .ant-tabs-content-holder .ant-tabs-content {
  height: 100%;
  background: #ffffff;
}
.ant-tabs .ant-tabs-tabpane {
  height: 100%;
}
.ant-tabs .ant-tabs-top > .ant-tabs-nav {
  margin: 0;
}
.ant-form-item-label > label {
  color: #000;
}
.ant-switch {
  background-color: rgba(0, 0, 0, 0.25);
}
.voplus-antd-menu {
  font-size: 16px;
  color: #505050;
  border-right: none;
}
.voplus-antd-menu .ant-menu-item {
  height: 39.11111111px;
  line-height: 39.11111111px;
  border-radius: 5px;
}
.voplus-antd-menu .ant-menu-submenu > .ant-menu-submenu-title {
  height: 39.11111111px;
  line-height: 39.11111111px;
  color: #5d5d5d;
  background: transparent;
  padding: 0 13px !important;
  margin: 0;
}
.voplus-antd-menu .ant-menu-submenu > .ant-menu-submenu-title:hover {
  color: #217eb2;
}
.voplus-antd-menu .ant-menu-submenu > .ant-menu-submenu-title:hover .ant-menu-item-icon {
  color: #217eb2;
}
.voplus-antd-menu .ant-menu-sub > .ant-menu-item {
  height: 30.22222222px;
  line-height: 30.22222222px;
  font-size: 14px;
  padding: 0 13px 0 37px !important;
}
.voplus-antd-menu .ant-menu-sub > .ant-menu-item .ant-badge-count {
  transform: scale(0.8);
}
.voplus-antd-menu .ant-menu-item .ant-menu-item-icon, .voplus-antd-menu .ant-menu-submenu-title .ant-menu-item-icon, .voplus-antd-menu .ant-menu-item .anticon, .voplus-antd-menu .ant-menu-submenu-title .anticon {
  font-size: 16px;
}
.voplus-antd-menu.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  font-weight: bold;
  color: #217eb2;
  background: #f0f7ff;
}
.voplus-antd-menu.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected .ant-menu-item-icon {
  color: #217eb2;
}
.voplus-antd-menu .ant-menu-item-disabled, .voplus-antd-menu .ant-menu-submenu-disabled {
  color: #bfbfbf !important;
}
.voplus-antd-menu .ant-menu-item:not(.ant-menu-item-selected):hover {
  background-color: transparent;
}
.voplus-antd-menu .ant-menu-item:not(.ant-menu-item-selected):not(
      .ant-menu-submenu-selected
    ):not(.ant-menu-item-disabled):hover {
  color: #217eb2;
}
.voplus-antd-menu .ant-menu-item:not(.ant-menu-item-selected):not(
      .ant-menu-submenu-selected
    ):not(.ant-menu-item-disabled):hover .ant-menu-item-icon {
  color: #217eb2;
}
.voplus-antd-menu .ant-menu-item-group-title {
  color: #868686;
  padding: 15px 13px 5px;
}
.voplus-antd-menu .ant-menu-item-divider {
  border-color: #e6e6e6;
  margin-block: 6px;
}
.ant-modal {
  font-size: 16px;
}
.ant-modal .ant-modal-content {
  padding: 0;
}
.ant-modal .ant-modal-content .ant-modal-close-x {
  color: #ffffff;
}
.ant-modal .ant-modal-content .ant-modal-header {
  padding: 16px 24px;
  background: #217eb2;
}
.ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  color: #ffffff;
  font-weight: normal;
}
.ant-modal .ant-modal-content .ant-modal-body {
  padding: 24px;
}
.ant-modal .ant-modal-content .ant-modal-footer {
  padding: 0 24px 20px 24px;
}
.ant-message .ant-message-custom-content {
  display: flex;
  align-items: center;
}
.ant-btn-primary {
  background-color: #217eb2;
}
.ant-btn-primary:disabled {
  background: rgba(0, 0, 0, 0.04);
}
.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover {
  background-color: #217eb2;
}
.properties-list {
  height: 100%;
  color: #5d5d5d;
  display: flex;
  flex-direction: column;
  padding: 0 8px;
}
.properties-list.noDocHeader .description-editor_2 {
  margin-top: 1.25em;
}
.properties-list .prop-item {
  margin-bottom: 13px;
}
.properties-list .prop-item .tag-view-2 .ant-tag {
  margin-top: 0;
}
.properties-list .properties-header {
  font-size: 1em;
  padding: 0.625em 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25em;
}
.properties-list .properties-header .title {
  font-size: 1.22222222em;
  font-weight: 500;
}
.properties-list .document-header-default {
  font-size: 1em;
  padding: 0.625em 0;
  margin-bottom: 1.25em;
}
.properties-list .document-header-default .document-name {
  font-size: 1.22222222em;
}
.properties-list .document-propertie-header {
  padding: 14px 0 14px 12px;
  border-bottom: 1px solid #cbcbcb;
}
.properties-list .document-propertie-header .document-header-content .document-name-content {
  align-items: center;
}
.properties-list .document-propertie-header .document-header-content .document-name-content .document-pre {
  font-size: 14px;
  color: #217eb2;
}
.properties-list .document-propertie-header .document-header-content .document-name-content .document-name {
  font-size: 14px;
  font-weight: bold;
}
.properties-list .description-editor, .properties-list .description-editor_2, .properties-list .document-panel-header-properties {
  padding-left: 12px;
  padding-right: 12px;
}
.properties-list .description-editor_2 .description-editor-header .edit-icon {
  padding-right: 0;
}
.properties-list .ant-form {
  font-size: 1em;
}
.properties-list .ant-form .ant-form-item {
  font-size: 1em;
}
.properties-list .ant-form .ant-form-item-label .ant-form-item-no-colon {
  color: #6b7c6c;
  font-weight: 500;
}
.properties-list .ant-form .ant-form-item-label > label {
  font-size: 1em;
  color: #252525;
}
.properties-list .properties-value {
  color: #868686;
}
.properties-list .currency-amount .ant-statistic-content {
  color: #374151;
}
.properties-list .ProseMirror {
  font-size: 1em;
  padding: 0;
}
.properties-list .description-editor-header {
  padding: 0;
}
.properties-list .description-editor .description-editor-proseMirror {
  padding: 0;
}
.properties-list .description-editor .description-readonly-proseMirror .ProseMirror-container .ProseMirror {
  padding: 0;
}
.quickView-modal-style {
  height: calc(100% - 200px);
}
.quickView-modal-style > div[tabindex="0"]:nth-child(1) {
  height: 100%;
}
.quickView-modal-style .ant-modal-content {
  height: 100%;
}
.quickView-modal-style .ant-modal-body {
  display: flex;
  height: 100%;
  padding: 0 !important;
}
.sub-node-menu {
  position: absolute;
  bottom: 0;
  left: -184px;
  padding: 4px 8px;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 5px;
  outline: none;
  box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.14);
}
.sub-node-menu .ant-btn {
  display: block;
  width: 100%;
  padding: 0 12px;
  height: 2.375em;
  color: #777777;
  text-align: left;
  border-radius: 0;
}
.sub-node-menu .ant-btn[disabled] {
  color: #bfbfbf;
}
.sub-node-menu .ant-btn:hover {
  background-color: #94cdff !important;
  box-shadow: 0px 3px 6px rgba(99, 99, 99, 0.16) !important;
  border-radius: 5px !important;
}
.sub-node-menu .ant-btn > span {
  margin-left: 10px;
}
.sub-node-menu .ant-popover-disabled-compatible-wrapper {
  width: 100%;
}
.sub-node-menu:empty {
  padding: 0;
}
.ant-table.ant-table-empty .ant-table-placeholder {
  z-index: 9 !important;
}
.nav-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nav-panel .nav-panel-title {
  padding: 10px 10px 10px 0;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.nav-panel .nav-panel-title .nav-panel-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-panel .nav-panel-menu {
  flex: 1;
}
.nav-panel .nav-panel-settings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #5d5d5d;
  height: 34.22222222px;
  line-height: 34.22222222px;
  border-radius: 5px;
  padding-left: 13px;
  margin-bottom: 7px;
  margin-right: 6px;
}
.nav-panel .nav-panel-settings.activeColor {
  font-weight: bold;
  color: #217eb2;
  background: #f0f7ff;
}
.nav-panel .nav-panel-settings:hover {
  color: #217eb2;
}
.nav-panel .nav-panel-settings svg {
  margin-right: 10px;
}
.nav-panel .ant-menu:first-of-type {
  background-color: #fff !important;
}
.nav-panel .ant-menu:first-of-type .ant-menu-item .ant-menu-item-icon, .nav-panel .ant-menu:first-of-type .ant-menu-submenu-title .ant-menu-item-icon {
  color: #5d5d5d;
}
.nav-panel .ant-menu:first-of-type .ant-menu-item-selected .ant-menu-item-icon {
  color: #5d5d5d;
}
.nav-panel .ant-menu:first-of-type .ant-menu-item-disabled .ant-menu-item-icon {
  color: #bfbfbf;
}
.nav-panel .ant-menu .ant-menu-item {
  padding-right: 20px;
  display: flex;
  align-items: center;
  color: #5d5d5d;
  padding: 0 13px !important;
  margin: 0;
}
.nav-panel .ant-menu .ant-menu-item.new-customer {
  color: #1ea7fd !important;
}
.nav-panel .ant-menu .ant-menu-item > span {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.nav-panel .ant-menu .ant-menu-item > span .item-name {
  flex: 1;
  overflow: hidden;
}
.element-tabs .ant-tabs-nav {
  padding-left: 20px;
}
.element-tabs .list-header-content {
  border-bottom: none !important;
}
.title-currency {
  color: #00000073;
  font-weight: normal;
  font-size: 0.875em;
}
.prosemirror-mention-node {
  display: inline-block;
  color: #252525;
  cursor: pointer;
  line-height: 1.33333333em;
  word-break: break-word;
  background: #ecedf0;
  border-radius: 5px;
  padding: 0.44444444em;
  margin-right: 0.44444444em;
}
.prosemirror-mention-link {
  color: #217eb2;
  background: #fff;
  padding: 0;
  text-decoration: underline;
  margin: 0 0.88888889em 0 0;
}
.finance-editable-table .currency-amount.isCurrency {
  display: inline-flex;
}
.finance-editable-table .currency-amount .currency {
  color: #5d5d5d;
  transform: none;
  margin-right: 1px;
  margin-left: 0;
}
.finance-editable-table .currency-amount .ant-statistic .ant-statistic-content {
  color: #5d5d5d;
}
.finance-editable-table table {
  table-layout: auto;
  font-size: 1em;
  line-height: 1.75em;
  color: #5d5d5d;
}
.finance-editable-table table thead {
  border: none;
}
.finance-editable-table table thead tr {
  background: #f0f6fd;
}
.finance-editable-table table thead tr:first-child > *:first-child {
  border-start-start-radius: 0;
}
.finance-editable-table table thead tr:first-child > *:last-child {
  border-start-end-radius: 0;
}
.finance-editable-table table thead tr th {
  position: relative;
  color: #5d5d5d;
  font-weight: 600;
}
.finance-editable-table table thead tr th::before {
  background-color: transparent !important;
}
.finance-editable-table table thead tr th:not(:last-child)::before {
  position: absolute;
  top: 50%;
  inset-inline-end: 0;
  width: 1px;
  height: 1.6em;
  background-color: #f0f0f0;
  transform: translateY(-50%);
  transition: background-color 0.2s;
  content: "";
}
.finance-editable-table table tbody tr {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.finance-editable-table table tbody tr .sotr-drag {
  color: #00000073;
  touch-action: none;
  cursor: move;
}
.finance-editable-table table tbody tr:hover {
  background-color: #fafafa;
}
.finance-editable-table table tbody tr:hover .sotr-drag {
  color: #252525;
}
.finance-editable-table table thead th:last-child, .finance-editable-table table tbody td:last-child {
  padding-right: 25px;
}
.finance-editable-table table thead th:first-child, .finance-editable-table table tbody td:first-child {
  padding-left: 25px;
}
.finance-editable-table table tr {
  height: 66px;
}
.finance-editable-table table td, .finance-editable-table table th {
  padding: 12px 12px;
}
.finance-editable-table table .morpho-inline-edit {
  position: relative;
  top: -2px;
}
.finance-editable-table table .morpho-inline-edit .ant-input, .finance-editable-table table .morpho-inline-edit .ant-select, .finance-editable-table table .morpho-inline-edit .ant-picker, .finance-editable-table table .morpho-inline-edit .ant-input-number {
  width: 100% !important;
}
.finance-editable-table .editable-table-footer {
  color: #5d5d5d;
}
.finance-editable-table .editable-table-footer .table-foot {
  display: flex;
  justify-content: space-between;
  line-height: 19px;
  margin-top: 20px;
  padding: 0 25px 0 10px;
}
.finance-editable-table .editable-table-footer .table-foot .ant-btn {
  color: #217eb2;
}
.finance-editable-table .editable-table-footer .table-foot .ant-btn:disabled {
  color: rgba(0, 0, 0, 0.25);
}
.finance-editable-table .editable-table-footer .table-foot .total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.finance-editable-table .editable-table-footer .table-foot .total .total-k {
  width: 150px;
}
.finance-editable-table .editable-table-footer .table-foot .currency-amount .ant-statistic-content {
  color: #5d5d5d;
}
.finance-editable-table .editable-table-footer .table-foot-amount, .finance-editable-table .editable-table-footer .table-foot-amount-2, .finance-editable-table .editable-table-footer .table-foot-amount-3 {
  height: 80px;
  background: #f0f6fd;
  align-items: center;
  margin-top: 10px;
  color: #217eb2;
  font-weight: bold;
}
.finance-editable-table .editable-table-footer .table-foot-amount .currency-amount .currency, .finance-editable-table .editable-table-footer .table-foot-amount-2 .currency-amount .currency, .finance-editable-table .editable-table-footer .table-foot-amount-3 .currency-amount .currency {
  color: #217eb2;
}
.finance-editable-table .editable-table-footer .table-foot-amount .currency-amount .ant-statistic .ant-statistic-content, .finance-editable-table .editable-table-footer .table-foot-amount-2 .currency-amount .ant-statistic .ant-statistic-content, .finance-editable-table .editable-table-footer .table-foot-amount-3 .currency-amount .ant-statistic .ant-statistic-content {
  color: #217eb2;
}
.finance-editable-table .editable-table-footer .table-foot-amount {
  display: flex;
  justify-content: space-between;
  padding: 0 100px 0 15px;
}
.finance-editable-table .editable-table-footer .table-foot-amount-2 {
  padding: 0 15px 0 15px;
}
.finance-editable-table .editable-table-footer .table-foot-amount-2 .credit-amount {
  color: #b22121;
}
.finance-editable-table .editable-table-footer .table-foot-amount-2 .credit-amount .currency-amount .currency {
  color: #b22121;
  margin-left: 0;
}
.finance-editable-table .editable-table-footer .table-foot-amount-2 .credit-amount .currency-amount .ant-statistic .ant-statistic-content {
  color: #b22121;
}
.finance-editable-table .editable-table-footer .table-foot-amount-3 {
  display: flex;
  justify-content: space-between;
  padding: 0 25px 0 10px;
}
.finance-editable-table .editable-table-footer .table-foot-amount-3 .amount-content {
  display: flex;
  justify-content: space-between;
}
.finance-editable-table .table-foot_2 {
  color: #217eb2;
  background: #f0f6fd;
  font-weight: bold;
  padding: 10px 50px 10px 15px;
  display: flex;
  justify-content: end;
  align-items: center;
}
.finance-editable-table .table-foot_2 .text {
  width: 150px;
}
.finance-editable-table .table-foot_2 .ant-statistic .ant-statistic-content {
  color: #217eb2;
}
.finance-editable-table .table-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.finance-editable-table .table-title .title {
  color: #5d5d5d;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.finance-editable-table .table-title .ant-btn {
  height: 24px;
  color: #217eb2;
  font-weight: bold;
}
.doc-plus-icon {
  display: inline-block;
  padding: 4px;
  font-size: 13px;
  line-height: 1px;
  color: #ffffff;
  background: #1abc9c;
  cursor: pointer;
}
.ant-btn-primary.ant-btn-background-ghost.btn-primary-ghost {
  height: 30px;
  line-height: 20px;
  color: #217eb2;
  border-color: #217eb2;
  border-radius: 5px;
}
.ant-alert.dashboard-alert {
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 6px #00000029;
  margin-top: 10px;
  padding: 10px 12px;
  align-items: flex-start;
}
.ant-alert.dashboard-alert.ant-alert-info {
  background: #e0efff;
  border-top: solid 3px #217eb2;
}
.ant-alert.dashboard-alert.ant-alert-warning {
  background: #fdfff7;
  border-top: solid 3px #fce534;
}
.ant-alert.dashboard-alert.ant-alert-error {
  background: #fff7f7;
  border-top: solid 3px #b04d4d;
}
.ant-alert.dashboard-alert.normal-alert {
  color: #5d5d5d;
}
.ant-alert.dashboard-alert .ant-alert-icon {
  color: #5d5d5d;
  margin-top: 4px;
}
.ant-alert.dashboard-alert .ant-alert-close-icon {
  margin-top: 4px;
}
.ant-alert.dashboard-alert .ant-alert-close-icon .anticon-close {
  color: #5d5d5d;
}
.voplus-antd-table {
  flex: 1;
  padding: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.voplus-antd-table .ant-table-wrapper .ant-table-thead > tr > th {
  color: #5d5d5d;
  background: #e7f1fc;
  padding: 9px 10px 10px;
}
.voplus-antd-table .ant-table-wrapper .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(
              .ant-table-row-expand-icon-cell
            ):not([colspan])::before {
  width: 0;
}
.voplus-antd-table .ant-table-wrapper .ant-table-thead .ant-table-cell-scrollbar {
  background: #e7f1fc;
}
.voplus-antd-table .ant-table-wrapper .ant-table-thead .ant-table-cell-scrollbar:not([rowspan]) {
  box-shadow: none;
}
.voplus-antd-table .ant-table-wrapper table, .voplus-antd-table .ant-table-wrapper .ant-table .ant-table-header {
  border-radius: 0;
}
.voplus-antd-table .ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:last-child {
  border-start-end-radius: 0;
}
.voplus-antd-table .ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:first-child {
  border-start-start-radius: 0;
}
.voplus-antd-table .ant-table-wrapper .ant-table-cell {
  padding: 10px 10px;
}
.voplus-antd-table .ant-table-wrapper .ant-table-tbody .ant-table-row:last-child .ant-table-cell {
  border: none;
}
.voplus-antd-table .ant-table-wrapper .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover {
  background: #f4f9ff;
}
.voplus-antd-table .ant-table-wrapper .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover .tool-bar {
  display: block;
}
.voplus-antd-table .ant-table-wrapper .ant-table-tbody .ant-table-placeholder .ant-table-cell {
  border: none;
}
.voplus-antd-table .ant-table-wrapper .tool-bar {
  display: none;
}
.voplus-antd-table .ant-table-wrapper .tool-bar .ant-btn {
  font-size: 14px;
  color: #217eb2;
  padding: 0;
}
.voplus-tag.ant-tag {
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #5d5d5d;
  padding: 0 12px;
  margin-right: 15px;
}
.voplus-tag.ant-tag .ant-tag-close-icon {
  font-size: 13px;
  color: #5d5d5d;
  margin-left: 5px;
}
.voplus-tag.ant-tag .ant-tag-close-icon:hover {
  color: #217eb2;
}
.finance-ledger-table thead th:last-child, .finance-ledger-table tbody td:last-child {
  padding-right: 25px;
}
.finance-ledger-table thead th:first-child, .finance-ledger-table tbody td:first-child {
  padding-left: 25px;
}
.finance-ledger-table .ant-table-thead > tr:first-child > *:first-child {
  border-start-start-radius: 0 !important;
}
.finance-ledger-table .ant-table-thead > tr:first-child > *:last-child {
  border-start-end-radius: 0 !important;
}
.finance-ledger-table .ant-table-thead > tr > th {
  color: #5d5d5d;
  background: #f0f6fd;
  border: none;
}
.finance-ledger-table .ant-table-thead > tr > th::before {
  background-color: transparent !important;
}
.finance-ledger-table .ant-table-thead > tr > th .table-currency {
  color: #5d5d5d;
  font-weight: 500;
}
.finance-ledger-table .ant-table-tbody > tr > td {
  color: #5d5d5d;
}
.finance-ledger-table .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: #fafafa85;
}
.finance-ledger-table .currency-amount.isCurrency {
  display: inline-flex;
}
.finance-ledger-table .currency-amount .currency {
  color: #5d5d5d;
  transform: none;
  margin-right: 1px;
  margin-left: 0;
}
.finance-ledger-table .currency-amount .ant-statistic .ant-statistic-content {
  color: #5d5d5d;
}
.finance-ledger-table .ledger-table-amount {
  display: flex;
  justify-content: space-between;
}
.finance-ledger-table .ledger-table-amount .accountAmount {
  display: flex;
  width: 60%;
  justify-content: right;
}
.finance-ledger-table .ant-table-footer {
  padding: 0;
}
.finance-ledger-table .ledger-table-foot {
  align-items: center;
  color: #217eb2;
  font-weight: bold;
  background: #f0f6fd;
  height: 80px;
  padding: 0 16px;
  margin-top: 30px;
}
.lite-proseMirror {
  font-size: 14px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.lite-proseMirror.tool-bal-bottom .editor-toolbar {
  border-bottom: none;
  border-top: 1px solid #e6e6e6;
}
.lite-proseMirror .editor-toolbar {
  padding: 3px 5px 3px 5px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
}
.lite-proseMirror .editor-toolbar .toolbar-button {
  padding: 0 5px;
}
.lite-proseMirror .editor-toolbar .toolbar-button[title="Align"] .ant-select {
  width: auto;
}
.lite-proseMirror .prosemirror-content {
  height: 120px;
}
.lite-proseMirror .prosemirror-content .ProseMirror-container {
  border: none;
  border-radius: 0;
}
.lite-proseMirror .prosemirror-content .ProseMirror-container .ProseMirror {
  padding: 0.8rem 0.7rem;
}

